Searched refs:analog (Results 26 - 36 of 36) sorted by relevance

12

/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c463 if (phy->analog == 0)
578 if (phy->analog >= 2)
580 else if (phy->analog == 0)
605 if (phy->analog != 0)
709 if (phy->analog >= 2)
1554 if (phy->analog == 0)
1557 if (phy->analog >= 2)
1681 if (phy->analog != 0)
H A Db43legacy.h406 u8 analog; member in struct:b43legacy_phy
H A Dmain.c3071 phy->analog = analog_type;
/linux-master/drivers/media/rc/keymaps/
H A DMakefile73 rc-kworld-plus-tv-analog.o \
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_g.c191 if (phy->analog == 0) {
195 } else if (phy->analog > 1) {
1308 if (phy->analog == 0) {
1311 if (phy->analog >= 2) {
1449 if (phy->analog != 0)
1487 if (phy->analog == 1) {
1523 if (phy->analog == 1) {
1534 if (phy->analog == 1)
1539 if (phy->analog == 0)
1683 if (phy->analog
[all...]
H A Dmain.c4644 phy->analog = analog_type;
/linux-master/drivers/media/i2c/et8ek8/
H A Det8ek8_driver.c73 * the *analog gain, [1] in the digital gain
78 u16 analog; member in struct:et8ek8_gain
551 * If power is on, also updates the sensor analog and digital gains.
564 0x124a, new.analog >> 8);
568 0x1249, new.analog & 0xff);
/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c525 * drm_analog_tv_mode - create a display mode for an analog TV
534 * an analog TV output, for one of the usual analog TV mode.
553 enum drm_mode_analog analog; local
564 analog = DRM_MODE_ANALOG_NTSC;
572 analog = DRM_MODE_ANALOG_PAL;
584 &tv_modes_parameters[analog],
/linux-master/drivers/media/i2c/
H A Dtvp5150.c809 supported_stds = cur_con->base.connector.analog.sdtv_stds;
1394 v4l2ca = &decoder->cur_connector->base.connector.analog;
1659 tvp5150_s_std(sd, v4l2c->connector.analog.sdtv_stds);
1979 if (!(v4l2c->connector.analog.sdtv_stds & TVP5150_STD_MASK)) {
2175 core->norm |= v4l2c->connector.analog.sdtv_stds;
/linux-master/sound/soc/codecs/
H A DMakefile172 snd-soc-msm8916-analog-y := msm8916-wcd-analog.o
564 obj-$(CONFIG_SND_SOC_MSM8916_WCD_ANALOG) +=snd-soc-msm8916-analog.o
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c639 vc->connector.analog.sdtv_stds = ret ? V4L2_STD_ALL : stds;

Completed in 189 milliseconds

12