Searched refs:intf_fxns (Results 1 - 15 of 15) sorted by relevance

/drivers/staging/tidspbridge/pmgr/
H A Dmsg.c45 struct bridge_drv_interface *intf_fxns; local
52 dev_get_intf_fxns(hdev_obj, &intf_fxns);
56 (*intf_fxns->msg_create) (&hmsg_mgr, hdev_obj, msg_callback);
62 msg_mgr_obj->intf_fxns = intf_fxns;
80 struct bridge_drv_interface *intf_fxns; local
83 intf_fxns = msg_mgr_obj->intf_fxns;
86 (*intf_fxns->msg_delete) (hmsg_mgr);
H A Dchnl.c77 struct bridge_drv_interface *intf_fxns; local
78 dev_get_intf_fxns(hdev_obj, &intf_fxns);
80 status = (*intf_fxns->chnl_create) (&hchnl_mgr, hdev_obj,
86 chnl_mgr_obj->intf_fxns = intf_fxns;
103 struct bridge_drv_interface *intf_fxns; local
107 intf_fxns = chnl_mgr_obj->intf_fxns;
109 status = (*intf_fxns->chnl_destroy) (hchnl_mgr);
H A Dchnlobj.h34 struct bridge_drv_interface *intf_fxns; member in struct:chnl_mgr_
H A Dio.c42 struct bridge_drv_interface *intf_fxns; local
57 dev_get_intf_fxns(hdev_obj, &intf_fxns);
60 status = (*intf_fxns->io_create) (&hio_mgr, hdev_obj,
65 pio_mgr->intf_fxns = intf_fxns;
83 struct bridge_drv_interface *intf_fxns; local
87 intf_fxns = pio_mgr->intf_fxns;
90 status = (*intf_fxns->io_destroy) (hio_mgr);
H A Dmsgobj.h35 struct bridge_drv_interface *intf_fxns; member in struct:msg_mgr_
H A Dioobj.h34 struct bridge_drv_interface *intf_fxns; member in struct:io_mgr_
H A Ddev.c88 struct bridge_drv_interface *intf_fxns);
903 * intf_fxns: Interface fxn Structure of the Bridge's Dev Object.
913 struct bridge_drv_interface *intf_fxns)
919 (intf_fxns->pfn = ((drv_fxns->pfn != NULL) ? drv_fxns->pfn : \
924 intf_fxns->brd_api_major_version = drv_fxns->brd_api_major_version;
925 intf_fxns->brd_api_minor_version = drv_fxns->brd_api_minor_version;
912 store_interface_fxns(struct bridge_drv_interface *drv_fxns, struct bridge_drv_interface *intf_fxns) argument
/drivers/staging/tidspbridge/rmgr/
H A Dpwr.c41 struct bridge_drv_interface *intf_fxns; local
59 &intf_fxns)) {
70 status = (*intf_fxns->dev_cntrl) (dw_context,
84 struct bridge_drv_interface *intf_fxns; local
98 (struct bridge_drv_interface **)&intf_fxns))) {
100 (*intf_fxns->dev_cntrl) (dw_context,
115 struct bridge_drv_interface *intf_fxns; local
132 (struct bridge_drv_interface **)&intf_fxns))) {
134 (*intf_fxns->dev_cntrl) (dw_context,
149 struct bridge_drv_interface *intf_fxns; local
[all...]
H A Dstrm.c57 struct bridge_drv_interface *intf_fxns; member in struct:strm_mgr
144 struct bridge_drv_interface *intf_fxns; local
154 intf_fxns = stream_obj->strm_mgr_obj->intf_fxns;
156 (*intf_fxns->chnl_get_info) (stream_obj->chnl_obj,
199 &(strm_mgr_obj->intf_fxns));
260 struct bridge_drv_interface *intf_fxns; local
276 intf_fxns = stream_obj->strm_mgr_obj->intf_fxns;
278 (*intf_fxns
321 struct bridge_drv_interface *intf_fxns; local
347 struct bridge_drv_interface *intf_fxns; local
391 struct bridge_drv_interface *intf_fxns; local
529 struct bridge_drv_interface *intf_fxns; local
604 struct bridge_drv_interface *intf_fxns; local
641 struct bridge_drv_interface *intf_fxns; local
715 struct bridge_drv_interface *intf_fxns; local
[all...]
H A Ddisp.c60 struct bridge_drv_interface *intf_fxns; member in struct:disp_object
88 struct bridge_drv_interface *intf_fxns; local
107 (void)dev_get_intf_fxns(hdev_obj, &intf_fxns);
108 disp_obj->intf_fxns = intf_fxns;
134 status = (*intf_fxns->chnl_open) (&(disp_obj->chnl_to_dsp),
142 (*intf_fxns->chnl_open) (&(disp_obj->chnl_from_dsp),
495 struct bridge_drv_interface *intf_fxns; local
498 intf_fxns = disp_obj->intf_fxns;
589 struct bridge_drv_interface *intf_fxns; local
[all...]
H A Dnode.c126 struct bridge_drv_interface *intf_fxns; member in struct:node_mgr
300 struct bridge_drv_interface *intf_fxns; local
552 intf_fxns = hnode_mgr->intf_fxns;
554 (*intf_fxns->msg_create_queue) (hnode_mgr->msg_mgr_obj,
1101 struct bridge_drv_interface *intf_fxns; local
1134 intf_fxns = hnode_mgr->intf_fxns;
1206 intf_fxns = hnode_mgr->intf_fxns;
1372 struct bridge_drv_interface *intf_fxns; local
1690 struct bridge_drv_interface *intf_fxns; local
1954 struct bridge_drv_interface *intf_fxns; local
2048 struct bridge_drv_interface *intf_fxns; local
2105 struct bridge_drv_interface *intf_fxns; local
2217 struct bridge_drv_interface *intf_fxns; local
2347 struct bridge_drv_interface *intf_fxns; local
2940 struct bridge_drv_interface *intf_fxns; local
2981 struct bridge_drv_interface *intf_fxns; local
[all...]
H A Dproc.c96 struct bridge_drv_interface *intf_fxns; member in struct:proc_object
323 status = dev_get_intf_fxns(hdev_obj, &p_proc_object->intf_fxns);
452 status = dev_get_intf_fxns(hdev_obj, &p_proc_object->intf_fxns);
525 if (!((*p_proc_object->intf_fxns->dev_cntrl)
893 p_proc_object->intf_fxns->
947 status = (*p_proc_object->intf_fxns->brd_status)
1153 status = (*p_proc_object->intf_fxns->io_on_loaded)
1188 status = (*p_proc_object->intf_fxns->brd_set_state)
1230 if (!((*p_proc_object->intf_fxns->brd_status)
1319 status = (*p_proc_object->intf_fxns
[all...]
/drivers/staging/tidspbridge/core/
H A D_msg_sm.h86 struct bridge_drv_interface *intf_fxns; member in struct:msg_mgr
H A Dio_sm.c91 struct bridge_drv_interface *intf_fxns; member in struct:io_mgr
482 hio_mgr->intf_fxns->
548 hio_mgr->intf_fxns->
615 status = hio_mgr->intf_fxns->brd_mem_map
637 status = hio_mgr->intf_fxns->brd_mem_map
683 hio_mgr->intf_fxns->dev_cntrl(hio_mgr->bridge_context,
828 status = pio_mgr->intf_fxns->
837 status = pio_mgr->intf_fxns->
846 status = pio_mgr->intf_fxns->
1760 struct bridge_drv_interface *intf_fxns; local
1934 struct bridge_drv_interface *intf_fxns; local
2139 struct bridge_drv_interface *intf_fxns; local
[all...]
/drivers/staging/tidspbridge/include/dspbridge/
H A D_chnl_sm.h112 struct bridge_drv_interface *intf_fxns; member in struct:chnl_mgr

Completed in 93 milliseconds