Searched refs:p_tuner_list (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | dst.c | 917 struct tuner_types *p_tuner_list = NULL; in dst_card_type() local 929 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_card_type() 930 if (!strcmp(&state->card_info[0], p_tuner_list->board_name)) { in dst_card_type() 931 state->tuner_type = p_tuner_list->tuner_type; in dst_card_type() 933 p_tuner_list->tuner_name, p_tuner_list->tuner_type); in dst_card_type() 1051 struct tuner_types *p_tuner_list = NULL; in dst_get_device_id() local 1112 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list in dst_get_device_id() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | dst.c | 917 struct tuner_types *p_tuner_list = NULL; in dst_card_type() local 929 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list++) { in dst_card_type() 930 if (!strcmp(&state->card_info[0], p_tuner_list->board_name)) { in dst_card_type() 931 state->tuner_type = p_tuner_list->tuner_type; in dst_card_type() 933 p_tuner_list->tuner_name, p_tuner_list->tuner_type); in dst_card_type() 1051 struct tuner_types *p_tuner_list = NULL; in dst_get_device_id() local 1112 for (j = 0, p_tuner_list = tuner_list; j < ARRAY_SIZE(tuner_list); j++, p_tuner_list in dst_get_device_id() [all...] |
Completed in 4 milliseconds