Searched refs:HCI_UP (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/net/bluetooth/ |
| D | leds.c | 33 if (test_bit(HCI_UP, &d->flags)) in hci_leds_update_powered() 49 powered = test_bit(HCI_UP, &htrig->hdev->flags); in power_activate()
|
| D | hci_core.c | 86 if (!test_bit(HCI_UP, &hdev->flags)) in dut_mode_write() 1483 if (test_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_open() 1604 set_bit(HCI_UP, &hdev->flags); in hci_dev_do_open() 1739 test_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_close() 1745 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_close() 1925 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_dev_reset() 2146 flags &= ~BIT(HCI_UP); in hci_get_dev_list() 2184 flags = hdev->flags & ~BIT(HCI_UP); in hci_get_dev_info() 2252 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on() 4127 if (!hdev || (!test_bit(HCI_UP, &hdev->flags) in hci_recv_frame() [all …]
|
| D | hci_sock.c | 682 if (test_bit(HCI_UP, &hdev->flags)) in send_monitor_replay() 1202 test_bit(HCI_UP, &hdev->flags))) { in hci_sock_bind() 1769 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_sock_sendmsg()
|
| D | hci_debugfs.c | 54 if (test_bit(HCI_UP, &hdev->flags)) \ 759 if (test_bit(HCI_UP, &hdev->flags)) in force_static_address_write()
|
| D | a2mp.c | 105 if (test_bit(HCI_UP, &hdev->flags)) in __a2mp_add_cl()
|
| D | hci_request.c | 281 if (test_bit(HCI_UP, &hdev->flags)) in hci_req_sync() 448 if (!test_bit(HCI_UP, &hdev->flags) || in __hci_update_background_scan()
|
| D | hci_conn.c | 693 if (!test_bit(HCI_UP, &d->flags) || in hci_get_route()
|
| D | l2cap_core.c | 1229 test_bit(HCI_UP, &hdev->flags)) { in __amp_capable() 4823 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req() 5262 !test_bit(HCI_UP, &hdev->flags)) { in l2cap_move_channel_req()
|
| D | mgmt.c | 2590 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
|
| /Linux-v5.15/include/net/bluetooth/ |
| D | hci.h | 253 HCI_UP, enumerator
|
| D | hci_core.h | 1424 #define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \
|