Home
last modified time | relevance | path

Searched refs:dcd_node_props (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Dnode.c2938 struct dcd_nodeprops dcd_node_props; in node_get_uuid_props() local
2977 dcd_node_props.str_create_phase_fxn = NULL; in node_get_uuid_props()
2978 dcd_node_props.str_execute_phase_fxn = NULL; in node_get_uuid_props()
2979 dcd_node_props.str_delete_phase_fxn = NULL; in node_get_uuid_props()
2980 dcd_node_props.str_i_alg_name = NULL; in node_get_uuid_props()
2984 (struct dcd_genericobj *)&dcd_node_props); in node_get_uuid_props()
2987 *node_props = dcd_node_props.ndb_props; in node_get_uuid_props()
2988 kfree(dcd_node_props.str_create_phase_fxn); in node_get_uuid_props()
2990 kfree(dcd_node_props.str_execute_phase_fxn); in node_get_uuid_props()
2992 kfree(dcd_node_props.str_delete_phase_fxn); in node_get_uuid_props()
[all …]