Searched refs:em28xx_read_ac97 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-audio.c | 440 rc = em28xx_read_ac97(dev, kcontrol->private_value); in em28xx_vol_put() 479 val = em28xx_read_ac97(dev, kcontrol->private_value); in em28xx_vol_get() 515 rc = em28xx_read_ac97(dev, kcontrol->private_value); in em28xx_vol_put_mute() 557 val = em28xx_read_ac97(dev, kcontrol->private_value); in em28xx_vol_get_mute()
|
H A D | em28xx-core.c | 266 * em28xx_read_ac97() 269 int em28xx_read_ac97(struct em28xx *dev, u8 reg) in em28xx_read_ac97() function 290 EXPORT_SYMBOL_GPL(em28xx_read_ac97); variable 552 vid1 = em28xx_read_ac97(dev, AC97_VENDOR_ID1); in em28xx_audio_setup() 568 vid2 = em28xx_read_ac97(dev, AC97_VENDOR_ID2); in em28xx_audio_setup() 575 feat = em28xx_read_ac97(dev, AC97_RESET); in em28xx_audio_setup()
|
H A D | em28xx.h | 818 int em28xx_read_ac97(struct em28xx *dev, u8 reg);
|
H A D | em28xx-cards.c | 2862 feat = em28xx_read_ac97(dev, AC97_RESET); in em28xx_wait_until_ac97_features_equals() 2866 powerdown = em28xx_read_ac97(dev, AC97_POWERDOWN); in em28xx_wait_until_ac97_features_equals()
|
H A D | em28xx-video.c | 1925 ret = em28xx_read_ac97(dev, reg->reg); in vidioc_g_register()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-audio.c | 430 rc = em28xx_read_ac97(dev, kcontrol->private_value); in em28xx_vol_put() 469 val = em28xx_read_ac97(dev, kcontrol->private_value); in em28xx_vol_get() 505 rc = em28xx_read_ac97(dev, kcontrol->private_value); in em28xx_vol_put_mute() 547 val = em28xx_read_ac97(dev, kcontrol->private_value); in em28xx_vol_get_mute()
|
H A D | em28xx-core.c | 256 * em28xx_read_ac97() 259 int em28xx_read_ac97(struct em28xx *dev, u8 reg) in em28xx_read_ac97() function 280 EXPORT_SYMBOL_GPL(em28xx_read_ac97); variable 542 vid1 = em28xx_read_ac97(dev, AC97_VENDOR_ID1); in em28xx_audio_setup() 558 vid2 = em28xx_read_ac97(dev, AC97_VENDOR_ID2); in em28xx_audio_setup() 565 feat = em28xx_read_ac97(dev, AC97_RESET); in em28xx_audio_setup()
|
H A D | em28xx.h | 807 int em28xx_read_ac97(struct em28xx *dev, u8 reg);
|
H A D | em28xx-cards.c | 2907 feat = em28xx_read_ac97(dev, AC97_RESET); in em28xx_wait_until_ac97_features_equals() 2911 powerdown = em28xx_read_ac97(dev, AC97_POWERDOWN); in em28xx_wait_until_ac97_features_equals()
|
H A D | em28xx-video.c | 1915 ret = em28xx_read_ac97(dev, reg->reg); in vidioc_g_register()
|
Completed in 27 milliseconds