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()
149 int testbit = ((SND_JACK_BTN_0 >> i) & jack_kctl->mask_bits); in snd_jack_inject_report() local
151 if (jack->type & testbit) in snd_jack_inject_report()
153 status & testbit); in snd_jack_inject_report()
157 int testbit = ((1 << i) & jack_kctl->mask_bits); in snd_jack_inject_report() local
159 if (jack->type & testbit) in snd_jack_inject_report()
162 status & testbit); in snd_jack_inject_report()
656 int testbit = ((SND_JACK_BTN_0 >> i) & ~mask_bits); in snd_jack_report() local
658 if (jack->type & testbit) in snd_jack_report()
660 status & testbit); in snd_jack_report()
664 int testbit = ((1 << i) & ~mask_bits); in snd_jack_report() local
666 if (jack->type & testbit) in snd_jack_report()
669 status & testbit); in snd_jack_report()