Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/pci/cx18/
Dcx18-driver.c369 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()
Dcx18-cards.h139 const struct cx18_card *cx18_get_card(u16 index);
Dcx18-cards.c573 const struct cx18_card *cx18_get_card(u16 index) in cx18_get_card() function