Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-common.c154 for (i = 0; i < fei->tsin_count; i++) { in c8sectpfe_create()
173 c8sectpfe->num_feeds = fei->tsin_count; in c8sectpfe_create()
205 for (n = 0; n < fei->tsin_count; n++) { in c8sectpfe_tuner_unregister_frontend()
240 for (n = 0; n < fei->tsin_count; n++) { in c8sectpfe_tuner_register_frontend()
H A Dc8sectpfe-core.c71 for (chan_num = 0; chan_num < fei->tsin_count; chan_num++) { in c8sectpfe_timer_interrupt()
736 fei->tsin_count = of_get_child_count(np); in c8sectpfe_probe()
738 if (fei->tsin_count > C8SECTPFE_MAX_TSIN_CHAN || in c8sectpfe_probe()
739 fei->tsin_count > fei->hw_stats.num_ib) { in c8sectpfe_probe()
889 for (i = 0; i < fei->tsin_count; i++) { in c8sectpfe_remove()
H A Dc8sectpfe-core.h81 int tsin_count; member