Lines Matching refs:report
58 int report; member
1246 int report; in wm8350_hp_work() local
1250 report = jack->report; in wm8350_hp_work()
1252 report = 0; in wm8350_hp_work()
1254 snd_soc_jack_report(jack->jack, report, jack->report); in wm8350_hp_work()
1322 struct snd_soc_jack *jack, int report) in wm8350_hp_jack_detect() argument
1331 priv->hpl.report = report; in wm8350_hp_jack_detect()
1337 priv->hpr.report = report; in wm8350_hp_jack_detect()
1345 if (report) { in wm8350_hp_jack_detect()
1371 int report = 0; in wm8350_mic_handler() local
1379 report |= priv->mic.short_report; in wm8350_mic_handler()
1381 report |= priv->mic.report; in wm8350_mic_handler()
1383 snd_soc_jack_report(priv->mic.jack, report, in wm8350_mic_handler()
1384 priv->mic.report | priv->mic.short_report); in wm8350_mic_handler()
1408 priv->mic.report = detect_report; in wm8350_mic_jack_detect()