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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/bluetooth/
H A Dbtusb.c152 #define BTUSB_DID_ISO_RESUME 4 macro
813 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) {
821 set_bit(BTUSB_DID_ISO_RESUME, &data->flags);
842 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/bluetooth/
H A Dbtusb.c152 #define BTUSB_DID_ISO_RESUME 4 macro
813 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) {
821 set_bit(BTUSB_DID_ISO_RESUME, &data->flags);
842 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags))

Completed in 60 milliseconds