Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dbtusb.c845 #define BTUSB_ISOC_RUNNING 2 macro
1632 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags)) in btusb_isoc_complete()
1980 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_close()
2264 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_switch_alt_setting()
2286 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_switch_alt_setting()
2288 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_switch_alt_setting()
2326 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work()
2367 if (test_and_clear_bit(BTUSB_ISOC_RUNNING, &data->flags)) in btusb_work()
4359 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_resume()
4361 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_resume()