Lines Matching defs:report
1904 int btn_type, report = 0;
1912 /* jack was out, report jack type */
1915 report = rt5663_v2_jack_detect(
1919 report = rt5663_jack_detect(rt5663->component, 1);
1927 /* Delay the jack insert report to avoid pop noise */
1930 /* jack is already in, report button event */
1931 report = SND_JACK_HEADSET;
1934 * rt5663 can report three kinds of button behavior,
1936 * currently we will report button pressed/released
1944 report |= SND_JACK_BTN_0;
1949 report |= SND_JACK_BTN_1;
1954 report |= SND_JACK_BTN_2;
1959 report |= SND_JACK_BTN_3;
1972 report = rt5663->jack_type;
1985 report = rt5663_v2_jack_detect(rt5663->component, 0);
1988 report = rt5663_jack_detect(rt5663->component, 0);
1994 dev_dbg(component->dev, "%s jack report: 0x%04x\n", __func__, report);
1995 snd_soc_jack_report(rt5663->hs_jack, report, SND_JACK_HEADSET |