Searched refs:reset_handler (Results 1 – 11 of 11) sorted by relevance
230 struct amdgpu_reset_handler *reset_handler = NULL; in amdgpu_reset_prepare_hwcontext() local233 reset_handler = adev->reset_cntl->get_reset_handler( in amdgpu_reset_prepare_hwcontext()235 if (!reset_handler) in amdgpu_reset_prepare_hwcontext()238 return reset_handler->prepare_hwcontext(adev->reset_cntl, in amdgpu_reset_prepare_hwcontext()246 struct amdgpu_reset_handler *reset_handler = NULL; in amdgpu_reset_perform_reset() local249 reset_handler = adev->reset_cntl->get_reset_handler( in amdgpu_reset_perform_reset()251 if (!reset_handler) in amdgpu_reset_perform_reset()254 ret = reset_handler->perform_reset(adev->reset_cntl, reset_context); in amdgpu_reset_perform_reset()258 return reset_handler->restore_hwcontext(adev->reset_cntl, in amdgpu_reset_perform_reset()
121 return d->driver->reset_handler(d); in rmi_reset()
702 error = rmi_dev->driver->reset_handler(rmi_dev); in rmi_f01_attention()
1255 .reset_handler = rmi_driver_reset_handler,
303 int (*reset_handler)(struct rmi_device *rmi_dev); member
683 goto reset_handler; in pci_epf_test_cmd_handler()691 goto reset_handler; in pci_epf_test_cmd_handler()696 goto reset_handler; in pci_epf_test_cmd_handler()722 reset_handler: in pci_epf_test_cmd_handler()
270 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()
636 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()
565 static void reset_handler(struct work_struct *work) in reset_handler() function630 reset_handler); in cros_ec_ishtp_probe()
880 static void reset_handler(struct work_struct *work) in reset_handler() function937 reset_handler); in loader_ishtp_cl_probe()
306 ret = rmi_dev->driver->reset_handler(rmi_dev); in rmi_reset_attn_mode()