Lines Matching refs:report
58 int report; member
1248 int report; in wm8350_hp_work() local
1252 report = jack->report; in wm8350_hp_work()
1254 report = 0; in wm8350_hp_work()
1256 snd_soc_jack_report(jack->jack, report, jack->report); in wm8350_hp_work()
1324 struct snd_soc_jack *jack, int report) in wm8350_hp_jack_detect() argument
1333 priv->hpl.report = report; in wm8350_hp_jack_detect()
1339 priv->hpr.report = report; in wm8350_hp_jack_detect()
1347 if (report) { in wm8350_hp_jack_detect()
1373 int report = 0; in wm8350_mic_handler() local
1381 report |= priv->mic.short_report; in wm8350_mic_handler()
1383 report |= priv->mic.report; in wm8350_mic_handler()
1385 snd_soc_jack_report(priv->mic.jack, report, in wm8350_mic_handler()
1386 priv->mic.report | priv->mic.short_report); in wm8350_mic_handler()
1410 priv->mic.report = detect_report; in wm8350_mic_jack_detect()