Lines Matching defs:channels
9 * When vidtv boots, it will create some hardcoded channels.
162 const struct vidtv_channel *cur_chnl = m->channels;
207 const struct vidtv_channel *cur_chnl = m->channels;
263 const struct vidtv_channel *cur_chnl = m->channels;
307 * Match channels to their respective PMT sections, then assign the
311 vidtv_channel_pmt_match_sections(struct vidtv_channel *channels,
319 struct vidtv_channel *cur_chnl = channels;
476 vidtv_channel_pmt_match_sections(m->channels,
520 /* this is the place to add new 'channels' for vidtv */
521 m->channels = vidtv_channel_s302m_init(NULL, m->transport_stream_id);
523 if (!m->channels)
531 struct vidtv_channel *curr = m->channels;