Home
last modified time | relevance | path

Searched refs:cx18_get_card (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-driver.c383 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()
Dcx18-cards.h158 const struct cx18_card *cx18_get_card(u16 index);
Dcx18-cards.c587 const struct cx18_card *cx18_get_card(u16 index) in cx18_get_card() function