Searched refs:em28xx_set_mode (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-dvb.c | 224 rc = em28xx_set_mode(dev, EM28XX_DIGITAL_MODE); in em28xx_start_streaming() 297 return em28xx_set_mode(dev, EM28XX_DIGITAL_MODE); in em28xx_dvb_bus_ctrl() 299 return em28xx_set_mode(dev, EM28XX_SUSPEND); in em28xx_dvb_bus_ctrl() 1511 em28xx_set_mode(dev, EM28XX_DIGITAL_MODE); in em28xx_dvb_init() 1982 em28xx_set_mode(dev, EM28XX_SUSPEND); in em28xx_dvb_init()
|
H A D | em28xx.h | 836 int em28xx_set_mode(struct em28xx *dev, enum em28xx_mode set_mode);
|
H A D | em28xx-core.c | 748 int em28xx_set_mode(struct em28xx *dev, enum em28xx_mode set_mode) in em28xx_set_mode() function 768 EXPORT_SYMBOL_GPL(em28xx_set_mode); variable
|
H A D | em28xx-cards.c | 3002 em28xx_set_mode(dev, EM28XX_ANALOG_MODE); in em28xx_pre_card_setup() 3005 em28xx_set_mode(dev, EM28XX_SUSPEND); in em28xx_pre_card_setup() 3210 * em28xx_set_mode() in em28xx_pre_card_setup() was a no-op, in em28xx_card_setup() 3215 em28xx_set_mode(dev, EM28XX_ANALOG_MODE); in em28xx_card_setup() 3237 * em28xx_set_mode() in em28xx_pre_card_setup() was a no-op, in em28xx_card_setup() 3242 em28xx_set_mode(dev, EM28XX_ANALOG_MODE); in em28xx_card_setup()
|
H A D | em28xx-video.c | 2173 em28xx_set_mode(dev, EM28XX_ANALOG_MODE); in em28xx_v4l2_open() 2311 em28xx_set_mode(dev, EM28XX_SUSPEND); in em28xx_v4l2_close()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-dvb.c | 221 rc = em28xx_set_mode(dev, EM28XX_DIGITAL_MODE); in em28xx_start_streaming() 294 return em28xx_set_mode(dev, EM28XX_DIGITAL_MODE); in em28xx_dvb_bus_ctrl() 296 return em28xx_set_mode(dev, EM28XX_SUSPEND); in em28xx_dvb_bus_ctrl() 1534 em28xx_set_mode(dev, EM28XX_DIGITAL_MODE); in em28xx_dvb_init() 2010 em28xx_set_mode(dev, EM28XX_SUSPEND); in em28xx_dvb_init()
|
H A D | em28xx.h | 825 int em28xx_set_mode(struct em28xx *dev, enum em28xx_mode set_mode);
|
H A D | em28xx-core.c | 740 int em28xx_set_mode(struct em28xx *dev, enum em28xx_mode set_mode) in em28xx_set_mode() function 760 EXPORT_SYMBOL_GPL(em28xx_set_mode); variable
|
H A D | em28xx-cards.c | 3047 em28xx_set_mode(dev, EM28XX_ANALOG_MODE); in em28xx_pre_card_setup() 3050 em28xx_set_mode(dev, EM28XX_SUSPEND); in em28xx_pre_card_setup() 3255 * em28xx_set_mode() in em28xx_pre_card_setup() was a no-op, in em28xx_card_setup() 3260 em28xx_set_mode(dev, EM28XX_ANALOG_MODE); in em28xx_card_setup() 3282 * em28xx_set_mode() in em28xx_pre_card_setup() was a no-op, in em28xx_card_setup() 3287 em28xx_set_mode(dev, EM28XX_ANALOG_MODE); in em28xx_card_setup()
|
H A D | em28xx-video.c | 2163 em28xx_set_mode(dev, EM28XX_ANALOG_MODE); in em28xx_v4l2_open() 2301 em28xx_set_mode(dev, EM28XX_SUSPEND); in em28xx_v4l2_close()
|
Completed in 32 milliseconds