Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Dnode.c245 static void delete_node_mgr(struct node_mgr *hnode_mgr);
252 static void free_stream(struct node_mgr *hnode_mgr, struct stream_chnl stream);
259 static int get_proc_props(struct node_mgr *hnode_mgr,
261 static int get_rms_fxns(struct node_mgr *hnode_mgr);
301 struct node_mgr *hnode_mgr; in node_allocate() local
343 status = dev_get_node_manager(hdev_obj, &hnode_mgr); in node_allocate()
344 if (hnode_mgr == NULL) in node_allocate()
370 if (hnode_mgr->fxn_addrs[0] == 0) { in node_allocate()
378 if (attr_in->prio < hnode_mgr->min_pri || in node_allocate()
379 attr_in->prio > hnode_mgr->max_pri) in node_allocate()
[all …]
Dproc.c608 struct node_mgr *hnode_mgr = NULL; in proc_enum_nodes() local
617 &hnode_mgr))) { in proc_enum_nodes()
618 if (hnode_mgr) { in proc_enum_nodes()
619 status = node_enum_nodes(hnode_mgr, node_tab, in proc_enum_nodes()
882 struct node_mgr *hnode_mgr = NULL; in proc_get_resource_info() local
901 &hnode_mgr); in proc_get_resource_info()
902 if (!hnode_mgr) { in proc_get_resource_info()
907 status = node_get_nldr_obj(hnode_mgr, &nldr_obj); in proc_get_resource_info()
1642 struct node_mgr *hnode_mgr; in proc_stop() local
1655 status = dev_get_node_manager(p_proc_object->dev_obj, &hnode_mgr); in proc_stop()
[all …]
/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/
Dnode.h257 extern int node_delete_mgr(struct node_mgr *hnode_mgr);
283 extern int node_enum_nodes(struct node_mgr *hnode_mgr,
385 extern int node_get_nldr_obj(struct node_mgr *hnode_mgr,