Searched refs:discov_off (Results 1 – 3 of 3) sorted by relevance
1165 cancel_delayed_work(&hdev->discov_off); in hci_req_prepare_suspend()1167 &hdev->discov_off, 0); in hci_req_prepare_suspend()3030 static void discov_off(struct work_struct *work) in discov_off() function3033 discov_off.work); in discov_off()3170 INIT_DELAYED_WORK(&hdev->discov_off, discov_off); in hci_request_setup()3186 cancel_delayed_work_sync(&hdev->discov_off); in hci_request_cancel_all()
1371 queue_delayed_work(hdev->req_workqueue, &hdev->discov_off, to); in mgmt_set_discoverable_complete()1469 cancel_delayed_work(&hdev->discov_off); in set_discoverable()1475 &hdev->discov_off, to); in set_discoverable()1492 cancel_delayed_work(&hdev->discov_off); in set_discoverable()1613 cancel_delayed_work(&hdev->discov_off); in set_connectable()
480 struct delayed_work discov_off; member
Completed in 27 milliseconds