Searched refs:hp_detect (Results 1 – 17 of 17) sorted by relevance
| /linux/sound/soc/intel/boards/ |
| 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() 1031 priv->hp_detect = devm_fwnode_gpiod_get(dev, codec_dev->fwnode, in snd_byt_rt5651_mc_probe() 1035 if (IS_ERR(priv->hp_detect)) { in snd_byt_rt5651_mc_probe() 1036 ret_val = PTR_ERR(priv->hp_detect); in snd_byt_rt5651_mc_probe() 1039 priv->hp_detect = NULL; in snd_byt_rt5651_mc_probe()
|
| /linux/sound/ppc/ |
| A D | tumbler.c | 87 struct pmac_gpio hp_detect; member 939 if (mix->hp_detect.addr) in tumbler_detect_headphone() 940 detect |= read_audio_gpio(&mix->hp_detect); in tumbler_detect_headphone() 1259 val = do_gpio_read(&mix->hp_detect); in tumbler_resume() 1260 do_gpio_write(&mix->hp_detect, val | 0x80); in tumbler_resume() 1298 NULL, &mix->hp_detect, 0); in tumbler_init() 1301 NULL, &mix->hp_detect, 1); in tumbler_init() 1304 NULL, &mix->hp_detect, 1); in tumbler_init() 1334 tumbler_gpio_free(&mix->hp_detect); in tumbler_cleanup() 1481 val = do_gpio_read(&mix->hp_detect); in snd_pmac_tumbler_init() [all …]
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| A D | rk3399-rock-pi-4a-plus.dts | 17 pinctrl-0 = <&hp_detect &hp_int>;
|
| A D | rk3399-rock-pi-4b-plus.dts | 21 pinctrl-0 = <&hp_detect &hp_int>;
|
| A D | rk3399-rock-pi-4c.dts | 22 pinctrl-0 = <&hp_detect &hp_int>;
|
| A D | rk3588-ok3588-c.dts | 73 pinctrl-0 = <&hp_detect>; 342 hp_detect: hp-detect { label
|
| A D | rk3588-armsom-sige7.dts | 28 pinctrl-0 = <&hp_detect>; 306 hp_detect: hp-detect { label
|
| A D | rk3588-rock-5b.dts | 37 pinctrl-0 = <&hp_detect>; 361 hp_detect: hp-detect { label
|
| A D | rk3588-orangepi-5-plus.dts | 118 pinctrl-0 = <&hp_detect>; 411 hp_detect: hp-detect { label
|
| A D | rk3588-rock-5-itx.dts | 51 pinctrl-0 = <&hp_detect>; 578 hp_detect: hp-detect { label
|
| A D | rk3588s-gameforce-ace.dts | 119 pinctrl-0 = <&hp_detect>; 685 hp_detect: headphone-detect { label
|
| A D | rk3588-quartzpro64.dts | 102 pinctrl-0 = <&hp_detect>; 377 hp_detect: hp-detect { label
|
| A D | rk3588-evb1-v10.dts | 63 pinctrl-0 = <&hp_detect>; 432 hp_detect: headphone-detect { label
|
| A D | rk3399-rock-pi-4.dtsi | 575 hp_detect: hp-detect { label
|
| /linux/drivers/gpu/drm/vc4/ |
| A D | vc4_hdmi.h | 96 bool (*hp_detect)(struct vc4_hdmi *vc4_hdmi); member
|
| A D | vc4_hdmi.c | 456 if (vc4_hdmi->variant->hp_detect && in vc4_hdmi_connector_detect_ctx() 457 vc4_hdmi->variant->hp_detect(vc4_hdmi)) in vc4_hdmi_connector_detect_ctx() 3365 .hp_detect = vc5_hdmi_hp_detect, 3394 .hp_detect = vc5_hdmi_hp_detect,
|
| /linux/arch/arm/boot/dts/nvidia/ |
| A D | tegra30-asus-transformer-common.dtsi | 561 hp_detect {
|
Completed in 42 milliseconds