Searched refs:hp_detect (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/sound/soc/intel/boards/ |
H A D | bytcr_rt5651.c | 86 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()
|
/openbmc/linux/sound/ppc/ |
H A D | tumbler.c | 87 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 …]
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-rock-pi-4a-plus.dts | 17 pinctrl-0 = <&hp_detect &hp_int>;
|
H A D | rk3399-rock-pi-4b-plus.dts | 21 pinctrl-0 = <&hp_detect &hp_int>;
|
H A D | rk3399-rock-pi-4c.dts | 22 pinctrl-0 = <&hp_detect &hp_int>;
|
H A D | rk3588-rock-5b.dts | 36 pinctrl-0 = <&hp_detect>; 215 hp_detect: hp-detect { label
|
H A D | rk3399-rock-pi-4.dtsi | 557 hp_detect: hp-detect { label
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.h | 97 bool (*hp_detect)(struct vc4_hdmi *vc4_hdmi); member
|
H A D | vc4_hdmi.c | 489 if (vc4_hdmi->variant->hp_detect && in vc4_hdmi_connector_detect_ctx() 490 vc4_hdmi->variant->hp_detect(vc4_hdmi)) in vc4_hdmi_connector_detect_ctx() 3840 .hp_detect = vc5_hdmi_hp_detect, 3869 .hp_detect = vc5_hdmi_hp_detect,
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra30-asus-transformer-common.dtsi | 561 hp_detect {
|