Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/usb/
H A Dpcm.c29 #define SUBSTREAM_FLAG_SYNC_EP_STARTED 1 macro
232 !test_and_set_bit(SUBSTREAM_FLAG_SYNC_EP_STARTED, &subs->flags)) { in start_endpoints()
241 clear_bit(SUBSTREAM_FLAG_SYNC_EP_STARTED, &subs->flags); in start_endpoints()
255 clear_bit(SUBSTREAM_FLAG_SYNC_EP_STARTED, &subs->flags); in start_endpoints()
271 if (test_and_clear_bit(SUBSTREAM_FLAG_SYNC_EP_STARTED, &subs->flags)) in stop_endpoints()
/kernel/linux/linux-6.6/sound/usb/
H A Dpcm.c29 #define SUBSTREAM_FLAG_SYNC_EP_STARTED 1 macro
254 if (test_and_clear_bit(SUBSTREAM_FLAG_SYNC_EP_STARTED, &subs->flags)) { in stop_endpoints()
281 !test_and_set_bit(SUBSTREAM_FLAG_SYNC_EP_STARTED, &subs->flags)) { in start_endpoints()
284 clear_bit(SUBSTREAM_FLAG_SYNC_EP_STARTED, &subs->flags); in start_endpoints()

Completed in 5 milliseconds