Home
last modified time | relevance | path

Searched refs:hp_detect (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/sound/soc/intel/boards/
A Dbytcr_rt5651.c86 struct gpio_desc *hp_detect; member
651 else if (priv->hp_detect) in byt_rt5651_init()
669 priv->hp_detect); in byt_rt5651_init()
841 priv->hp_detect); in byt_rt5651_resume()
1030 priv->hp_detect = devm_fwnode_gpiod_get(dev, codec_dev->fwnode, in snd_byt_rt5651_mc_probe()
1034 if (IS_ERR(priv->hp_detect)) { in snd_byt_rt5651_mc_probe()
1035 ret_val = PTR_ERR(priv->hp_detect); in snd_byt_rt5651_mc_probe()
1038 priv->hp_detect = NULL; in snd_byt_rt5651_mc_probe()
/linux-6.3-rc2/sound/ppc/
A Dtumbler.c87 struct pmac_gpio hp_detect; member
938 if (mix->hp_detect.addr) in tumbler_detect_headphone()
939 detect |= read_audio_gpio(&mix->hp_detect); in tumbler_detect_headphone()
1260 val = do_gpio_read(&mix->hp_detect); in tumbler_resume()
1261 do_gpio_write(&mix->hp_detect, val | 0x80); in tumbler_resume()
1299 NULL, &mix->hp_detect, 0); in tumbler_init()
1302 NULL, &mix->hp_detect, 1); in tumbler_init()
1305 NULL, &mix->hp_detect, 1); in tumbler_init()
1335 tumbler_gpio_free(&mix->hp_detect); in tumbler_cleanup()
1482 val = do_gpio_read(&mix->hp_detect); in snd_pmac_tumbler_init()
[all …]
/linux-6.3-rc2/arch/arm64/boot/dts/rockchip/
A Drk3399-rock-pi-4a-plus.dts17 pinctrl-0 = <&hp_detect &hp_int>;
A Drk3399-rock-pi-4b-plus.dts21 pinctrl-0 = <&hp_detect &hp_int>;
A Drk3399-rock-pi-4c.dts21 pinctrl-0 = <&hp_detect &hp_int>;
A Drk3399-rock-pi-4.dtsi557 hp_detect: hp-detect { label
/linux-6.3-rc2/drivers/gpu/drm/vc4/
A Dvc4_hdmi.h97 bool (*hp_detect)(struct vc4_hdmi *vc4_hdmi); member
A Dvc4_hdmi.c473 if (vc4_hdmi->variant->hp_detect && in vc4_hdmi_connector_detect_ctx()
474 vc4_hdmi->variant->hp_detect(vc4_hdmi)) in vc4_hdmi_connector_detect_ctx()
3616 .hp_detect = vc5_hdmi_hp_detect,
3645 .hp_detect = vc5_hdmi_hp_detect,

Completed in 18 milliseconds