Searched refs:states (Results 1 – 2 of 2) sorted by relevance
/sound/usb/misc/ |
D | ua101.c | 91 unsigned long states; member 159 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_work() 289 if (test_bit(ALSA_PLAYBACK_RUNNING, &ua->states)) in playback_work() 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 …]
|
/sound/soc/ |
D | soc-pcm.c | 2921 const enum snd_soc_dpcm_state *states, in snd_soc_dpcm_check_state() argument 2938 if (state == states[i]) { in snd_soc_dpcm_check_state()
|