Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/st/sti/c8sectpfe/
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()
Dc8sectpfe-core.c67 for (chan_num = 0; chan_num < fei->tsin_count; chan_num++) { in c8sectpfe_timer_interrupt()
740 fei->tsin_count = of_get_child_count(np); in c8sectpfe_probe()
742 if (fei->tsin_count > C8SECTPFE_MAX_TSIN_CHAN || in c8sectpfe_probe()
743 fei->tsin_count > fei->hw_stats.num_ib) { in c8sectpfe_probe()
900 for (i = 0; i < fei->tsin_count; i++) { in c8sectpfe_remove()
Dc8sectpfe-core.h79 int tsin_count; member