vid1 504 drivers/media/usb/em28xx/em28xx-core.c int vid1, vid2, feat, cfg; vid1 552 drivers/media/usb/em28xx/em28xx-core.c vid1 = em28xx_read_ac97(dev, AC97_VENDOR_ID1); vid1 553 drivers/media/usb/em28xx/em28xx-core.c if (vid1 < 0) { vid1 572 drivers/media/usb/em28xx/em28xx-core.c vid = vid1 << 16 | vid2; vid1 41 drivers/regulator/max8952.c bool vid1; vid1 78 drivers/regulator/max8952.c if (max8952->vid1) vid1 95 drivers/regulator/max8952.c max8952->vid1 = (selector >> 1) & 0x1; vid1 97 drivers/regulator/max8952.c gpiod_set_value(max8952->vid1_gpiod, max8952->vid1); vid1 236 drivers/regulator/max8952.c max8952->vid1 = (pdata->default_mode >> 1) & 0x1; vid1 245 drivers/regulator/max8952.c gflags = max8952->vid1 ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; vid1 257 drivers/regulator/max8952.c max8952->vid1 = 0; vid1 136 sound/ac97/bus.c unsigned short vid1, vid2; vid1 140 sound/ac97/bus.c vid1 = (ret & 0xffff); vid1 150 sound/ac97/bus.c __func__, codec_num, AC97_ID(vid1, vid2)); vid1 151 sound/ac97/bus.c return AC97_ID(vid1, vid2); vid1 982 sound/soc/codecs/alc5623.c unsigned int vid1, vid2; vid1 998 sound/soc/codecs/alc5623.c ret = regmap_read(alc5623->regmap, ALC5623_VENDOR_ID1, &vid1); vid1 1011 sound/soc/codecs/alc5623.c if ((vid1 != 0x10ec) || (vid2 != id->driver_data)) { vid1 1015 sound/soc/codecs/alc5623.c vid1, vid2); vid1 1105 sound/soc/codecs/alc5632.c unsigned int vid1, vid2; vid1 1121 sound/soc/codecs/alc5632.c ret1 = regmap_read(alc5632->regmap, ALC5632_VENDOR_ID1, &vid1); vid1 1131 sound/soc/codecs/alc5632.c if ((vid1 != 0x10EC) || (vid2 != id->driver_data)) { vid1 1133 sound/soc/codecs/alc5632.c "Device is not a ALC5632: VID1=0x%x, VID2=0x%x\n", vid1, vid2);