Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_core.c1025 struct hci_dev *hdev = container_of(work, struct hci_dev, error_reset); in hci_error_reset()
2552 INIT_WORK(&hdev->error_reset, hci_error_reset); in hci_alloc_dev_priv()
2710 disable_work_sync(&hdev->error_reset); in hci_unregister_dev()
H A Dhci_event.c4446 queue_work(hdev->req_workqueue, &hdev->error_reset); in hci_num_comp_pkts_evt()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_irq.c76 static void error_reset(struct intel_display *display, struct i915_error_regs regs) in error_reset() function
1939 error_reset(display, VLV_ERROR_REGS); in _vlv_display_irq_reset()
/linux/include/net/bluetooth/
H A Dhci_core.h502 struct work_struct error_reset; member