Searched refs:BTUSB_INTR_RUNNING (Results 1 – 1 of 1) sorted by relevance
291 #define BTUSB_INTR_RUNNING 0 macro545 if (!test_bit(BTUSB_INTR_RUNNING, &data->flags)) in btusb_intr_complete()883 if (test_and_set_bit(BTUSB_INTR_RUNNING, &data->flags)) in btusb_open()904 clear_bit(BTUSB_INTR_RUNNING, &data->flags); in btusb_open()932 clear_bit(BTUSB_INTR_RUNNING, &data->flags); in btusb_close()2240 if (test_bit(BTUSB_INTR_RUNNING, &data->flags)) { in btusb_resume()2243 clear_bit(BTUSB_INTR_RUNNING, &data->flags); in btusb_resume()