Home
last modified time | relevance | path

Searched full:gpio_mute (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Drockchip,rk3328-grf-gpio.txt3 In Rockchip RK3328, the output only GPIO_MUTE pin, originally for codec mute
5 GRF_SOC_CON10 register in GRF. Aside from the GPIO_MUTE pin, the HDMI pins can
32 Register File) node. The GPIO_MUTE pin is referred to as <&grf_gpio 0>.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpio/
Drockchip,rk3328-grf-gpio.yaml11 GPIO_MUTE pin, originally for codec mute control, but it can also be used
16 The GPIO_MUTE pin is referred to in the format
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Drockchip,rk3328-codec.yaml43 dedicated GPIO_MUTE pin)
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Drockchip,rk3328-codec.yaml46 dedicated GPIO_MUTE pin)
/kernel/linux/linux-6.6/drivers/gpio/
Dgpio-syscon.c151 /* RK3328 GPIO_MUTE is an output only pin at GRF_SOC_CON10[1] */
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-syscon.c154 /* RK3328 GPIO_MUTE is an output only pin at GRF_SOC_CON10[1] */
/kernel/linux/linux-5.10/sound/soc/codecs/
Drk3328_codec.c461 dev_warn(&pdev->dev, "assuming implicit control of GPIO_MUTE; update devicetree if possible\n"); in rk3328_platform_probe()
/kernel/linux/linux-6.6/sound/soc/codecs/
Drk3328_codec.c460 dev_warn(&pdev->dev, "assuming implicit control of GPIO_MUTE; update devicetree if possible\n"); in rk3328_platform_probe()
/kernel/linux/linux-5.10/sound/soc/intel/boards/
Dkbl_rt5660.c171 dev_err(component->dev, "Can't find GPIO_MUTE# gpio\n"); in kabylake_rt5660_codec_init()
/kernel/linux/linux-6.6/sound/soc/intel/boards/
Dkbl_rt5660.c171 dev_err(component->dev, "Can't find GPIO_MUTE# gpio\n"); in kabylake_rt5660_codec_init()
/kernel/linux/linux-6.6/sound/pci/hda/
Dpatch_sigmatel.c185 unsigned int gpio_mute; member
413 if (spec->gpio_mute) in stac_update_outputs()
416 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute); in stac_update_outputs()
559 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute)) in stac_store_hints()
560 spec->gpio_mute &= spec->gpio_mask; in stac_store_hints()
4133 spec->gpio_mute = 0x10; in stac9205_fixup_dell_m43()
/kernel/linux/linux-5.10/sound/pci/hda/
Dpatch_sigmatel.c185 unsigned int gpio_mute; member
413 if (spec->gpio_mute) in stac_update_outputs()
416 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute); in stac_update_outputs()
559 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute)) in stac_store_hints()
560 spec->gpio_mute &= spec->gpio_mask; in stac_store_hints()
4133 spec->gpio_mute = 0x10; in stac9205_fixup_dell_m43()