Lines Matching refs:report
1689 int btn_type, report = 0; in rt5663_jack_detect_work() local
1700 report = rt5663_v2_jack_detect( in rt5663_jack_detect_work()
1704 report = rt5663_jack_detect(rt5663->codec, 1); in rt5663_jack_detect_work()
1714 report = SND_JACK_HEADSET; in rt5663_jack_detect_work()
1727 report |= SND_JACK_BTN_0; in rt5663_jack_detect_work()
1732 report |= SND_JACK_BTN_1; in rt5663_jack_detect_work()
1737 report |= SND_JACK_BTN_2; in rt5663_jack_detect_work()
1742 report |= SND_JACK_BTN_3; in rt5663_jack_detect_work()
1755 report = rt5663->jack_type; in rt5663_jack_detect_work()
1761 report = rt5663_v2_jack_detect(rt5663->codec, 0); in rt5663_jack_detect_work()
1764 report = rt5663_jack_detect(rt5663->codec, 0); in rt5663_jack_detect_work()
1770 dev_dbg(codec->dev, "%s jack report: 0x%04x\n", __func__, report); in rt5663_jack_detect_work()
1771 snd_soc_jack_report(rt5663->hs_jack, report, SND_JACK_HEADSET | in rt5663_jack_detect_work()