Lines Matching refs:testbit
108 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_dev_register() local
110 if (!(jack->type & testbit)) in snd_jack_dev_register()
148 int testbit = ((SND_JACK_BTN_0 >> i) & jack_kctl->mask_bits); in snd_jack_inject_report() local
150 if (jack->type & testbit) in snd_jack_inject_report()
152 status & testbit); in snd_jack_inject_report()
156 int testbit = ((1 << i) & jack_kctl->mask_bits); in snd_jack_inject_report() local
158 if (jack->type & testbit) in snd_jack_inject_report()
161 status & testbit); in snd_jack_inject_report()
673 int testbit = ((SND_JACK_BTN_0 >> i) & ~mask_bits); in snd_jack_report() local
675 if (jack->type & testbit) in snd_jack_report()
677 status & testbit); in snd_jack_report()
681 int testbit = ((1 << i) & ~mask_bits); in snd_jack_report() local
683 if (jack->type & testbit) in snd_jack_report()
686 status & testbit); in snd_jack_report()