Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bluetooth/
Dbtusb.c338 #define BTUSB_ISOC_RUNNING 2 macro
786 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags)) in btusb_isoc_complete()
995 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_close()
1262 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
1279 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
1286 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_work()
1288 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
1293 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()