Home
last modified time | relevance | path

Searched refs:discov (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_event.c2004 struct discovery_state *discov = &hdev->discovery; in hci_resolve_next_name() local
2007 if (list_empty(&discov->resolve)) in hci_resolve_next_name()
2025 struct discovery_state *discov = &hdev->discovery; in hci_check_pending_name() local
2038 if (discov->state == DISCOVERY_STOPPED) in hci_check_pending_name()
2041 if (discov->state == DISCOVERY_STOPPING) in hci_check_pending_name()
2044 if (discov->state != DISCOVERY_RESOLVING) in hci_check_pending_name()
2475 struct discovery_state *discov = &hdev->discovery; in hci_inquiry_complete_evt() local
2493 if (discov->state != DISCOVERY_FINDING) in hci_inquiry_complete_evt()
2496 if (list_empty(&discov->resolve)) { in hci_inquiry_complete_evt()
Dhci_core.c1067 struct discovery_state *discov = &hdev->discovery; in hci_discovery_active() local
1069 switch (discov->state) { in hci_discovery_active()