Lines Matching refs:report
55 int report; member
1244 int report; in wm8350_hp_work() local
1248 report = jack->report; in wm8350_hp_work()
1250 report = 0; in wm8350_hp_work()
1252 snd_soc_jack_report(jack->jack, report, jack->report); in wm8350_hp_work()
1320 struct snd_soc_jack *jack, int report) in wm8350_hp_jack_detect() argument
1329 priv->hpl.report = report; in wm8350_hp_jack_detect()
1335 priv->hpr.report = report; in wm8350_hp_jack_detect()
1343 if (report) { in wm8350_hp_jack_detect()
1369 int report = 0; in wm8350_mic_handler() local
1377 report |= priv->mic.short_report; in wm8350_mic_handler()
1379 report |= priv->mic.report; in wm8350_mic_handler()
1381 snd_soc_jack_report(priv->mic.jack, report, in wm8350_mic_handler()
1382 priv->mic.report | priv->mic.short_report); in wm8350_mic_handler()
1406 priv->mic.report = detect_report; in wm8350_mic_jack_detect()