Searched refs:cx18_get_card (Results 1 – 3 of 3) sorted by relevance
383 cx->card = cx18_get_card(CX18_CARD_HVR_1600_S5H1411); in cx18_process_eeprom()397 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT); in cx18_process_eeprom()410 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT); in cx18_process_eeprom()652 cx->card = cx18_get_card(cx->options.cardtype - 1); in cx18_process_options()659 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT); in cx18_process_options()664 for (i = 0; (cx->card = cx18_get_card(i)); i++) { in cx18_process_options()685 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT); in cx18_process_options()
158 const struct cx18_card *cx18_get_card(u16 index);
587 const struct cx18_card *cx18_get_card(u16 index) in cx18_get_card() function