Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_reset.c84 struct amdgpu_reset_handler *reset_handler = NULL; in amdgpu_reset_prepare_hwcontext() local
87 reset_handler = adev->reset_cntl->get_reset_handler( in amdgpu_reset_prepare_hwcontext()
89 if (!reset_handler) in amdgpu_reset_prepare_hwcontext()
92 return reset_handler->prepare_hwcontext(adev->reset_cntl, in amdgpu_reset_prepare_hwcontext()
100 struct amdgpu_reset_handler *reset_handler = NULL; in amdgpu_reset_perform_reset() local
103 reset_handler = adev->reset_cntl->get_reset_handler( in amdgpu_reset_perform_reset()
105 if (!reset_handler) in amdgpu_reset_perform_reset()
108 ret = reset_handler->perform_reset(adev->reset_cntl, reset_context); in amdgpu_reset_perform_reset()
112 return reset_handler->restore_hwcontext(adev->reset_cntl, in amdgpu_reset_perform_reset()
/openbmc/linux/drivers/input/rmi4/
H A Drmi_bus.h121 return d->driver->reset_handler(d); in rmi_reset()
H A Drmi_f01.c703 error = rmi_dev->driver->reset_handler(rmi_dev); in rmi_f01_attention()
H A Drmi_driver.c1255 .reset_handler = rmi_driver_reset_handler,
/openbmc/linux/include/linux/
H A Drmi.h303 int (*reset_handler)(struct rmi_device *rmi_dev); member
/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c645 goto reset_handler; in pci_epf_test_cmd_handler()
653 goto reset_handler; in pci_epf_test_cmd_handler()
658 goto reset_handler; in pci_epf_test_cmd_handler()
684 reset_handler: in pci_epf_test_cmd_handler()
H A Dpci-epf-vntb.c270 goto reset_handler; in epf_ntb_cmd_handler()
304 goto reset_handler; in epf_ntb_cmd_handler()
318 reset_handler: in epf_ntb_cmd_handler()
H 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()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_ishtp.c590 static void reset_handler(struct work_struct *work) in reset_handler() function
671 reset_handler); in cros_ec_ishtp_probe()
/openbmc/linux/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c904 static void reset_handler(struct work_struct *work) in reset_handler() function
973 reset_handler); in loader_ishtp_cl_probe()
/openbmc/linux/drivers/hid/
H A Dhid-rmi.c306 ret = rmi_dev->driver->reset_handler(rmi_dev); in rmi_reset_attn_mode()