Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/
Dresourcecleanup.h41 extern enum node_state node_get_state(void *hnode);
Dnode.h562 enum node_state node_get_state(void *hnode);
/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Dnode.c281 enum node_state node_get_state(void *hnode) in node_get_state() function
803 state = node_get_state(hnode); in node_change_priority()
915 node_get_state(node1) != NODE_ALLOCATED) { in node_connect()
921 node_get_state(node2) != NODE_ALLOCATED) { in node_connect()
1167 if (node_get_state(hnode) != NODE_ALLOCATED) in node_create()
1428 state = node_get_state(pnode); in node_delete()
1995 state = node_get_state(hnode); in node_pause()
2090 state = node_get_state(hnode); in node_put_message()
2241 state = node_get_state(hnode); in node_run()
2351 state = node_get_state(hnode); in node_terminate()
[all …]
Ddrv.c126 node_state = node_get_state(node_res_obj->node); in drv_proc_free_node_res()