Searched refs:error_reset (Results 1 – 3 of 3) sorted by relevance
1024 struct hci_dev *hdev = container_of(work, struct hci_dev, error_reset); in hci_error_reset()2551 INIT_WORK(&hdev->error_reset, hci_error_reset); in hci_alloc_dev_priv()2709 disable_work_sync(&hdev->error_reset); in hci_unregister_dev()
4420 queue_work(hdev->req_workqueue, &hdev->error_reset); in hci_hardware_error_evt()
502 struct work_struct error_reset; member