Searched refs:cx18_get_card (Results 1 – 3 of 3) sorted by relevance
378 cx->card = cx18_get_card(CX18_CARD_HVR_1600_S5H1411); in cx18_process_eeprom()392 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT); in cx18_process_eeprom()405 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT); in cx18_process_eeprom()647 cx->card = cx18_get_card(cx->options.cardtype - 1); in cx18_process_options()654 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT); in cx18_process_options()659 for (i = 0; (cx->card = cx18_get_card(i)); i++) { in cx18_process_options()680 cx->card = cx18_get_card(CX18_CARD_HVR_1600_ESMT); in cx18_process_options()
148 const struct cx18_card *cx18_get_card(u16 index);
582 const struct cx18_card *cx18_get_card(u16 index) in cx18_get_card() function