Searched refs:em28xx_boards (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-cards.c262 struct em28xx_board em28xx_boards[] = { variable in typeref:struct:em28xx_board
1697 const unsigned int em28xx_bcount = ARRAY_SIZE(em28xx_boards);
1890 memcpy(&dev->board, &em28xx_boards[dev->model], sizeof(dev->board));
2027 sensor_name, em28xx_boards[dev->model].name);
2151 ctl->mts = em28xx_boards[dev->model].mts_firmware;
2276 em28xx_boards[dev->model].name);
2308 em28xx_boards[dev->model].name);
2327 i, em28xx_boards[i].name);
2396 dev->tuner_type = em28xx_boards[dev->model].tuner_type;
2397 if (em28xx_boards[de
[all...]
H A Dem28xx.h363 #define INPUT(nr) (&em28xx_boards[dev->model].input[nr])
689 extern struct em28xx_board em28xx_boards[];
H A Dem28xx-video.c1781 strlcpy(cap->card, em28xx_boards[dev->model].name, sizeof(cap->card));
2014 strlcpy(cap->card, em28xx_boards[dev->model].name, sizeof(cap->card));
2558 if (em28xx_boards[dev->model].radio.type == EM28XX_RADIO) {

Completed in 119 milliseconds