Searched refs:USB_PLAYBACK_RUNNING (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/misc/ |
H A D | ua101.c | 69 USB_PLAYBACK_RUNNING, enumerator 167 if (test_and_clear_bit(USB_PLAYBACK_RUNNING, &ua->states)) in abort_usb_playback() 186 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states)) { in playback_urb_complete() 259 if (unlikely(!test_bit(USB_PLAYBACK_RUNNING, &ua->states))) in playback_work() 402 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states) && in capture_urb_complete() 531 clear_bit(USB_PLAYBACK_RUNNING, &ua->states); in stop_usb_playback() 549 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states)) in start_usb_playback() 597 set_bit(USB_PLAYBACK_RUNNING, &ua->states); in start_usb_playback() 796 !test_bit(USB_PLAYBACK_RUNNING, &ua->states)); in playback_pcm_prepare() 799 if (!test_bit(USB_PLAYBACK_RUNNING, in playback_pcm_prepare() [all...] |
/kernel/linux/linux-6.6/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() 185 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states)) { in playback_urb_complete() 258 if (unlikely(!test_bit(USB_PLAYBACK_RUNNING, &ua->states))) in playback_work() 401 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states) && in capture_urb_complete() 530 clear_bit(USB_PLAYBACK_RUNNING, &ua->states); in stop_usb_playback() 548 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states)) in start_usb_playback() 596 set_bit(USB_PLAYBACK_RUNNING, &ua->states); in start_usb_playback() 795 !test_bit(USB_PLAYBACK_RUNNING, &ua->states)); in playback_pcm_prepare() 798 if (!test_bit(USB_PLAYBACK_RUNNING, in playback_pcm_prepare() [all...] |
Completed in 3 milliseconds