Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/em28xx/
Dem28xx-cards.c566 struct em28xx_board em28xx_boards[] = { variable
2292 EXPORT_SYMBOL_GPL(em28xx_boards);
2294 static const unsigned int em28xx_bcount = ARRAY_SIZE(em28xx_boards);
2530 dev->board = em28xx_boards[dev->model]; in em28xx_set_model()
2699 em28xx_boards[dev->model].name); in em28xx_hint_board()
2731 em28xx_boards[dev->model].name); in em28xx_hint_board()
2750 i, em28xx_boards[i].name); in em28xx_hint_board()
2797 dev->tuner_type = em28xx_boards[dev->model].tuner_type; in em28xx_card_setup()
2915 ctl->mts = em28xx_boards[dev->model].mts_firmware; in em28xx_setup_xc3028()
3074 dev->board.is_em2800 = em28xx_boards[dev->model].is_em2800; in em28xx_init_dev()
Dem28xx.h390 #define INPUT(nr) (&em28xx_boards[dev->model].input[nr])
781 extern struct em28xx_board em28xx_boards[];
Dem28xx-video.c1714 strlcpy(cap->card, em28xx_boards[dev->model].name, sizeof(cap->card)); in vidioc_querycap()
2551 if (em28xx_boards[dev->model].radio.type == EM28XX_RADIO) { in em28xx_v4l2_init()