scan_update 363 include/net/bluetooth/hci_core.h struct work_struct scan_update; scan_update 2044 net/bluetooth/hci_request.c struct hci_dev *hdev = container_of(work, struct hci_dev, scan_update); scan_update 2847 net/bluetooth/hci_request.c INIT_WORK(&hdev->scan_update, scan_update_work); scan_update 2862 net/bluetooth/hci_request.c cancel_work_sync(&hdev->scan_update); scan_update 99 net/bluetooth/hci_request.h queue_work(hdev->req_workqueue, &hdev->scan_update);