Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_request.c2656 static void discov_off(struct work_struct *work) in discov_off() function
2659 discov_off.work); in discov_off()
2795 INIT_DELAYED_WORK(&hdev->discov_off, discov_off); in hci_request_setup()
2810 cancel_delayed_work_sync(&hdev->discov_off); in hci_request_cancel_all()
Dmgmt.c1321 queue_delayed_work(hdev->req_workqueue, &hdev->discov_off, to); in mgmt_set_discoverable_complete()
1413 cancel_delayed_work(&hdev->discov_off); in set_discoverable()
1419 &hdev->discov_off, to); in set_discoverable()
1436 cancel_delayed_work(&hdev->discov_off); in set_discoverable()
1557 cancel_delayed_work(&hdev->discov_off); in set_connectable()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h334 struct delayed_work discov_off; member