Searched refs:USB_PLAYBACK_RUNNING (Results 1 – 1 of 1) sorted by relevance
/sound/usb/misc/ |
D | ua101.c | 79 USB_PLAYBACK_RUNNING, enumerator 177 if (test_and_clear_bit(USB_PLAYBACK_RUNNING, &ua->states)) in abort_usb_playback() 196 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states)) { in playback_urb_complete() 269 if (unlikely(!test_bit(USB_PLAYBACK_RUNNING, &ua->states))) in playback_tasklet() 412 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states) && in capture_urb_complete() 541 clear_bit(USB_PLAYBACK_RUNNING, &ua->states); in stop_usb_playback() 559 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states)) in start_usb_playback() 607 set_bit(USB_PLAYBACK_RUNNING, &ua->states); in start_usb_playback() 819 !test_bit(USB_PLAYBACK_RUNNING, &ua->states)); in playback_pcm_prepare() 822 if (!test_bit(USB_PLAYBACK_RUNNING, &ua->states)) in playback_pcm_prepare() [all …]
|