Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-cards.c671 const struct em28xx_board em28xx_boards[] = { variable
2582 EXPORT_SYMBOL_GPL(em28xx_boards);
2584 static const unsigned int em28xx_bcount = ARRAY_SIZE(em28xx_boards);
2858 const struct em28xx_board *board = &em28xx_boards[dev->model]; in em28xx_set_xclk_i2c_speed()
2884 dev->board = em28xx_boards[dev->model]; in em28xx_set_model()
3090 em28xx_boards[dev->model].name); in em28xx_hint_board()
3121 em28xx_boards[dev->model].name); in em28xx_hint_board()
3140 " card=%d -> %s\n", i, em28xx_boards[i].name); in em28xx_hint_board()
3192 dev->tuner_type = em28xx_boards[dev->model].tuner_type; in em28xx_card_setup()
3340 ctl->mts = em28xx_boards[dev->model].mts_firmware; in em28xx_setup_xc3028()
[all …]
H A Dem28xx.h421 #define INPUT(nr) (&em28xx_boards[dev->model].input[nr])
835 extern const struct em28xx_board em28xx_boards[];
H A Dem28xx-input.c813 rc->device_name = em28xx_boards[dev->model].name; in em28xx_ir_init()
H A Dem28xx-video.c1974 strscpy(cap->card, em28xx_boards[dev->model].name, sizeof(cap->card)); in vidioc_querycap()
2825 if (em28xx_boards[dev->model].radio.type == EM28XX_RADIO) { in em28xx_v4l2_init()