Home
last modified time | relevance | path

Searched refs:cx18_card (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-cards.c47 static const struct cx18_card cx18_card_hvr1600_esmt = {
94 static const struct cx18_card cx18_card_hvr1600_s5h1411 = {
141 static const struct cx18_card cx18_card_hvr1600_samsung = {
197 static const struct cx18_card cx18_card_h900 = {
244 static const struct cx18_card cx18_card_mpc718 = {
304 static const struct cx18_card cx18_card_gotview_dvd3 = {
364 static const struct cx18_card cx18_card_cnxt_raptor_pal = {
461 static const struct cx18_card cx18_card_leadtek_pvr2100 = {
514 static const struct cx18_card cx18_card_leadtek_dvr3100h = {
560 static const struct cx18_card *cx18_card_list[] = {
[all …]
H A Dcx18-cards.h108 struct cx18_card { struct
139 const struct cx18_card *cx18_get_card(u16 index); argument
H A Dcx18-driver.h433 struct cx18_card;
569 const struct cx18_card *card; /* card information */
H A Dcx18-driver.c998 const struct cx18_card *orig_card = cx->card; in cx18_probe()