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

/sound/usb/misc/
H A Dua101.c79 USB_PLAYBACK_RUNNING, enumerator in enum:__anon328
177 if (test_and_clear_bit(USB_PLAYBACK_RUNNING, &ua->states))
196 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states)) {
269 if (unlikely(!test_bit(USB_PLAYBACK_RUNNING, &ua->states)))
412 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states) &&
541 clear_bit(USB_PLAYBACK_RUNNING, &ua->states);
559 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states))
607 set_bit(USB_PLAYBACK_RUNNING, &ua->states);
819 !test_bit(USB_PLAYBACK_RUNNING, &ua->states));
822 if (!test_bit(USB_PLAYBACK_RUNNING,
[all...]

Completed in 20 milliseconds