Searched refs:em28xx_read_ac97 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-core.c | 259 int em28xx_read_ac97(struct em28xx *dev, u8 reg) in em28xx_read_ac97() function 280 EXPORT_SYMBOL_GPL(em28xx_read_ac97); 543 vid1 = em28xx_read_ac97(dev, AC97_VENDOR_ID1); in em28xx_audio_setup() 559 vid2 = em28xx_read_ac97(dev, AC97_VENDOR_ID2); in em28xx_audio_setup() 566 feat = em28xx_read_ac97(dev, AC97_RESET); in em28xx_audio_setup()
|
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.h | 808 int em28xx_read_ac97(struct em28xx *dev, u8 reg);
|
H A D | em28xx-cards.c | 2959 feat = em28xx_read_ac97(dev, AC97_RESET); in em28xx_wait_until_ac97_features_equals() 2963 powerdown = em28xx_read_ac97(dev, AC97_POWERDOWN); in em28xx_wait_until_ac97_features_equals()
|
H A D | em28xx-video.c | 1917 ret = em28xx_read_ac97(dev, reg->reg); in vidioc_g_register()
|