Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/bluetooth/
Dbtusb.c773 #define BTUSB_DID_ISO_RESUME 4 macro
2211 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) { in btusb_work()
2219 set_bit(BTUSB_DID_ISO_RESUME, &data->flags); in btusb_work()
2258 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags)) in btusb_work()