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

/linux-master/drivers/bluetooth/
H A Dbtusb.c828 #define BTUSB_HW_RESET_ACTIVE 12 macro
958 if (test_and_set_bit(BTUSB_HW_RESET_ACTIVE, &data->flags)) {
1027 if (test_and_set_bit(BTUSB_HW_RESET_ACTIVE, &data->flags)) {
1072 if (test_and_set_bit(BTUSB_HW_RESET_ACTIVE, &data->flags)) {
3044 if (test_and_set_bit(BTUSB_HW_RESET_ACTIVE, &data->flags)) {
3103 clear_bit(BTUSB_HW_RESET_ACTIVE, &data->flags);

Completed in 218 milliseconds