Home
last modified time | relevance | path

Searched refs:testbit (Results 1 – 1 of 1) sorted by relevance

/sound/core/
Djack.c105 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_dev_register() local
107 if (!(jack->type & testbit)) in snd_jack_dev_register()
363 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_report() local
365 if (jack->type & testbit) in snd_jack_report()
367 status & testbit); in snd_jack_report()
371 int testbit = 1 << i; in snd_jack_report() local
372 if (jack->type & testbit) in snd_jack_report()
375 status & testbit); in snd_jack_report()