Home
last modified time | relevance | path

Searched refs:reset_handler (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_reset.c75 struct amdgpu_reset_handler *reset_handler = NULL; in amdgpu_reset_prepare_hwcontext() local
78 reset_handler = adev->reset_cntl->get_reset_handler( in amdgpu_reset_prepare_hwcontext()
80 if (!reset_handler) in amdgpu_reset_prepare_hwcontext()
83 return reset_handler->prepare_hwcontext(adev->reset_cntl, in amdgpu_reset_prepare_hwcontext()
91 struct amdgpu_reset_handler *reset_handler = NULL; in amdgpu_reset_perform_reset() local
94 reset_handler = adev->reset_cntl->get_reset_handler( in amdgpu_reset_perform_reset()
96 if (!reset_handler) in amdgpu_reset_perform_reset()
99 ret = reset_handler->perform_reset(adev->reset_cntl, reset_context); in amdgpu_reset_perform_reset()
103 return reset_handler->restore_hwcontext(adev->reset_cntl, in amdgpu_reset_perform_reset()
/linux-6.1.9/drivers/pci/endpoint/functions/
Dpci-epf-test.c642 goto reset_handler; in pci_epf_test_cmd_handler()
649 goto reset_handler; in pci_epf_test_cmd_handler()
656 goto reset_handler; in pci_epf_test_cmd_handler()
667 goto reset_handler; in pci_epf_test_cmd_handler()
678 goto reset_handler; in pci_epf_test_cmd_handler()
689 goto reset_handler; in pci_epf_test_cmd_handler()
695 goto reset_handler; in pci_epf_test_cmd_handler()
699 goto reset_handler; in pci_epf_test_cmd_handler()
705 goto reset_handler; in pci_epf_test_cmd_handler()
709 goto reset_handler; in pci_epf_test_cmd_handler()
[all …]
Dpci-epf-vntb.c269 goto reset_handler; in epf_ntb_cmd_handler()
303 goto reset_handler; in epf_ntb_cmd_handler()
317 reset_handler: in epf_ntb_cmd_handler()
Dpci-epf-ntb.c636 goto reset_handler; in epf_ntb_cmd_handler()
681 goto reset_handler; in epf_ntb_cmd_handler()
699 reset_handler: in epf_ntb_cmd_handler()
/linux-6.1.9/drivers/input/rmi4/
Drmi_bus.h121 return d->driver->reset_handler(d); in rmi_reset()
Drmi_f01.c703 error = rmi_dev->driver->reset_handler(rmi_dev); in rmi_f01_attention()
Drmi_driver.c1251 .reset_handler = rmi_driver_reset_handler,
/linux-6.1.9/include/linux/
Drmi.h303 int (*reset_handler)(struct rmi_device *rmi_dev); member
/linux-6.1.9/drivers/platform/chrome/
Dcros_ec_ishtp.c590 static void reset_handler(struct work_struct *work) in reset_handler() function
671 reset_handler); in cros_ec_ishtp_probe()
/linux-6.1.9/drivers/hid/intel-ish-hid/
Dishtp-fw-loader.c904 static void reset_handler(struct work_struct *work) in reset_handler() function
973 reset_handler); in loader_ishtp_cl_probe()
/linux-6.1.9/drivers/hid/
Dhid-rmi.c306 ret = rmi_dev->driver->reset_handler(rmi_dev); in rmi_reset_attn_mode()