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

/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c162 const struct vidtv_channel *cur_chnl = m->channels; local
169 if (!cur_chnl)
172 while (cur_chnl) {
173 curr = cur_chnl->events;
178 cur_chnl->name);
197 cur_chnl = cur_chnl->next;
207 const struct vidtv_channel *cur_chnl = m->channels; local
216 if (!cur_chnl)
219 while (cur_chnl) {
263 const struct vidtv_channel *cur_chnl = m->channels; local
319 struct vidtv_channel *cur_chnl = channels; local
[all...]
H A Dvidtv_mux.c324 struct vidtv_channel *cur_chnl = m->channels; local
329 while (cur_chnl) {
330 e = cur_chnl->encoders;
343 cur_chnl = cur_chnl->next;

Completed in 115 milliseconds