Home
last modified time | relevance | path

Searched refs:SUBSTREAM_FLAG_SYNC_EP_STARTED (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/sound/usb/
Dpcm.c40 #define SUBSTREAM_FLAG_SYNC_EP_STARTED 1 macro
243 !test_and_set_bit(SUBSTREAM_FLAG_SYNC_EP_STARTED, &subs->flags)) { in start_endpoints()
252 clear_bit(SUBSTREAM_FLAG_SYNC_EP_STARTED, &subs->flags); in start_endpoints()
266 clear_bit(SUBSTREAM_FLAG_SYNC_EP_STARTED, &subs->flags); in start_endpoints()
276 if (test_and_clear_bit(SUBSTREAM_FLAG_SYNC_EP_STARTED, &subs->flags)) in stop_endpoints()