Home
last modified time | relevance | path

Searched refs:reset_device (Results 1 – 21 of 21) sorted by relevance

/drivers/crypto/qat/qat_common/
Dadf_aer.c77 if (hw_device->reset_device) { in adf_dev_restore()
80 hw_device->reset_device(accel_dev); in adf_dev_restore()
Dadf_accel_devices.h176 void (*reset_device)(struct adf_accel_dev *accel_dev); member
/drivers/media/dvb-frontends/
Dcx24116.h22 int (*reset_device)(struct dvb_frontend *fe); member
Dcx24116.c567 if (state->config->reset_device) in cx24116_load_firmware()
568 state->config->reset_device(fe); in cx24116_load_firmware()
/drivers/crypto/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c206 hw_data->reset_device = adf_reset_flr; in adf_init_hw_data_c3xxx()
/drivers/crypto/qat/qat_c62x/
Dadf_c62x_hw_data.c208 hw_data->reset_device = adf_reset_flr; in adf_init_hw_data_c62x()
/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c236 hw_data->reset_device = adf_reset_sbr; in adf_init_hw_data_dh895xcc()
/drivers/crypto/qat/qat_4xxx/
Dadf_4xxx_hw_data.c249 hw_data->reset_device = adf_reset_flr; in adf_init_hw_data_4xxx()
/drivers/net/can/usb/etas_es58x/
Des58x_core.h355 int (*reset_device)(struct es58x_device *es58x_dev); member
Des581_4.c504 .reset_device = es581_4_reset_device,
Des58x_fd.c558 .reset_device = NULL, /* Not implemented in the device firmware. */
Des58x_core.c1139 if (es58x_dev->ops->reset_device) in es58x_handle_urb_cmd()
1140 es58x_dev->ops->reset_device(es58x_dev); in es58x_handle_urb_cmd()
/drivers/char/pcmcia/
Dsynclink_cs.c373 static void reset_device(MGSLPC_INFO *info);
1348 reset_device(info); in shutdown()
3326 static void reset_device(MGSLPC_INFO *info) in reset_device() function
3717 reset_device(info); in register_test()
3739 reset_device(info); in irq_test()
3762 reset_device(info); in irq_test()
/drivers/net/wireless/zydas/zd1211rw/
Dzd_mac.c753 goto reset_device; in zd_mac_config_beacon()
834 reset_device: in zd_mac_config_beacon()
/drivers/media/pci/cx88/
Dcx88-dvb.c714 .reset_device = cx24116_reset_device,
720 .reset_device = cx24116_reset_device,
/drivers/misc/habanalabs/gaudi/
Dgaudi.c7977 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()
/drivers/crypto/
Dtalitos.c182 static int reset_device(struct device *dev) in reset_device() function
223 err = reset_device(dev); in init_device()
227 err = reset_device(dev); in init_device()
/drivers/input/misc/
Dims-pcu.c1148 static DEVICE_ATTR(reset_device, S_IWUSR, NULL, ims_pcu_reset_device);
/drivers/usb/core/
Dhub.c3087 if (hcd->driver->reset_device) in hub_port_reset()
3088 hcd->driver->reset_device(hcd, udev); in hub_port_reset()
/drivers/usb/dwc2/
Dhcd.c5182 dwc2_hc_driver.reset_device = dwc2_reset_device; in dwc2_hcd_init()
/drivers/usb/host/
Dxhci.c5483 .reset_device = xhci_discover_or_reset_device,