Searched refs:reset_device (Results 1 – 21 of 21) sorted by relevance
77 if (hw_device->reset_device) { in adf_dev_restore()80 hw_device->reset_device(accel_dev); in adf_dev_restore()
176 void (*reset_device)(struct adf_accel_dev *accel_dev); member
22 int (*reset_device)(struct dvb_frontend *fe); member
567 if (state->config->reset_device) in cx24116_load_firmware()568 state->config->reset_device(fe); in cx24116_load_firmware()
206 hw_data->reset_device = adf_reset_flr; in adf_init_hw_data_c3xxx()
208 hw_data->reset_device = adf_reset_flr; in adf_init_hw_data_c62x()
236 hw_data->reset_device = adf_reset_sbr; in adf_init_hw_data_dh895xcc()
249 hw_data->reset_device = adf_reset_flr; in adf_init_hw_data_4xxx()
355 int (*reset_device)(struct es58x_device *es58x_dev); member
504 .reset_device = es581_4_reset_device,
558 .reset_device = NULL, /* Not implemented in the device firmware. */
1139 if (es58x_dev->ops->reset_device) in es58x_handle_urb_cmd()1140 es58x_dev->ops->reset_device(es58x_dev); in es58x_handle_urb_cmd()
373 static void reset_device(MGSLPC_INFO *info);1348 reset_device(info); in shutdown()3326 static void reset_device(MGSLPC_INFO *info) in reset_device() function3717 reset_device(info); in register_test()3739 reset_device(info); in irq_test()3762 reset_device(info); in irq_test()
753 goto reset_device; in zd_mac_config_beacon()834 reset_device: in zd_mac_config_beacon()
714 .reset_device = cx24116_reset_device,720 .reset_device = cx24116_reset_device,
7977 goto reset_device; in gaudi_handle_eqe()7984 goto reset_device; in gaudi_handle_eqe()7994 goto reset_device; in gaudi_handle_eqe()8114 goto reset_device; in gaudi_handle_eqe()8154 goto reset_device; in gaudi_handle_eqe()8159 goto reset_device; in gaudi_handle_eqe()8164 goto reset_device; in gaudi_handle_eqe()8174 reset_device: in gaudi_handle_eqe()
182 static int reset_device(struct device *dev) in reset_device() function223 err = reset_device(dev); in init_device()227 err = reset_device(dev); in init_device()
1148 static DEVICE_ATTR(reset_device, S_IWUSR, NULL, ims_pcu_reset_device);
3087 if (hcd->driver->reset_device) in hub_port_reset()3088 hcd->driver->reset_device(hcd, udev); in hub_port_reset()
5182 dwc2_hc_driver.reset_device = dwc2_reset_device; in dwc2_hcd_init()
5483 .reset_device = xhci_discover_or_reset_device,