Searched refs:set_headphone (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/aoa/ |
H A D | aoa-gpio.h | 33 void (*set_headphone)(struct gpio_runtime *rt, int on); member
|
/kernel/linux/linux-6.6/sound/aoa/ |
H A D | aoa-gpio.h | 33 void (*set_headphone)(struct gpio_runtime *rt, int on); member
|
/kernel/linux/linux-5.10/sound/aoa/fabrics/ |
H A D | layout.c | 865 ldev->gpio.methods->set_headphone(&ldev->gpio, v); in layout_notify() 874 ldev->gpio.methods->set_headphone(&ldev->gpio, 0); in layout_notify() 926 ldev->gpio.methods->set_headphone(codec->gpio, 1); in layout_attached_codec()
|
/kernel/linux/linux-6.6/sound/aoa/fabrics/ |
H A D | layout.c | 865 ldev->gpio.methods->set_headphone(&ldev->gpio, v); in layout_notify() 874 ldev->gpio.methods->set_headphone(&ldev->gpio, 0); in layout_notify() 926 ldev->gpio.methods->set_headphone(codec->gpio, 1); in layout_attached_codec()
|
/kernel/linux/linux-5.10/sound/aoa/core/ |
H A D | gpio-pmf.c | 240 .set_headphone = pmf_gpio_set_headphone,
|
H A D | gpio-feature.c | 413 .set_headphone = ftr_gpio_set_headphone,
|
/kernel/linux/linux-6.6/sound/aoa/core/ |
H A D | gpio-pmf.c | 240 .set_headphone = pmf_gpio_set_headphone,
|
H A D | gpio-feature.c | 413 .set_headphone = ftr_gpio_set_headphone,
|
Completed in 8 milliseconds