Searched refs:USB_PLAYBACK_RUNNING (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/usb/misc/ |
| H A D | ua101.c | 68 USB_PLAYBACK_RUNNING, enumerator 166 if (test_and_clear_bit(USB_PLAYBACK_RUNNING, &ua->states)) in abort_usb_playback() 184 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states)) { in playback_urb_complete() 257 if (unlikely(!test_bit(USB_PLAYBACK_RUNNING, &ua->states))) in playback_work() 400 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states) && in capture_urb_complete() 529 clear_bit(USB_PLAYBACK_RUNNING, &ua->states); in stop_usb_playback() 547 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states)) in start_usb_playback() 595 set_bit(USB_PLAYBACK_RUNNING, &ua->states); in start_usb_playback() 785 !test_bit(USB_PLAYBACK_RUNNING, &ua->states)); in playback_pcm_prepare() 788 if (!test_bit(USB_PLAYBACK_RUNNING, &ua->states)) in playback_pcm_prepare() [all …]
|