Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/cx18/
Dcx18-cards.c61 static const struct cx18_card cx18_card_hvr1600_esmt = {
108 static const struct cx18_card cx18_card_hvr1600_s5h1411 = {
155 static const struct cx18_card cx18_card_hvr1600_samsung = {
211 static const struct cx18_card cx18_card_h900 = {
258 static const struct cx18_card cx18_card_mpc718 = {
318 static const struct cx18_card cx18_card_gotview_dvd3 = {
378 static const struct cx18_card cx18_card_cnxt_raptor_pal = {
432 static const struct cx18_card cx18_card_toshiba_qosmio_dvbt = {
475 static const struct cx18_card cx18_card_leadtek_pvr2100 = {
528 static const struct cx18_card cx18_card_leadtek_dvr3100h = {
[all …]
Dcx18-cards.h126 struct cx18_card { struct
157 const struct cx18_card *cx18_get_card(u16 index); argument
Dcx18-driver.h445 struct cx18_card;
581 const struct cx18_card *card; /* card information */
Dcx18-driver.c1013 const struct cx18_card *orig_card = cx->card; in cx18_probe()