Home
last modified time | relevance | path

Searched refs:jack_status_check (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/sound/
H A Dsoc-jack.h79 int (*jack_status_check)(void *data); member
/openbmc/linux/sound/soc/
H A Dsoc-jack.c226 if (gpio->jack_status_check) in snd_soc_jack_gpio_detect()
227 report = gpio->jack_status_check(gpio->data); in snd_soc_jack_gpio_detect()
/openbmc/linux/sound/soc/samsung/
H A Daries_wm8994.c156 .jack_status_check = headset_button_check,
/openbmc/linux/sound/soc/intel/boards/
H A Dbytcr_rt5640.c1432 rt5640_jack_gpio.jack_status_check = byt_rt5640_hp_elitepad_1000g2_jack1_check; in byt_rt5640_init()
1440 rt5640_jack2_gpio.jack_status_check = byt_rt5640_hp_elitepad_1000g2_jack2_check; in byt_rt5640_init()
/openbmc/linux/sound/soc/tegra/
H A Dtegra_asoc_machine.c205 tegra_machine_mic_jack_gpio.jack_status_check = coupled_mic_hp_check; in tegra_asoc_machine_init()
/openbmc/linux/sound/soc/codecs/
H A Dcx2072x.c1454 .jack_status_check = cx2072x_jack_status_check,
H A Drt5670.c591 rt5670->hp_gpio.jack_status_check = rt5670_irq_detection; in rt5670_set_jack_detect()