Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/regulator/
Dmax8952.c53 bool vid1; member
127 if (max8952->vid1) in max8952_get_voltage()
156 max8952->vid1 = (((vid >> 1) % 2) == 1); in max8952_set_voltage()
159 gpio_set_value(max8952->pdata->gpio_vid1, max8952->vid1); in max8952_set_voltage()
221 max8952->vid1 = ((pdata->default_mode >> 1) % 2) == 1; in max8952_pmic_probe()
264 max8952->vid1 = 0; in max8952_pmic_probe()
/linux-3.4.99/sound/soc/codecs/
Dalc5623.c1000 int ret, vid1, vid2; in alc5623_i2c_probe() local
1002 vid1 = i2c_smbus_read_word_data(client, ALC5623_VENDOR_ID1); in alc5623_i2c_probe()
1003 if (vid1 < 0) { in alc5623_i2c_probe()
1007 vid1 = ((vid1 & 0xff) << 8) | (vid1 >> 8); in alc5623_i2c_probe()
1015 if ((vid1 != 0x10ec) || (vid2 != id->driver_data)) { in alc5623_i2c_probe()
1019 vid1, vid2); in alc5623_i2c_probe()
Dalc5632.c1125 unsigned int vid1, vid2; in alc5632_i2c_probe() local
1141 ret1 = regmap_read(alc5632->regmap, ALC5632_VENDOR_ID1, &vid1); in alc5632_i2c_probe()
1152 if ((vid1 != 0x10EC) || (vid2 != id->driver_data)) { in alc5632_i2c_probe()
1154 "Device is not a ALC5632: VID1=0x%x, VID2=0x%x\n", vid1, vid2); in alc5632_i2c_probe()
/linux-3.4.99/drivers/media/video/em28xx/
Dem28xx-core.c497 int vid1, vid2, feat, cfg; in em28xx_audio_setup() local
540 vid1 = em28xx_read_ac97(dev, AC97_VENDOR_ID1); in em28xx_audio_setup()
541 if (vid1 < 0) { in em28xx_audio_setup()
558 vid = vid1 << 16 | vid2; in em28xx_audio_setup()