Searched refs:states (Results 1 – 1 of 1) sorted by relevance
91 unsigned long states; member159 if (test_and_clear_bit(USB_CAPTURE_RUNNING, &ua->states)) { in abort_usb_capture()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()206 set_bit(PLAYBACK_URB_COMPLETED, &ua->states); in first_playback_urb_complete()259 if (unlikely(!test_bit(USB_PLAYBACK_RUNNING, &ua->states))) in playback_tasklet()289 if (test_bit(ALSA_PLAYBACK_RUNNING, &ua->states)) in playback_tasklet()370 if (frames > 0 && test_bit(ALSA_CAPTURE_RUNNING, &ua->states)) in capture_urb_complete()375 if (test_bit(USB_CAPTURE_RUNNING, &ua->states)) { in capture_urb_complete()402 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states) && in capture_urb_complete()[all …]