Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c1223 cancel_delayed_work(&hdev->discov_off); in hci_req_prepare_suspend()
1225 &hdev->discov_off, 0); in hci_req_prepare_suspend()
3167 static void discov_off(struct work_struct *work) in discov_off() function
3170 discov_off.work); in discov_off()
3307 INIT_DELAYED_WORK(&hdev->discov_off, discov_off); in hci_request_setup()
3322 cancel_delayed_work_sync(&hdev->discov_off); in hci_request_cancel_all()
H A Dmgmt.c1365 queue_delayed_work(hdev->req_workqueue, &hdev->discov_off, to); in mgmt_set_discoverable_complete()
1463 cancel_delayed_work(&hdev->discov_off); in set_discoverable()
1469 &hdev->discov_off, to); in set_discoverable()
1486 cancel_delayed_work(&hdev->discov_off); in set_discoverable()
1607 cancel_delayed_work(&hdev->discov_off); in set_connectable()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h445 struct delayed_work discov_off; member