Searched refs:HCI_UP (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/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_sync.c | 218 if (!test_bit(HCI_UP, &hdev->flags)) in hci_cmd_sync() 2857 if (!test_bit(HCI_UP, &hdev->flags) || in hci_update_passive_scan_sync() 2942 if (!test_bit(HCI_UP, &hdev->flags) || in hci_update_passive_scan() 4850 if (test_bit(HCI_UP, &hdev->flags)) { in hci_dev_open_sync() 4870 set_bit(HCI_UP, &hdev->flags); in hci_dev_open_sync() 4946 test_bit(HCI_UP, &hdev->flags)) { in hci_dev_shutdown() 4979 if (!test_and_clear_bit(HCI_UP, &hdev->flags)) { in hci_dev_close_sync() 5098 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on_sync() 5477 if (!test_bit(HCI_UP, &hdev->flags)) in hci_power_off_sync()
|
D | msft.c | 731 if (!test_bit(HCI_UP, &hdev->flags)) in msft_cancel_address_filter_sync() 856 if (!test_bit(HCI_UP, &hdev->flags)) in msft_add_address_filter_sync()
|
D | hci_sock.c | 741 if (test_bit(HCI_UP, &hdev->flags)) in send_monitor_replay() 1298 test_bit(HCI_UP, &hdev->flags))) { in hci_sock_bind() 1849 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_sock_sendmsg()
|
D | hci_debugfs.c | 56 if (test_bit(HCI_UP, &hdev->flags)) \ 1280 if (!test_bit(HCI_UP, &hdev->flags)) in dut_mode_write()
|
D | hci_core.c | 648 if (!test_bit(HCI_UP, &hdev->flags)) { in hci_dev_reset() 869 flags &= ~BIT(HCI_UP); in hci_get_dev_list() 907 flags = hdev->flags & ~BIT(HCI_UP); in hci_get_dev_info() 975 if (test_bit(HCI_UP, &hdev->flags) && in hci_power_on() 2911 if (!hdev || (!test_bit(HCI_UP, &hdev->flags) in hci_recv_frame()
|
D | hci_request.c | 203 if (test_bit(HCI_UP, &hdev->flags)) in hci_req_sync()
|
D | a2mp.c | 105 if (test_bit(HCI_UP, &hdev->flags)) in __a2mp_add_cl()
|
D | hci_conn.c | 1092 if (!test_bit(HCI_UP, &hdev->flags)) in hci_conn_unlink() 1172 if (!test_bit(HCI_UP, &d->flags) || in hci_get_route()
|
D | l2cap_core.c | 1255 test_bit(HCI_UP, &hdev->flags)) { in __amp_capable() 4877 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req() 5316 !test_bit(HCI_UP, &hdev->flags)) { in l2cap_move_channel_req()
|
D | mgmt.c | 3142 if (!test_bit(HCI_UP, &hdev->flags)) { in disconnect()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci.h | 337 HCI_UP, enumerator
|
D | hci_core.h | 1834 #define hdev_is_powered(dev) (test_bit(HCI_UP, &(dev)->flags) && \
|
/linux-6.6.21/drivers/bluetooth/ |
D | btusb.c | 4164 if (test_bit(HCI_UP, &data->hdev->flags)) in force_poll_sync_write()
|