Searched refs:QCA_SSR_TRIGGERED (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_qca.c | 79 QCA_SSR_TRIGGERED, enumerator 866 if (test_bit(QCA_SSR_TRIGGERED, &qca->flags)) { in qca_enqueue() 1144 set_bit(QCA_SSR_TRIGGERED, &qca->flags); in qca_controller_memdump_event() 1503 set_bit(QCA_SSR_TRIGGERED, &qca->flags); in qca_hw_error() 1552 set_bit(QCA_SSR_TRIGGERED, &qca->flags); in qca_cmd_timeout() 1691 clear_bit(QCA_SSR_TRIGGERED, &qca->flags); in qca_setup() 2135 !test_bit(QCA_SSR_TRIGGERED, &qca->flags)) in qca_suspend() 2139 test_bit(QCA_SSR_TRIGGERED, &qca->flags)) { in qca_suspend() 2140 wait_timeout = test_bit(QCA_SSR_TRIGGERED, &qca->flags) ? in qca_suspend()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_qca.c | 80 QCA_SSR_TRIGGERED, enumerator 885 if (test_bit(QCA_SSR_TRIGGERED, &qca->flags)) { in qca_enqueue() 1183 set_bit(QCA_SSR_TRIGGERED, &qca->flags); in qca_controller_memdump_event() 1595 set_bit(QCA_SSR_TRIGGERED, &qca->flags); in qca_hw_error() 1644 set_bit(QCA_SSR_TRIGGERED, &qca->flags); in qca_cmd_timeout() 1875 clear_bit(QCA_SSR_TRIGGERED, &qca->flags); in qca_setup() 2468 !test_bit(QCA_SSR_TRIGGERED, &qca->flags)) in qca_suspend() 2472 test_bit(QCA_SSR_TRIGGERED, &qca->flags)) { in qca_suspend() 2473 wait_timeout = test_bit(QCA_SSR_TRIGGERED, &qca->flags) ? in qca_suspend()
|
Completed in 6 milliseconds