Searched refs:HCI_UP (Results 1 – 11 of 11) sorted by relevance
| /linux/net/bluetooth/ |
| A 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()
|
| A D | hci_core.c | 1362 if (test_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_open() 1483 set_bit(HCI_UP, &hdev->flags); in hci_dev_do_open() 1618 test_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_close() 1624 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) { in hci_dev_do_close() 1805 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_dev_reset() 2026 flags &= ~BIT(HCI_UP); in hci_get_dev_list() 2064 flags = hdev->flags & ~BIT(HCI_UP); in hci_get_dev_info() 2132 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on() 4075 if (!hdev || (!test_bit(HCI_UP, &hdev->flags) in hci_recv_frame() 4279 if (!test_bit(HCI_UP, &hdev->flags)) in hci_cmd_sync()
|
| A D | hci_debugfs.c | 55 if (test_bit(HCI_UP, &hdev->flags)) \ 760 if (test_bit(HCI_UP, &hdev->flags)) in force_static_address_write() 1275 if (!test_bit(HCI_UP, &hdev->flags)) in dut_mode_write()
|
| A D | hci_sock.c | 683 if (test_bit(HCI_UP, &hdev->flags)) in send_monitor_replay() 1203 test_bit(HCI_UP, &hdev->flags))) { in hci_sock_bind() 1749 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_sock_sendmsg()
|
| A D | a2mp.c | 105 if (test_bit(HCI_UP, &hdev->flags)) in __a2mp_add_cl()
|
| A D | hci_request.c | 282 if (test_bit(HCI_UP, &hdev->flags)) in hci_req_sync() 449 if (!test_bit(HCI_UP, &hdev->flags) || in __hci_update_background_scan()
|
| A D | hci_conn.c | 821 if (!test_bit(HCI_UP, &d->flags) || in hci_get_route()
|
| A 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()
|
| A D | mgmt.c | 2591 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
|
| /linux/include/net/bluetooth/ |
| A D | hci.h | 253 HCI_UP, enumerator
|
| A D | hci_core.h | 1446 #define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \
|
Completed in 144 milliseconds