Searched refs:testbit (Results 1 – 1 of 1) sorted by relevance
105 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_dev_register() local107 if (!(jack->type & testbit)) in snd_jack_dev_register()363 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_report() local365 if (jack->type & testbit) in snd_jack_report()367 status & testbit); in snd_jack_report()371 int testbit = 1 << i; in snd_jack_report() local372 if (jack->type & testbit) in snd_jack_report()375 status & testbit); in snd_jack_report()