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

/drivers/staging/tidspbridge/pmgr/
H A Dchnlobj.h34 struct bridge_drv_interface *intf_fxns; member in struct:chnl_mgr_
H A Dmsgobj.h35 struct bridge_drv_interface *intf_fxns; member in struct:msg_mgr_
H A Dio.c48 struct bridge_drv_interface *intf_fxns; local
67 dev_get_intf_fxns(hdev_obj, &intf_fxns);
70 status = (*intf_fxns->io_create) (&hio_mgr, hdev_obj,
75 pio_mgr->intf_fxns = intf_fxns;
93 struct bridge_drv_interface *intf_fxns; local
99 intf_fxns = pio_mgr->intf_fxns;
102 status = (*intf_fxns->io_destroy) (hio_mgr);
H A Dmsg.c51 struct bridge_drv_interface *intf_fxns; local
63 dev_get_intf_fxns(hdev_obj, &intf_fxns);
67 (*intf_fxns->msg_create) (&hmsg_mgr, hdev_obj, msg_callback);
73 msg_mgr_obj->intf_fxns = intf_fxns;
91 struct bridge_drv_interface *intf_fxns; local
96 intf_fxns = msg_mgr_obj->intf_fxns;
99 (*intf_fxns->msg_delete) (hmsg_mgr);
H A Dchnl.c87 struct bridge_drv_interface *intf_fxns; local
88 dev_get_intf_fxns(hdev_obj, &intf_fxns);
90 status = (*intf_fxns->chnl_create) (&hchnl_mgr, hdev_obj,
96 chnl_mgr_obj->intf_fxns = intf_fxns;
115 struct bridge_drv_interface *intf_fxns; local
121 intf_fxns = chnl_mgr_obj->intf_fxns;
123 status = (*intf_fxns->chnl_destroy) (hchnl_mgr);
H A Dioobj.h34 struct bridge_drv_interface *intf_fxns; member in struct:io_mgr_
H A Ddev.c94 struct bridge_drv_interface *intf_fxns);
1053 * intf_fxns: Interface fxn Structure of the Bridge's Dev Object.
1063 struct bridge_drv_interface *intf_fxns)
1069 (intf_fxns->pfn = ((drv_fxns->pfn != NULL) ? drv_fxns->pfn : \
1072 DBC_REQUIRE(intf_fxns != NULL);
1078 intf_fxns->brd_api_major_version = drv_fxns->brd_api_major_version;
1079 intf_fxns->brd_api_minor_version = drv_fxns->brd_api_minor_version;
1123 DBC_ENSURE(intf_fxns->dev_create != NULL);
1124 DBC_ENSURE(intf_fxns->dev_destroy != NULL);
1125 DBC_ENSURE(intf_fxns
1062 store_interface_fxns(struct bridge_drv_interface *drv_fxns, struct bridge_drv_interface *intf_fxns) argument
[all...]
/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.c60 struct bridge_drv_interface *intf_fxns; member in struct:strm_mgr
154 struct bridge_drv_interface *intf_fxns; local
166 intf_fxns = stream_obj->strm_mgr_obj->intf_fxns;
168 (*intf_fxns->chnl_get_info) (stream_obj->chnl_obj,
219 &(strm_mgr_obj->intf_fxns));
220 DBC_ASSERT(strm_mgr_obj->intf_fxns != NULL);
304 struct bridge_drv_interface *intf_fxns; local
324 intf_fxns = stream_obj->strm_mgr_obj->intf_fxns;
370 struct bridge_drv_interface *intf_fxns; local
417 struct bridge_drv_interface *intf_fxns; local
464 struct bridge_drv_interface *intf_fxns; local
617 struct bridge_drv_interface *intf_fxns; local
702 struct bridge_drv_interface *intf_fxns; local
745 struct bridge_drv_interface *intf_fxns; local
827 struct bridge_drv_interface *intf_fxns; local
[all...]
H A Ddisp.c63 struct bridge_drv_interface *intf_fxns; member in struct:disp_object
93 struct bridge_drv_interface *intf_fxns; local
117 (void)dev_get_intf_fxns(hdev_obj, &intf_fxns);
118 disp_obj->intf_fxns = intf_fxns;
144 status = (*intf_fxns->chnl_open) (&(disp_obj->chnl_to_dsp),
152 (*intf_fxns->chnl_open) (&(disp_obj->chnl_from_dsp),
560 struct bridge_drv_interface *intf_fxns; local
563 intf_fxns = disp_obj->intf_fxns;
655 struct bridge_drv_interface *intf_fxns; local
[all...]
H A Dnode.c129 struct bridge_drv_interface *intf_fxns; member in struct:node_mgr
308 struct bridge_drv_interface *intf_fxns; local
565 intf_fxns = hnode_mgr->intf_fxns;
567 (*intf_fxns->msg_create_queue) (hnode_mgr->msg_mgr_obj,
1128 struct bridge_drv_interface *intf_fxns; local
1162 intf_fxns = hnode_mgr->intf_fxns;
1234 intf_fxns = hnode_mgr->intf_fxns;
1407 struct bridge_drv_interface *intf_fxns; local
1758 struct bridge_drv_interface *intf_fxns; local
2049 struct bridge_drv_interface *intf_fxns; local
2146 struct bridge_drv_interface *intf_fxns; local
2206 struct bridge_drv_interface *intf_fxns; local
2321 struct bridge_drv_interface *intf_fxns; local
2454 struct bridge_drv_interface *intf_fxns; local
3064 struct bridge_drv_interface *intf_fxns; local
3107 struct bridge_drv_interface *intf_fxns; local
[all...]
H A Dproc.c99 struct bridge_drv_interface *intf_fxns; member in struct:proc_object
331 status = dev_get_intf_fxns(hdev_obj, &p_proc_object->intf_fxns);
468 status = dev_get_intf_fxns(hdev_obj, &p_proc_object->intf_fxns);
543 if (!((*p_proc_object->intf_fxns->dev_cntrl)
926 p_proc_object->intf_fxns->
1005 status = (*p_proc_object->intf_fxns->brd_status)
1237 status = (*p_proc_object->intf_fxns->io_on_loaded)
1272 status = (*p_proc_object->intf_fxns->brd_set_state)
1314 if (!((*p_proc_object->intf_fxns->brd_status)
1407 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.c94 struct bridge_drv_interface *intf_fxns; member in struct:io_mgr
485 hio_mgr->intf_fxns->
551 hio_mgr->intf_fxns->
618 status = hio_mgr->intf_fxns->brd_mem_map
640 status = hio_mgr->intf_fxns->brd_mem_map
686 hio_mgr->intf_fxns->dev_cntrl(hio_mgr->bridge_context,
831 status = pio_mgr->intf_fxns->
840 status = pio_mgr->intf_fxns->
849 status = pio_mgr->intf_fxns->
1777 struct bridge_drv_interface *intf_fxns; local
1951 struct bridge_drv_interface *intf_fxns; local
2156 struct bridge_drv_interface *intf_fxns; local
[all...]
/drivers/staging/tidspbridge/include/dspbridge/
H A D_chnl_sm.h116 struct bridge_drv_interface *intf_fxns; member in struct:chnl_mgr

Completed in 513 milliseconds