Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_core.c1024 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()
H A Dhci_event.c4420 queue_work(hdev->req_workqueue, &hdev->error_reset); in hci_hardware_error_evt()
/linux/include/net/bluetooth/
H A Dhci_core.h502 struct work_struct error_reset; member