Searched refs:BTUSB_ISOC_RUNNING (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_bt.c | 618 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags)) in btusb_isoc_complete() 877 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_close() 1159 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); 1180 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); 1188 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) { 1191 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); 1196 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); 1750 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) { 1752 clear_bit(BTUSB_ISOC_RUNNING, &data->flags);
|
| H A D | rtk_bt.h | 97 #define BTUSB_ISOC_RUNNING 2 macro
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btusb.c | 508 #define BTUSB_ISOC_RUNNING 2 macro 1058 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags)) in btusb_isoc_complete() 1400 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_close() 1672 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_switch_alt_setting() 1694 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_switch_alt_setting() 1696 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_switch_alt_setting() 1734 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work() 1773 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work() 4495 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_resume() 4497 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_resume()
|
| H A D | rtk_btusb.c | 2917 if (!test_bit(BTUSB_ISOC_RUNNING, &data->flags)) in btusb_isoc_complete() 3140 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_close() 3542 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work() 3573 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work() 3581 if (!test_and_set_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_work() 3583 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work() 3588 if(test_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_work() 3594 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_work() 4469 if (test_bit(BTUSB_ISOC_RUNNING, &data->flags)) { in btusb_resume() 4471 clear_bit(BTUSB_ISOC_RUNNING, &data->flags); in btusb_resume()
|
| H A D | rtk_btusb.h | 141 #define BTUSB_ISOC_RUNNING 2 macro
|