Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.h104 queue_work(hdev->req_workqueue, &hdev->scan_update); in hci_req_update_scan()
H A Dhci_request.c2508 struct hci_dev *hdev = container_of(work, struct hci_dev, scan_update); in scan_update_work()
3304 INIT_WORK(&hdev->scan_update, scan_update_work); in hci_request_setup()
3319 cancel_work_sync(&hdev->scan_update); in hci_request_cancel_all()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h457 struct work_struct scan_update; member