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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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.c52 struct bridge_drv_interface *intf_fxns; local
71 dev_get_intf_fxns(hdev_obj, &intf_fxns);
74 status = (*intf_fxns->pfn_io_create) (&hio_mgr, hdev_obj,
79 pio_mgr->intf_fxns = intf_fxns;
97 struct bridge_drv_interface *intf_fxns; local
103 intf_fxns = pio_mgr->intf_fxns;
106 status = (*intf_fxns->pfn_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->pfn_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->pfn_msg_delete) (hmsg_mgr);
H A Dchnl.c88 struct bridge_drv_interface *intf_fxns; local
89 dev_get_intf_fxns(hdev_obj, &intf_fxns);
91 status = (*intf_fxns->pfn_chnl_create) (&hchnl_mgr, hdev_obj,
97 chnl_mgr_obj->intf_fxns = intf_fxns;
116 struct bridge_drv_interface *intf_fxns; local
122 intf_fxns = chnl_mgr_obj->intf_fxns;
124 status = (*intf_fxns->pfn_chnl_destroy) (hchnl_mgr);
H A Dioobj.h34 struct bridge_drv_interface *intf_fxns; member in struct:io_mgr_
H A Ddev.c95 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->pfn_dev_create != NULL);
1124 DBC_ENSURE(intf_fxns->pfn_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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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.c52 struct bridge_drv_interface *intf_fxns; local
71 dev_get_intf_fxns(hdev_obj, &intf_fxns);
74 status = (*intf_fxns->pfn_io_create) (&hio_mgr, hdev_obj,
79 pio_mgr->intf_fxns = intf_fxns;
97 struct bridge_drv_interface *intf_fxns; local
103 intf_fxns = pio_mgr->intf_fxns;
106 status = (*intf_fxns->pfn_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->pfn_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->pfn_msg_delete) (hmsg_mgr);
H A Dchnl.c88 struct bridge_drv_interface *intf_fxns; local
89 dev_get_intf_fxns(hdev_obj, &intf_fxns);
91 status = (*intf_fxns->pfn_chnl_create) (&hchnl_mgr, hdev_obj,
97 chnl_mgr_obj->intf_fxns = intf_fxns;
116 struct bridge_drv_interface *intf_fxns; local
122 intf_fxns = chnl_mgr_obj->intf_fxns;
124 status = (*intf_fxns->pfn_chnl_destroy) (hchnl_mgr);
H A Dioobj.h34 struct bridge_drv_interface *intf_fxns; member in struct:io_mgr_
H A Ddev.c95 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->pfn_dev_create != NULL);
1124 DBC_ENSURE(intf_fxns->pfn_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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dpwr.c41 struct bridge_drv_interface *intf_fxns; local
59 &intf_fxns)) {
70 status = (*intf_fxns->pfn_dev_cntrl) (dw_context,
84 struct bridge_drv_interface *intf_fxns; local
98 (struct bridge_drv_interface **)&intf_fxns))) {
100 (*intf_fxns->pfn_dev_cntrl) (dw_context,
115 struct bridge_drv_interface *intf_fxns; local
132 (struct bridge_drv_interface **)&intf_fxns))) {
134 (*intf_fxns->pfn_dev_cntrl) (dw_context,
149 struct bridge_drv_interface *intf_fxns; local
[all...]
H A Dstrm.c61 struct bridge_drv_interface *intf_fxns; member in struct:strm_mgr
155 struct bridge_drv_interface *intf_fxns; local
167 intf_fxns = stream_obj->strm_mgr_obj->intf_fxns;
169 (*intf_fxns->pfn_chnl_get_info) (stream_obj->chnl_obj,
220 &(strm_mgr_obj->intf_fxns));
221 DBC_ASSERT(strm_mgr_obj->intf_fxns != NULL);
305 struct bridge_drv_interface *intf_fxns; local
325 intf_fxns = stream_obj->strm_mgr_obj->intf_fxns;
371 struct bridge_drv_interface *intf_fxns; local
418 struct bridge_drv_interface *intf_fxns; local
465 struct bridge_drv_interface *intf_fxns; local
618 struct bridge_drv_interface *intf_fxns; local
703 struct bridge_drv_interface *intf_fxns; local
746 struct bridge_drv_interface *intf_fxns; local
828 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->pfn_chnl_open) (&(disp_obj->chnl_to_dsp),
152 (*intf_fxns->pfn_chnl_open) (&(disp_obj->chnl_from_dsp),
595 struct bridge_drv_interface *intf_fxns; local
598 intf_fxns = disp_obj->intf_fxns;
690 struct bridge_drv_interface *intf_fxns; local
[all...]
H A Dnode.c130 struct bridge_drv_interface *intf_fxns; member in struct:node_mgr
307 struct bridge_drv_interface *intf_fxns; local
564 intf_fxns = hnode_mgr->intf_fxns;
566 (*intf_fxns->pfn_msg_create_queue) (hnode_mgr->msg_mgr_obj,
1150 struct bridge_drv_interface *intf_fxns; local
1184 intf_fxns = hnode_mgr->intf_fxns;
1256 intf_fxns = hnode_mgr->intf_fxns;
1452 struct bridge_drv_interface *intf_fxns; local
1813 struct bridge_drv_interface *intf_fxns; local
2104 struct bridge_drv_interface *intf_fxns; local
2201 struct bridge_drv_interface *intf_fxns; local
2261 struct bridge_drv_interface *intf_fxns; local
2376 struct bridge_drv_interface *intf_fxns; local
2510 struct bridge_drv_interface *intf_fxns; local
3142 struct bridge_drv_interface *intf_fxns; local
3185 struct bridge_drv_interface *intf_fxns; local
[all...]
H A Dproc.c101 struct bridge_drv_interface *intf_fxns; member in struct:proc_object
328 status = dev_get_intf_fxns(hdev_obj, &p_proc_object->intf_fxns);
450 status = dev_get_intf_fxns(hdev_obj, &p_proc_object->intf_fxns);
525 if (!((*p_proc_object->intf_fxns->pfn_dev_cntrl)
901 p_proc_object->intf_fxns->
980 status = (*p_proc_object->intf_fxns->pfn_brd_status)
1212 status = (*p_proc_object->intf_fxns->pfn_io_on_loaded)
1247 status = (*p_proc_object->intf_fxns->pfn_brd_set_state)
1289 if (!((*p_proc_object->intf_fxns->pfn_brd_status)
1382 status = (*p_proc_object->intf_fxns
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/rmgr/
H A Dpwr.c41 struct bridge_drv_interface *intf_fxns; local
59 &intf_fxns)) {
70 status = (*intf_fxns->pfn_dev_cntrl) (dw_context,
84 struct bridge_drv_interface *intf_fxns; local
98 (struct bridge_drv_interface **)&intf_fxns))) {
100 (*intf_fxns->pfn_dev_cntrl) (dw_context,
115 struct bridge_drv_interface *intf_fxns; local
132 (struct bridge_drv_interface **)&intf_fxns))) {
134 (*intf_fxns->pfn_dev_cntrl) (dw_context,
149 struct bridge_drv_interface *intf_fxns; local
[all...]
H A Dstrm.c61 struct bridge_drv_interface *intf_fxns; member in struct:strm_mgr
155 struct bridge_drv_interface *intf_fxns; local
167 intf_fxns = stream_obj->strm_mgr_obj->intf_fxns;
169 (*intf_fxns->pfn_chnl_get_info) (stream_obj->chnl_obj,
220 &(strm_mgr_obj->intf_fxns));
221 DBC_ASSERT(strm_mgr_obj->intf_fxns != NULL);
305 struct bridge_drv_interface *intf_fxns; local
325 intf_fxns = stream_obj->strm_mgr_obj->intf_fxns;
371 struct bridge_drv_interface *intf_fxns; local
418 struct bridge_drv_interface *intf_fxns; local
465 struct bridge_drv_interface *intf_fxns; local
618 struct bridge_drv_interface *intf_fxns; local
703 struct bridge_drv_interface *intf_fxns; local
746 struct bridge_drv_interface *intf_fxns; local
828 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->pfn_chnl_open) (&(disp_obj->chnl_to_dsp),
152 (*intf_fxns->pfn_chnl_open) (&(disp_obj->chnl_from_dsp),
595 struct bridge_drv_interface *intf_fxns; local
598 intf_fxns = disp_obj->intf_fxns;
690 struct bridge_drv_interface *intf_fxns; local
[all...]
H A Dnode.c130 struct bridge_drv_interface *intf_fxns; member in struct:node_mgr
307 struct bridge_drv_interface *intf_fxns; local
564 intf_fxns = hnode_mgr->intf_fxns;
566 (*intf_fxns->pfn_msg_create_queue) (hnode_mgr->msg_mgr_obj,
1150 struct bridge_drv_interface *intf_fxns; local
1184 intf_fxns = hnode_mgr->intf_fxns;
1256 intf_fxns = hnode_mgr->intf_fxns;
1452 struct bridge_drv_interface *intf_fxns; local
1813 struct bridge_drv_interface *intf_fxns; local
2104 struct bridge_drv_interface *intf_fxns; local
2201 struct bridge_drv_interface *intf_fxns; local
2261 struct bridge_drv_interface *intf_fxns; local
2376 struct bridge_drv_interface *intf_fxns; local
2510 struct bridge_drv_interface *intf_fxns; local
3142 struct bridge_drv_interface *intf_fxns; local
3185 struct bridge_drv_interface *intf_fxns; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A D_msg_sm.h86 struct bridge_drv_interface *intf_fxns; member in struct:msg_mgr
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/core/
H A D_msg_sm.h86 struct bridge_drv_interface *intf_fxns; member in struct:msg_mgr

Completed in 220 milliseconds

12