/drivers/staging/tidspbridge/pmgr/ |
H A D | chnlobj.h | 34 struct bridge_drv_interface *intf_fxns; member in struct:chnl_mgr_
|
H A D | msgobj.h | 35 struct bridge_drv_interface *intf_fxns; member in struct:msg_mgr_
|
H A D | io.c | 48 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 D | msg.c | 51 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 D | chnl.c | 87 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 D | ioobj.h | 34 struct bridge_drv_interface *intf_fxns; member in struct:io_mgr_
|
H A D | dev.c | 94 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 D | pwr.c | 41 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 D | strm.c | 60 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 D | disp.c | 63 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 D | node.c | 129 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 D | proc.c | 99 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.h | 86 struct bridge_drv_interface *intf_fxns; member in struct:msg_mgr
|
H A D | io_sm.c | 94 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.h | 116 struct bridge_drv_interface *intf_fxns; member in struct:chnl_mgr
|