Home
last modified time | relevance | path

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

/sound/core/
Djack.c96 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_dev_register() local
98 if (!(jack->type & testbit)) in snd_jack_dev_register()
362 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_report() local
364 if (jack->type & testbit) in snd_jack_report()
366 status & testbit); in snd_jack_report()
370 int testbit = 1 << i; in snd_jack_report() local
371 if (jack->type & testbit) in snd_jack_report()
374 status & testbit); in snd_jack_report()