Home
last modified time | relevance | path

Searched refs:chnl_id (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/misc/ti-st/
Dst_core.c32 pr_info("%s: id %d\n", __func__, new_proto->chnl_id); in add_channel_to_table()
34 st_gdata->list[new_proto->chnl_id] = new_proto; in add_channel_to_table()
35 st_gdata->is_registered[new_proto->chnl_id] = true; in add_channel_to_table()
41 pr_info("%s: id %d\n", __func__, proto->chnl_id); in remove_channel_from_table()
43 st_gdata->is_registered[proto->chnl_id] = false; in remove_channel_from_table()
92 static void st_send_frame(unsigned char chnl_id, struct st_data_s *st_gdata) in st_send_frame() argument
94 pr_debug(" %s(prot:%d) ", __func__, chnl_id); in st_send_frame()
98 || st_gdata->is_registered[chnl_id] == false)) { in st_send_frame()
100 chnl_id); in st_send_frame()
110 if (likely(st_gdata->list[chnl_id]->recv != NULL)) { in st_send_frame()
[all …]
/linux-6.1.9/include/linux/
Dti_wilink_st.h65 unsigned char chnl_id; member
/linux-6.1.9/drivers/media/radio/wl128x/
Dfmdrv_common.c1497 fm_st_proto.chnl_id = 0x08; in fmc_prepare()
1603 fm_st_proto.chnl_id = 0x08; in fmc_release()