Lines Matching refs:testbit
101 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_dev_register() local
103 if (!(jack->type & testbit)) in snd_jack_dev_register()
141 int testbit = ((SND_JACK_BTN_0 >> i) & jack_kctl->mask_bits); in snd_jack_inject_report() local
143 if (jack->type & testbit) in snd_jack_inject_report()
145 status & testbit); in snd_jack_inject_report()
149 int testbit = ((1 << i) & jack_kctl->mask_bits); in snd_jack_inject_report() local
151 if (jack->type & testbit) in snd_jack_inject_report()
154 status & testbit); in snd_jack_inject_report()
654 int testbit = ((SND_JACK_BTN_0 >> i) & ~mask_bits); in snd_jack_report() local
656 if (jack->type & testbit) in snd_jack_report()
658 status & testbit); in snd_jack_report()
662 int testbit = ((1 << i) & ~mask_bits); in snd_jack_report() local
664 if (jack->type & testbit) in snd_jack_report()
667 status & testbit); in snd_jack_report()