Searched refs:BTUSB_BULK_RUNNING (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_bt.h | 96 #define BTUSB_BULK_RUNNING 1 macro
|
| H A D | rtk_bt.c | 509 if (!test_bit(BTUSB_BULK_RUNNING, &data->flags)) in btusb_bulk_complete() 812 set_bit(BTUSB_BULK_RUNNING, &data->flags); in btusb_open() 878 clear_bit(BTUSB_BULK_RUNNING, &data->flags); in btusb_close() 1740 if (test_bit(BTUSB_BULK_RUNNING, &data->flags)) { 1743 clear_bit(BTUSB_BULK_RUNNING, &data->flags);
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btusb.c | 507 #define BTUSB_BULK_RUNNING 1 macro 961 if (!test_bit(BTUSB_BULK_RUNNING, &data->flags)) in btusb_bulk_complete() 1362 set_bit(BTUSB_BULK_RUNNING, &data->flags); in btusb_open() 1401 clear_bit(BTUSB_BULK_RUNNING, &data->flags); in btusb_close() 4485 if (test_bit(BTUSB_BULK_RUNNING, &data->flags)) { in btusb_resume() 4488 clear_bit(BTUSB_BULK_RUNNING, &data->flags); in btusb_resume()
|
| H A D | rtk_btusb.h | 140 #define BTUSB_BULK_RUNNING 1 macro
|
| H A D | rtk_btusb.c | 2819 if (!test_bit(BTUSB_BULK_RUNNING, &data->flags)) in btusb_bulk_complete() 3093 set_bit(BTUSB_BULK_RUNNING, &data->flags); in btusb_open() 3141 clear_bit(BTUSB_BULK_RUNNING, &data->flags); in btusb_close() 4459 if (test_bit(BTUSB_BULK_RUNNING, &data->flags)) { in btusb_resume() 4462 clear_bit(BTUSB_BULK_RUNNING, &data->flags); in btusb_resume()
|