Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bluetooth/
Dbtusb.c353 #define BTUSB_ISOC_RUNNING 2 macro
807 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags)) in btusb_isoc_complete()
1101 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_close()
1366 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
1385 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
1406 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_work()
1408 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
1413 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
3194 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_resume()
3196 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_resume()