Searched refs:chnl_mgr_obj (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/tidspbridge/pmgr/
H A Dchnlobj.h43 struct chnl_mgr_ *chnl_mgr_obj; /* Pointer back to channel manager. */ member in struct:chnl_object_
H A Dchnl.c53 struct chnl_mgr_ *chnl_mgr_obj = NULL; local
85 chnl_mgr_obj = (struct chnl_mgr_ *)hchnl_mgr;
86 chnl_mgr_obj->intf_fxns = intf_fxns;
102 struct chnl_mgr_ *chnl_mgr_obj = (struct chnl_mgr_ *)hchnl_mgr; local
106 if (chnl_mgr_obj) {
107 intf_fxns = chnl_mgr_obj->intf_fxns;
/drivers/staging/tidspbridge/core/
H A Dchnl_sm.c77 static int search_free_channel(struct chnl_mgr *chnl_mgr_obj,
97 struct chnl_mgr *chnl_mgr_obj = pchnl->chnl_mgr_obj; local
156 spin_lock_bh(&chnl_mgr_obj->chnl_mgr_lock);
163 pchnl->chnl_mgr_obj->iomgr)) {
190 chnl_packet_obj->dsp_tx_addr = dw_dsp_addr / chnl_mgr_obj->word_size;
207 io_request_chnl(chnl_mgr_obj->iomgr, pchnl,
213 spin_unlock_bh(&chnl_mgr_obj->chnl_mgr_lock);
219 iosm_schedule(chnl_mgr_obj->iomgr);
239 struct chnl_mgr *chnl_mgr_obj local
347 struct chnl_mgr *chnl_mgr_obj = NULL; local
399 struct chnl_mgr *chnl_mgr_obj = hchnl_mgr; local
437 struct chnl_mgr *chnl_mgr_obj; local
658 struct chnl_mgr *chnl_mgr_obj = (struct chnl_mgr *)hchnl_mgr; local
684 struct chnl_mgr *chnl_mgr_obj; local
713 struct chnl_mgr *chnl_mgr_obj = hchnl_mgr; local
891 search_free_channel(struct chnl_mgr *chnl_mgr_obj, u32 *chnl) argument
[all...]
H A Dio_sm.c141 static u32 find_ready_output(struct chnl_mgr *chnl_mgr_obj,
864 struct chnl_mgr *chnl_mgr_obj; local
872 chnl_mgr_obj = pio_mgr->chnl_mgr;
875 if (!chnl_mgr_obj)
965 struct chnl_mgr *chnl_mgr_obj; local
970 chnl_mgr_obj = io_manager->chnl_mgr;
981 chnl_mgr_obj->output_mask |= (1 << pchnl->chnl_id);
1015 static u32 find_ready_output(struct chnl_mgr *chnl_mgr_obj, argument
1023 NULL ? pchnl->chnl_id : (chnl_mgr_obj->last_output + 1));
1034 chnl_mgr_obj
1053 struct chnl_mgr *chnl_mgr_obj; local
1303 struct chnl_mgr *chnl_mgr_obj; local
[all...]
/drivers/staging/tidspbridge/include/dspbridge/
H A D_chnl_sm.h137 struct chnl_mgr *chnl_mgr_obj; member in struct:chnl_object

Completed in 54 milliseconds