Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_core.c1583 cancel_delayed_work(&hdev->discov_off); in hci_dev_do_close()
2147 hdev = container_of(work, struct hci_dev, discov_off.work); in hci_discov_off()
3071 INIT_DELAYED_WORK(&hdev->discov_off, hci_discov_off); in hci_alloc_dev()
Dmgmt.c1731 queue_delayed_work(hdev->workqueue, &hdev->discov_off, in set_discoverable_complete()
1841 cancel_delayed_work(&hdev->discov_off); in set_discoverable()
1846 queue_delayed_work(hdev->workqueue, &hdev->discov_off, in set_discoverable()
1864 cancel_delayed_work(&hdev->discov_off); in set_discoverable()
2110 cancel_delayed_work(&hdev->discov_off); in set_connectable()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h314 struct delayed_work discov_off; member