Searched refs:dev_get_intf_fxns (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/drivers/staging/tidspbridge/rmgr/ |
D | pwr.c | 57 if (dev_get_intf_fxns(hdev_obj, in pwr_sleep_dsp() 97 if (!(dev_get_intf_fxns(hdev_obj, in pwr_wake_dsp() 131 if (!(dev_get_intf_fxns(hdev_obj, in pwr_pm_pre_scale() 165 if (!(dev_get_intf_fxns(hdev_obj, in pwr_pm_post_scale()
|
D | disp.c | 117 (void)dev_get_intf_fxns(hdev_obj, &intf_fxns); in disp_create()
|
D | strm.c | 218 (void)dev_get_intf_fxns(dev_obj, in strm_create()
|
D | proc.c | 331 status = dev_get_intf_fxns(hdev_obj, &p_proc_object->intf_fxns); in proc_attach() 468 status = dev_get_intf_fxns(hdev_obj, &p_proc_object->intf_fxns); in proc_auto_start()
|
D | node.c | 1341 dev_get_intf_fxns(hdev_obj, &node_mgr_obj->intf_fxns); in node_create_mgr()
|
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/ |
D | msg.c | 63 dev_get_intf_fxns(hdev_obj, &intf_fxns); in msg_create()
|
D | io.c | 67 dev_get_intf_fxns(hdev_obj, &intf_fxns); in io_create()
|
D | chnl.c | 88 dev_get_intf_fxns(hdev_obj, &intf_fxns); in chnl_create()
|
D | dev.c | 575 int dev_get_intf_fxns(struct dev_object *hdev_obj, in dev_get_intf_fxns() function
|
/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/ |
D | dev.h | 345 extern int dev_get_intf_fxns(struct dev_object *hdev_obj,
|
/linux-2.6.39/drivers/staging/tidspbridge/core/ |
D | io_sm.c | 1805 status = dev_get_intf_fxns(dev_obj, &intf_fxns); in print_dsp_trace_buffer() 1980 status = dev_get_intf_fxns(dev_object, &intf_fxns); in dump_dsp_stack() 2168 status = dev_get_intf_fxns(dev_object, &intf_fxns); in dump_dl_modules()
|