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.c988 struct hci_dev *hdev = container_of(work, struct hci_dev, error_reset); in hci_error_reset()
2515 INIT_WORK(&hdev->error_reset, hci_error_reset); in hci_alloc_dev_priv()
2673 disable_work_sync(&hdev->error_reset); in hci_unregister_dev()
H A Dhci_event.c4483 queue_work(hdev->req_workqueue, &hdev->error_reset); in hci_hardware_error_evt()
/linux/include/net/bluetooth/
H A Dhci_core.h500 struct work_struct error_reset; member