Home
last modified time | relevance | path

Searched refs:N810_SPEAKER_AMP_GPIO (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/ti/
H A Dn810.c25 #define N810_SPEAKER_AMP_GPIO 101 macro
190 gpio_set_value(N810_SPEAKER_AMP_GPIO, 1); in n810_spk_event()
192 gpio_set_value(N810_SPEAKER_AMP_GPIO, 0); in n810_spk_event()
331 (gpio_request(N810_SPEAKER_AMP_GPIO, "spk_amp") < 0))) { in n810_soc_init()
337 gpio_direction_output(N810_SPEAKER_AMP_GPIO, 0); in n810_soc_init()
354 gpio_free(N810_SPEAKER_AMP_GPIO); in n810_soc_exit()
/kernel/linux/linux-6.6/sound/soc/ti/
H A Dn810.c25 #define N810_SPEAKER_AMP_GPIO 101 macro
190 gpio_set_value(N810_SPEAKER_AMP_GPIO, 1); in n810_spk_event()
192 gpio_set_value(N810_SPEAKER_AMP_GPIO, 0); in n810_spk_event()
331 (gpio_request(N810_SPEAKER_AMP_GPIO, "spk_amp") < 0))) { in n810_soc_init()
337 gpio_direction_output(N810_SPEAKER_AMP_GPIO, 0); in n810_soc_init()
354 gpio_free(N810_SPEAKER_AMP_GPIO); in n810_soc_exit()

Completed in 2 milliseconds