Searched refs:cx18_get_card (Results 1 – 3 of 3) sorted by relevance
369 cx->card = cx18_get_card(CX18_CARD_HVR_1600_S5H1411); in cx18_process_eeprom()383 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT); in cx18_process_eeprom()396 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT); in cx18_process_eeprom()638 cx->card = cx18_get_card(cx->options.cardtype - 1); in cx18_process_options()645 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT); in cx18_process_options()650 for (i = 0; (cx->card = cx18_get_card(i)); i++) { in cx18_process_options()671 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT); in cx18_process_options()
139 const struct cx18_card *cx18_get_card(u16 index);
573 const struct cx18_card *cx18_get_card(u16 index) in cx18_get_card() function