/linux-6.6.21/Documentation/usb/ |
D | usbdevfs-drop-permissions.c | 30 void reset_device(int fd) in reset_device() function 95 reset_device(fd); in main()
|
/linux-6.6.21/drivers/crypto/intel/qat/qat_common/ |
D | adf_aer.c | 76 if (hw_device->reset_device) { in adf_dev_restore() 79 hw_device->reset_device(accel_dev); in adf_dev_restore()
|
D | adf_accel_devices.h | 209 void (*reset_device)(struct adf_accel_dev *accel_dev); member
|
/linux-6.6.21/drivers/media/dvb-frontends/ |
D | cx24116.h | 22 int (*reset_device)(struct dvb_frontend *fe); member
|
D | cx24116.c | 567 if (state->config->reset_device) in cx24116_load_firmware() 568 state->config->reset_device(fe); in cx24116_load_firmware()
|
/linux-6.6.21/drivers/crypto/intel/qat/qat_c3xxx/ |
D | adf_c3xxx_hw_data.c | 150 hw_data->reset_device = adf_reset_flr; in adf_init_hw_data_c3xxx()
|
/linux-6.6.21/drivers/crypto/intel/qat/qat_c62x/ |
D | adf_c62x_hw_data.c | 152 hw_data->reset_device = adf_reset_flr; in adf_init_hw_data_c62x()
|
/linux-6.6.21/drivers/crypto/intel/qat/qat_dh895xcc/ |
D | adf_dh895xcc_hw_data.c | 246 hw_data->reset_device = adf_reset_sbr; in adf_init_hw_data_dh895xcc()
|
/linux-6.6.21/drivers/net/can/usb/etas_es58x/ |
D | es58x_core.h | 358 int (*reset_device)(struct es58x_device *es58x_dev); member
|
D | es581_4.c | 505 .reset_device = es581_4_reset_device,
|
D | es58x_fd.c | 563 .reset_device = NULL, /* Not implemented in the device firmware. */
|
D | es58x_core.c | 1131 if (es58x_dev->ops->reset_device) in es58x_handle_urb_cmd() 1132 es58x_dev->ops->reset_device(es58x_dev); in es58x_handle_urb_cmd()
|
/linux-6.6.21/drivers/accel/habanalabs/common/ |
D | device.c | 399 bool reset_device, device_is_idle = true; in hpriv_release() local 422 reset_device = hdev->reset_upon_device_release || hdev->reset_info.watchdog_active; in hpriv_release() 427 if (!hdev->reset_info.in_reset && !reset_device && hdev->pdev && !hdev->pldm) in hpriv_release() 433 reset_device = true; in hpriv_release() 449 if (reset_device) { in hpriv_release()
|
/linux-6.6.21/drivers/crypto/intel/qat/qat_4xxx/ |
D | adf_4xxx_hw_data.c | 557 hw_data->reset_device = adf_reset_flr; in adf_init_hw_data_4xxx()
|
/linux-6.6.21/include/linux/usb/ |
D | hcd.h | 384 int (*reset_device)(struct usb_hcd *, struct usb_device *); member
|
/linux-6.6.21/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_mac.c | 753 goto reset_device; in zd_mac_config_beacon() 834 reset_device: in zd_mac_config_beacon()
|
/linux-6.6.21/drivers/media/pci/cx88/ |
D | cx88-dvb.c | 714 .reset_device = cx24116_reset_device, 720 .reset_device = cx24116_reset_device,
|
/linux-6.6.21/drivers/accel/habanalabs/gaudi/ |
D | gaudi.c | 7610 goto reset_device; in gaudi_handle_eqe() 7619 goto reset_device; in gaudi_handle_eqe() 7631 goto reset_device; in gaudi_handle_eqe() 7669 goto reset_device; in gaudi_handle_eqe() 7694 goto reset_device; in gaudi_handle_eqe() 7778 goto reset_device; in gaudi_handle_eqe() 7831 goto reset_device; in gaudi_handle_eqe() 7837 goto reset_device; in gaudi_handle_eqe() 7846 goto reset_device; in gaudi_handle_eqe() 7859 reset_device: in gaudi_handle_eqe()
|
/linux-6.6.21/drivers/crypto/ |
D | talitos.c | 182 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()
|
/linux-6.6.21/drivers/input/misc/ |
D | ims-pcu.c | 1148 static DEVICE_ATTR(reset_device, S_IWUSR, NULL, ims_pcu_reset_device);
|
/linux-6.6.21/drivers/usb/core/ |
D | hub.c | 3082 if (hcd->driver->reset_device) in hub_port_reset() 3083 hcd->driver->reset_device(hcd, udev); in hub_port_reset()
|
/linux-6.6.21/drivers/usb/host/ |
D | xhci.c | 5311 .reset_device = xhci_discover_or_reset_device,
|
/linux-6.6.21/drivers/usb/dwc2/ |
D | hcd.c | 5149 dwc2_hc_driver.reset_device = dwc2_reset_device; in dwc2_hcd_init()
|
/linux-6.6.21/drivers/accel/habanalabs/gaudi2/ |
D | gaudi2.c | 9904 goto reset_device; in gaudi2_handle_eqe() 9916 reset_device: in gaudi2_handle_eqe()
|