Searched defs:chnl_id (Results 1 - 5 of 5) sorted by relevance

/drivers/misc/ti-st/
H A Dst_core.c43 pr_info("%s: id %d\n", __func__, new_proto->chnl_id);
45 st_gdata->list[new_proto->chnl_id] = new_proto;
46 st_gdata->is_registered[new_proto->chnl_id] = true;
52 pr_info("%s: id %d\n", __func__, proto->chnl_id);
53 /* st_gdata->list[proto->chnl_id] = NULL; */
54 st_gdata->is_registered[proto->chnl_id] = false;
103 void st_send_frame(unsigned char chnl_id, struct st_data_s *st_gdata) argument
105 pr_debug(" %s(prot:%d) ", __func__, chnl_id);
109 || st_gdata->is_registered[chnl_id] == false)) {
110 pr_err("chnl_id
162 st_check_data_len(struct st_data_s *st_gdata, unsigned char chnl_id, int len) argument
[all...]
/drivers/staging/tidspbridge/core/
H A Dchnl_sm.c130 if (pchnl->chnl_type == CHNL_PCPY && pchnl->chnl_id > 1 && host_buf) {
182 if (pchnl->chnl_type == CHNL_PCPY && pchnl->chnl_id > 1)
236 u32 chnl_id = -1; local
245 chnl_id = pchnl->chnl_id;
263 io_cancel_chnl(chnl_mgr_obj->iomgr, chnl_id);
267 chnl_mgr_obj->output_mask &= ~(1 << chnl_id);
307 pchnl->chnl_mgr_obj->channels[pchnl->chnl_id] = NULL;
400 u32 chnl_id; local
404 for (chnl_id
[all...]
H A Dio_sm.c974 set_chnl_busy(sm, pchnl->chnl_id);
981 chnl_mgr_obj->output_mask |= (1 << pchnl->chnl_id);
1023 NULL ? pchnl->chnl_id : (chnl_mgr_obj->last_output + 1));
1055 u32 chnl_id; local
1070 chnl_id = sm->input_id;
1072 if (chnl_id >= CHNL_MAXCHANNELS) {
1076 pchnl = chnl_mgr_obj->channels[chnl_id];
1127 set_chnl_free(sm, pchnl->chnl_id);
1305 u32 chnl_id; local
1320 chnl_id
[all...]
/drivers/staging/tidspbridge/include/dspbridge/
H A D_chnl_sm.h138 u32 chnl_id; /* Channel id */ member in struct:chnl_object
/drivers/staging/tidspbridge/rmgr/
H A Dnode.c831 u32 chnl_id; local
973 chnl_id = find_first_zero_bit(hnode_mgr->dma_chnl_map,
975 if (chnl_id < CHNL_MAXCHANNELS) {
976 set_bit(chnl_id, hnode_mgr->dma_chnl_map);
979 chnl_id = chnl_id + hnode_mgr->num_chnls;
983 chnl_id = find_first_zero_bit(hnode_mgr->zc_chnl_map,
985 if (chnl_id < CHNL_MAXCHANNELS) {
986 set_bit(chnl_id, hnode_mgr->zc_chnl_map);
989 chnl_id
[all...]

Completed in 65 milliseconds