Lines Matching refs:report
1904 int btn_type, report = 0; in rt5663_jack_detect_work() local
1915 report = rt5663_v2_jack_detect( in rt5663_jack_detect_work()
1919 report = rt5663_jack_detect(rt5663->component, 1); in rt5663_jack_detect_work()
1931 report = SND_JACK_HEADSET; in rt5663_jack_detect_work()
1944 report |= SND_JACK_BTN_0; in rt5663_jack_detect_work()
1949 report |= SND_JACK_BTN_1; in rt5663_jack_detect_work()
1954 report |= SND_JACK_BTN_2; in rt5663_jack_detect_work()
1959 report |= SND_JACK_BTN_3; in rt5663_jack_detect_work()
1972 report = rt5663->jack_type; in rt5663_jack_detect_work()
1985 report = rt5663_v2_jack_detect(rt5663->component, 0); in rt5663_jack_detect_work()
1988 report = rt5663_jack_detect(rt5663->component, 0); in rt5663_jack_detect_work()
1994 dev_dbg(component->dev, "%s jack report: 0x%04x\n", __func__, report); in rt5663_jack_detect_work()
1995 snd_soc_jack_report(rt5663->hs_jack, report, SND_JACK_HEADSET | in rt5663_jack_detect_work()