Searched refs:BTUSB_HW_RESET_ACTIVE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/bluetooth/
H A Dbtusb.c801 #define BTUSB_HW_RESET_ACTIVE 12 macro
931 if (test_and_set_bit(BTUSB_HW_RESET_ACTIVE, &data->flags)) {
1000 if (test_and_set_bit(BTUSB_HW_RESET_ACTIVE, &data->flags)) {
1045 if (test_and_set_bit(BTUSB_HW_RESET_ACTIVE, &data->flags)) {
3017 if (test_and_set_bit(BTUSB_HW_RESET_ACTIVE, &data->flags)) {
3076 clear_bit(BTUSB_HW_RESET_ACTIVE, &data->flags);

Completed in 96 milliseconds