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

/linux-master/drivers/bluetooth/
H A Dbtusb.c791 #define BTUSB_ISOC_RUNNING 2
1541 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags))
1889 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
2172 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
2194 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
2196 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
2234 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
2275 if (test_and_clear_bit(BTUSB_ISOC_RUNNING, &data->flags))
4770 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
4772 clear_bit(BTUSB_ISOC_RUNNING,
789 #define BTUSB_ISOC_RUNNING macro
[all...]

Completed in 100 milliseconds