Searched refs:testbit (Results 1 – 1 of 1) sorted by relevance
96 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_dev_register() local98 if (!(jack->type & testbit)) in snd_jack_dev_register()362 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_report() local364 if (jack->type & testbit) in snd_jack_report()366 status & testbit); in snd_jack_report()370 int testbit = 1 << i; in snd_jack_report() local371 if (jack->type & testbit) in snd_jack_report()374 status & testbit); in snd_jack_report()