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

/drivers/media/video/em28xx/
H A Dem28xx-cards.c397 struct em28xx_board em28xx_boards[] = { variable in typeref:struct:em28xx_board
1985 const unsigned int em28xx_bcount = ARRAY_SIZE(em28xx_boards);
2208 memcpy(&dev->board, &em28xx_boards[dev->model], sizeof(dev->board));
2356 sensor_name, em28xx_boards[dev->model].name);
2481 ctl->mts = em28xx_boards[dev->model].mts_firmware;
2608 em28xx_boards[dev->model].name);
2640 em28xx_boards[dev->model].name);
2659 i, em28xx_boards[i].name);
2757 dev->tuner_type = em28xx_boards[dev->model].tuner_type;
2758 if (em28xx_boards[de
[all...]
H A Dem28xx.h384 #define INPUT(nr) (&em28xx_boards[dev->model].input[nr])
715 extern struct em28xx_board em28xx_boards[];
H A Dem28xx-video.c1779 strlcpy(cap->card, em28xx_boards[dev->model].name, sizeof(cap->card));
2035 strlcpy(cap->card, em28xx_boards[dev->model].name, sizeof(cap->card));
2580 if (em28xx_boards[dev->model].radio.type == EM28XX_RADIO) {

Completed in 54 milliseconds