gpio_hp_mute       38 sound/soc/tegra/tegra_wm8903.c 	int gpio_hp_mute;
gpio_hp_mute      137 sound/soc/tegra/tegra_wm8903.c 	if (!gpio_is_valid(machine->gpio_hp_mute))
gpio_hp_mute      140 sound/soc/tegra/tegra_wm8903.c 	gpio_set_value_cansleep(machine->gpio_hp_mute,
gpio_hp_mute      255 sound/soc/tegra/tegra_wm8903.c 	machine->gpio_hp_mute = of_get_named_gpio(np, "nvidia,hp-mute-gpios",
gpio_hp_mute      257 sound/soc/tegra/tegra_wm8903.c 	if (machine->gpio_hp_mute == -EPROBE_DEFER)
gpio_hp_mute      259 sound/soc/tegra/tegra_wm8903.c 	if (gpio_is_valid(machine->gpio_hp_mute)) {
gpio_hp_mute      260 sound/soc/tegra/tegra_wm8903.c 		ret = devm_gpio_request_one(&pdev->dev, machine->gpio_hp_mute,