Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/bluetooth/
Dbtusb.c470 #define BTUSB_ISOC_RUNNING 2 macro
1020 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags)) in btusb_isoc_complete()
1362 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_close()
1634 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_switch_alt_setting()
1656 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_switch_alt_setting()
1658 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_switch_alt_setting()
1696 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
1727 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
4401 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_resume()
4403 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_resume()