Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx.h488 unsigned int has_msp34xx:1; member
654 unsigned int has_msp34xx:1; member
H A Dem28xx-cards.c809 .has_msp34xx = 1,
1140 .has_msp34xx = 1,
1206 .has_msp34xx = 1,
2885 dev->has_msp34xx = dev->board.has_msp34xx; in em28xx_set_model()
3220 dev->has_msp34xx = 1; in em28xx_card_setup()
H A Dem28xx-video.c1291 if (dev->has_msp34xx) { in video_mux()
1718 if (dev->has_msp34xx && idx != EM28XX_AMUX_UNUSED) in em28xx_fill_audio_input()
2567 if (dev->has_msp34xx) in em28xx_v4l2_init()
2656 if (dev->has_msp34xx) { in em28xx_v4l2_init()
H A Dem28xx-core.c368 if (dev->has_msp34xx) { in em28xx_set_audio_source()