Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_core.c1668 cancel_delayed_work(&hdev->discov_off); in hci_dev_do_close()
2239 hdev = container_of(work, struct hci_dev, discov_off.work); in hci_discov_off()
3300 INIT_DELAYED_WORK(&hdev->discov_off, hci_discov_off); in hci_alloc_dev()
Dmgmt.c1837 queue_delayed_work(hdev->workqueue, &hdev->discov_off, in set_discoverable_complete()
1947 cancel_delayed_work(&hdev->discov_off); in set_discoverable()
1952 queue_delayed_work(hdev->workqueue, &hdev->discov_off, in set_discoverable()
1970 cancel_delayed_work(&hdev->discov_off); in set_discoverable()
2216 cancel_delayed_work(&hdev->discov_off); in set_connectable()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h320 struct delayed_work discov_off; member