Lines Matching refs:testbit
109 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_dev_register() local
111 if (!(jack->type & testbit)) in snd_jack_dev_register()
150 int testbit = ((SND_JACK_BTN_0 >> i) & jack_kctl->mask_bits); in snd_jack_inject_report() local
152 if (jack->type & testbit) in snd_jack_inject_report()
154 status & testbit); in snd_jack_inject_report()
158 int testbit = ((1 << i) & jack_kctl->mask_bits); in snd_jack_inject_report() local
160 if (jack->type & testbit) in snd_jack_inject_report()
163 status & testbit); in snd_jack_inject_report()
677 int testbit = ((SND_JACK_BTN_0 >> i) & ~mask_bits); in snd_jack_report() local
679 if (jack->type & testbit) in snd_jack_report()
681 status & testbit); in snd_jack_report()
685 int testbit = ((1 << i) & ~mask_bits); in snd_jack_report() local
687 if (jack->type & testbit) in snd_jack_report()
690 status & testbit); in snd_jack_report()