Searched refs:states (Results 1 - 1 of 1) sorted by relevance

/sound/usb/misc/
H A Dua101.c76 /* bits in struct ua101::states */
101 unsigned long states; member in struct:ua101
169 if (test_and_clear_bit(USB_CAPTURE_RUNNING, &ua->states)) {
177 if (test_and_clear_bit(USB_PLAYBACK_RUNNING, &ua->states))
196 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states)) {
216 set_bit(PLAYBACK_URB_COMPLETED, &ua->states);
269 if (unlikely(!test_bit(USB_PLAYBACK_RUNNING, &ua->states)))
299 if (test_bit(ALSA_PLAYBACK_RUNNING, &ua->states))
380 if (frames > 0 && test_bit(ALSA_CAPTURE_RUNNING, &ua->states))
385 if (test_bit(USB_CAPTURE_RUNNING, &ua->states)) {
[all...]

Completed in 17 milliseconds