Searched refs:jack_detect (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/sound/soc/omap/
H A Domap-twl4030.c48 int jack_detect; /* board can detect jack events */ member in struct:omap_twl4030
170 if (priv->jack_detect > 0) { omap_twl4030_init()
171 hs_jack_gpios[0].gpio = priv->jack_detect; omap_twl4030_init()
216 if (priv->jack_detect > 0) omap_twl4030_card_remove()
306 priv->jack_detect = of_get_named_gpio(node, omap_twl4030_probe()
330 priv->jack_detect = pdata->jack_detect; omap_twl4030_probe()
/linux-4.1.27/include/linux/platform_data/
H A Domap-twl4030.h55 int jack_detect; member in struct:omap_tw4030_pdata
/linux-4.1.27/sound/pci/hda/
H A Dhda_jack.h36 unsigned int jack_detect:1; /* capable of jack-detection? */ member in struct:hda_jack_tbl
H A Dhda_jack.c267 if (jack->jack_detect) snd_hda_jack_detect_enable_callback()
269 jack->jack_detect = 1; snd_hda_jack_detect_enable_callback()
H A Dhda_generic.c116 val = snd_hda_get_bool_hint(codec, "jack_detect"); parse_user_hints()
/linux-4.1.27/sound/pci/ice1712/
H A Dpsc724.c38 bool mute_all, jack_detect; member in struct:psc724_spec
234 if (spec->jack_detect == on) psc724_set_jack_detection()
237 spec->jack_detect = on; psc724_set_jack_detection()
251 return spec->jack_detect; psc724_get_jack_detection()

Completed in 263 milliseconds