Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dbtusb.c436 #define BTUSB_ISOC_RUNNING 2 macro
898 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags)) in btusb_isoc_complete()
1196 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_close()
1461 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
1480 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
1501 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_work()
1503 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
1508 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
3386 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_resume()
3388 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_resume()