Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_reset.c68 struct amdgpu_reset_handler *reset_handler = NULL; in amdgpu_reset_prepare_hwcontext() local
71 reset_handler = adev->reset_cntl->get_reset_handler( in amdgpu_reset_prepare_hwcontext()
73 if (!reset_handler) in amdgpu_reset_prepare_hwcontext()
76 return reset_handler->prepare_hwcontext(adev->reset_cntl, in amdgpu_reset_prepare_hwcontext()
84 struct amdgpu_reset_handler *reset_handler = NULL; in amdgpu_reset_perform_reset() local
87 reset_handler = adev->reset_cntl->get_reset_handler( in amdgpu_reset_perform_reset()
89 if (!reset_handler) in amdgpu_reset_perform_reset()
92 ret = reset_handler->perform_reset(adev->reset_cntl, reset_context); in amdgpu_reset_perform_reset()
96 return reset_handler->restore_hwcontext(adev->reset_cntl, in amdgpu_reset_perform_reset()
/linux/drivers/pci/endpoint/functions/
A Dpci-epf-test.c536 goto reset_handler; in pci_epf_test_cmd_handler()
543 goto reset_handler; in pci_epf_test_cmd_handler()
550 goto reset_handler; in pci_epf_test_cmd_handler()
561 goto reset_handler; in pci_epf_test_cmd_handler()
572 goto reset_handler; in pci_epf_test_cmd_handler()
583 goto reset_handler; in pci_epf_test_cmd_handler()
589 goto reset_handler; in pci_epf_test_cmd_handler()
593 goto reset_handler; in pci_epf_test_cmd_handler()
599 goto reset_handler; in pci_epf_test_cmd_handler()
603 goto reset_handler; in pci_epf_test_cmd_handler()
[all …]
A 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/drivers/input/rmi4/
A Drmi_bus.h121 return d->driver->reset_handler(d); in rmi_reset()
A Drmi_f01.c703 error = rmi_dev->driver->reset_handler(rmi_dev); in rmi_f01_attention()
A Drmi_driver.c1251 .reset_handler = rmi_driver_reset_handler,
/linux/include/linux/
A Drmi.h303 int (*reset_handler)(struct rmi_device *rmi_dev); member
/linux/drivers/platform/chrome/
A Dcros_ec_ishtp.c588 static void reset_handler(struct work_struct *work) in reset_handler() function
669 reset_handler); in cros_ec_ishtp_probe()
/linux/drivers/hid/intel-ish-hid/
A Dishtp-fw-loader.c926 static void reset_handler(struct work_struct *work) in reset_handler() function
995 reset_handler); in loader_ishtp_cl_probe()
/linux/drivers/hid/
A Dhid-rmi.c307 ret = rmi_dev->driver->reset_handler(rmi_dev); in rmi_reset_attn_mode()

Completed in 30 milliseconds