Lines Matching refs:testbit
111 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_dev_register() local
113 if (!(jack->type & testbit)) in snd_jack_dev_register()
152 int testbit = ((SND_JACK_BTN_0 >> i) & jack_kctl->mask_bits); in snd_jack_inject_report() local
154 if (jack->type & testbit) in snd_jack_inject_report()
156 status & testbit); in snd_jack_inject_report()
160 int testbit = ((1 << i) & jack_kctl->mask_bits); in snd_jack_inject_report() local
162 if (jack->type & testbit) in snd_jack_inject_report()
165 status & testbit); in snd_jack_inject_report()
680 int testbit = ((SND_JACK_BTN_0 >> i) & ~mask_bits); in snd_jack_report() local
682 if (jack->type & testbit) in snd_jack_report()
684 status & testbit); in snd_jack_report()
688 int testbit = ((1 << i) & ~mask_bits); in snd_jack_report() local
690 if (jack->type & testbit) in snd_jack_report()
693 status & testbit); in snd_jack_report()