Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmgmt.c1033 static void discov_off(struct work_struct *work) in discov_off() function
1036 discov_off.work); in discov_off()
1122 INIT_DELAYED_WORK(&hdev->discov_off, discov_off); in mgmt_init_hdev()
1516 queue_delayed_work(hdev->req_workqueue, &hdev->discov_off, to); in mgmt_set_discoverable_complete()
1619 cancel_delayed_work(&hdev->discov_off); in set_discoverable()
1625 &hdev->discov_off, to); in set_discoverable()
1642 cancel_delayed_work(&hdev->discov_off); in set_discoverable()
1774 cancel_delayed_work(&hdev->discov_off); in set_connectable()
9370 cancel_delayed_work_sync(&hdev->discov_off); in mgmt_index_removed()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h495 struct delayed_work discov_off; member