Home
last modified time | relevance | path

Searched refs:cur_chnl (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/media/test-drivers/vidtv/
Dvidtv_channel.c162 const struct vidtv_channel *cur_chnl = m->channels; in vidtv_channel_eit_event_cat_into_new() local
169 if (!cur_chnl) in vidtv_channel_eit_event_cat_into_new()
172 while (cur_chnl) { in vidtv_channel_eit_event_cat_into_new()
173 curr = cur_chnl->events; in vidtv_channel_eit_event_cat_into_new()
178 cur_chnl->name); in vidtv_channel_eit_event_cat_into_new()
197 cur_chnl = cur_chnl->next; in vidtv_channel_eit_event_cat_into_new()
207 const struct vidtv_channel *cur_chnl = m->channels; in vidtv_channel_sdt_serv_cat_into_new() local
216 if (!cur_chnl) in vidtv_channel_sdt_serv_cat_into_new()
219 while (cur_chnl) { in vidtv_channel_sdt_serv_cat_into_new()
220 curr = cur_chnl->service; in vidtv_channel_sdt_serv_cat_into_new()
[all …]
Dvidtv_mux.c324 struct vidtv_channel *cur_chnl = m->channels; in vidtv_mux_poll_encoders() local
329 while (cur_chnl) { in vidtv_mux_poll_encoders()
330 e = cur_chnl->encoders; in vidtv_mux_poll_encoders()
343 cur_chnl = cur_chnl->next; in vidtv_mux_poll_encoders()