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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dbtusb.c150 #define BTUSB_ISOC_RUNNING 2 macro
399 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags))
600 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
816 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
824 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
831 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
833 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
838 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
1135 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) {
1137 clear_bit(BTUSB_ISOC_RUNNING,
[all...]

Completed in 57 milliseconds