Lines Matching refs:boardnr
2999 switch (core->boardnr) { in cx88_dvico_xc2028_callback()
3148 switch (core->boardnr) { in cx88_xc2028_tuner_callback()
3196 switch (core->boardnr) { in cx88_xc4000_tuner_callback()
3215 switch (core->boardnr) { in cx88_xc5000_tuner_callback()
3316 switch (core->boardnr) { in cx88_card_setup_pre_i2c()
3395 switch (core->boardnr) { in cx88_setup_xc3028()
3456 switch (core->boardnr) { in cx88_card_setup()
3512 core->boardnr == CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID) in cx88_card_setup()
3774 core->boardnr = UNSET; in cx88_core_create()
3776 core->boardnr = card[core->nr]; in cx88_core_create()
3777 for (i = 0; core->boardnr == UNSET && i < ARRAY_SIZE(cx88_subids); i++) in cx88_core_create()
3780 core->boardnr = cx88_subids[i].card; in cx88_core_create()
3781 if (core->boardnr == UNSET) { in cx88_core_create()
3782 core->boardnr = CX88_BOARD_UNKNOWN; in cx88_core_create()
3786 core->board = cx88_boards[core->boardnr]; in cx88_core_create()
3793 core->boardnr, card[core->nr] == core->boardnr ? in cx88_core_create()