Home
last modified time | relevance | path

Searched refs:BTUSB_DID_ISO_RESUME (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_bt.h99 #define BTUSB_DID_ISO_RESUME 4 macro
H A Drtk_bt.c1154 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) {
1165 set_bit(BTUSB_DID_ISO_RESUME, &data->flags);
1201 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags))
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h143 #define BTUSB_DID_ISO_RESUME 4 macro
H A Dbtusb.c510 #define BTUSB_DID_ISO_RESUME 4 macro
1731 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) { in btusb_work()
1739 set_bit(BTUSB_DID_ISO_RESUME, &data->flags); in btusb_work()
1777 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags)) in btusb_work()
H A Drtk_btusb.c3539 if (!test_bit(BTUSB_DID_ISO_RESUME, &data->flags)) { in btusb_work()
3548 set_bit(BTUSB_DID_ISO_RESUME, &data->flags); in btusb_work()
3603 if (test_and_clear_bit(BTUSB_DID_ISO_RESUME, &data->flags)) in btusb_work()