Home
last modified time | relevance | path

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

/net/bluetooth/
Dhci_request.c1338 cancel_delayed_work(&hdev->discov_off); in hci_req_prepare_suspend()
1340 &hdev->discov_off, 0); in hci_req_prepare_suspend()
3368 static void discov_off(struct work_struct *work) in discov_off() function
3371 discov_off.work); in discov_off()
3508 INIT_DELAYED_WORK(&hdev->discov_off, discov_off); in hci_request_setup()
3524 cancel_delayed_work_sync(&hdev->discov_off); in hci_request_cancel_all()
Dmgmt.c1370 queue_delayed_work(hdev->req_workqueue, &hdev->discov_off, to); in mgmt_set_discoverable_complete()
1468 cancel_delayed_work(&hdev->discov_off); in set_discoverable()
1474 &hdev->discov_off, to); in set_discoverable()
1491 cancel_delayed_work(&hdev->discov_off); in set_discoverable()
1612 cancel_delayed_work(&hdev->discov_off); in set_connectable()