Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_bt.c618 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 Drtk_bt.h97 #define BTUSB_ISOC_RUNNING 2 macro
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtusb.c508 #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 Drtk_btusb.c2917 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 Drtk_btusb.h141 #define BTUSB_ISOC_RUNNING 2 macro