Searched refs:chnl_id (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/misc/ti-st/ |
D | st_core.c | 44 pr_info("%s: id %d\n", __func__, new_proto->chnl_id); in add_channel_to_table() 46 st_gdata->list[new_proto->chnl_id] = new_proto; in add_channel_to_table() 47 st_gdata->is_registered[new_proto->chnl_id] = true; in add_channel_to_table() 53 pr_info("%s: id %d\n", __func__, proto->chnl_id); in remove_channel_from_table() 55 st_gdata->is_registered[proto->chnl_id] = false; in remove_channel_from_table() 104 static void st_send_frame(unsigned char chnl_id, struct st_data_s *st_gdata) in st_send_frame() argument 106 pr_debug(" %s(prot:%d) ", __func__, chnl_id); in st_send_frame() 110 || st_gdata->is_registered[chnl_id] == false)) { in st_send_frame() 112 chnl_id); in st_send_frame() 121 if (likely(st_gdata->list[chnl_id]->recv != NULL)) { in st_send_frame() [all …]
|
/linux-4.4.14/drivers/bluetooth/ |
D | btwilink.c | 127 .chnl_id = HCI_EVENT_PKT, /* HCI Events */ 134 .chnl_id = HCI_ACLDATA_PKT, /* ACL */ 141 .chnl_id = HCI_SCODATA_PKT, /* SCO */ 236 ti_st_proto[i].chnl_id, err); in ti_st_close()
|
/linux-4.4.14/include/linux/ |
D | lightnvm.h | 221 int chnl_id; member 343 ppa.g.ch = lun->chnl_id; in block_to_ppa()
|
D | ti_wilink_st.h | 78 unsigned char chnl_id; member
|
/linux-4.4.14/drivers/lightnvm/ |
D | gennvm.c | 61 lun->vlun.chnl_id = i / dev->luns_per_chnl; in gennvm_luns_init() 185 ppa.g.ch = lun->vlun.chnl_id; in gennvm_blocks_init()
|
/linux-4.4.14/drivers/nfc/ |
D | nfcwilink.c | 371 .chnl_id = NFCWILINK_CHNL,
|
/linux-4.4.14/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 1504 fm_st_proto.chnl_id = 0x08; in fmc_prepare() 1613 fm_st_proto.chnl_id = 0x08; in fmc_release()
|