Searched refs:USB_PLAYBACK_RUNNING (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/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, &ua->states)) in playback_pcm_prepare() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | rtk_btusb.h | 51 USB_PLAYBACK_RUNNING, enumerator
|
| H A D | rtk_btusb.c | 3590 set_bit(USB_PLAYBACK_RUNNING, &data->pSCOSnd->states); in btusb_work() 3597 clear_bit(USB_PLAYBACK_RUNNING, &data->pSCOSnd->states); in btusb_work() 4001 if (!test_bit(USB_PLAYBACK_RUNNING, &pSCOSnd->states)) in snd_sco_playback_pcm_prepare() 4025 if (!test_bit(USB_PLAYBACK_RUNNING, &pSCOSnd->states)) in snd_sco_playback_pcm_trigger()
|