Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Dresourcecleanup.h41 extern enum node_state node_get_state(void *hnode);
Dnode.h521 enum node_state node_get_state(void *hnode);
/linux-3.4.99/drivers/staging/tidspbridge/rmgr/
Dnode.c273 enum node_state node_get_state(void *hnode) in node_get_state() function
781 state = node_get_state(hnode); in node_change_priority()
891 node_get_state(node1) != NODE_ALLOCATED) { in node_connect()
897 node_get_state(node2) != NODE_ALLOCATED) { in node_connect()
1139 if (node_get_state(hnode) != NODE_ALLOCATED) in node_create()
1392 state = node_get_state(pnode); in node_delete()
1900 state = node_get_state(hnode); in node_pause()
1992 state = node_get_state(hnode); in node_put_message()
2138 state = node_get_state(hnode); in node_run()
2244 state = node_get_state(hnode); in node_terminate()
[all …]
Ddrv.c122 node_state = node_get_state(node_res_obj->node); in drv_proc_free_node_res()