/linux-6.3-rc2/Documentation/usb/ |
A D | usbdevfs-drop-permissions.c | 30 void reset_device(int fd) in reset_device() function 95 reset_device(fd); in main()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | adf_aer.c | 77 if (hw_device->reset_device) { in adf_dev_restore() 80 hw_device->reset_device(accel_dev); in adf_dev_restore()
|
A D | adf_accel_devices.h | 201 void (*reset_device)(struct adf_accel_dev *accel_dev); member
|
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
A D | cx24116.h | 22 int (*reset_device)(struct dvb_frontend *fe); member
|
A 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.3-rc2/drivers/crypto/qat/qat_c62x/ |
A D | adf_c62x_hw_data.c | 128 hw_data->reset_device = adf_reset_flr; in adf_init_hw_data_c62x()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_c3xxx/ |
A D | adf_c3xxx_hw_data.c | 126 hw_data->reset_device = adf_reset_flr; in adf_init_hw_data_c3xxx()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_dh895xcc/ |
A D | adf_dh895xcc_hw_data.c | 237 hw_data->reset_device = adf_reset_sbr; in adf_init_hw_data_dh895xcc()
|
/linux-6.3-rc2/drivers/accel/habanalabs/common/ |
A D | device.c | 409 bool reset_device, device_is_idle = true; in hpriv_release() local 429 reset_device = hdev->reset_upon_device_release || hdev->reset_info.watchdog_active; in hpriv_release() 434 if (!hdev->reset_info.in_reset && !reset_device && hdev->pdev && !hdev->pldm) in hpriv_release() 440 reset_device = true; in hpriv_release() 456 if (reset_device) { in hpriv_release()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_4xxx/ |
A D | adf_4xxx_hw_data.c | 350 hw_data->reset_device = adf_reset_flr; in adf_init_hw_data_4xxx()
|
/linux-6.3-rc2/drivers/net/can/usb/etas_es58x/ |
A D | es58x_core.h | 358 int (*reset_device)(struct es58x_device *es58x_dev); member
|
A D | es581_4.c | 505 .reset_device = es581_4_reset_device,
|
A D | es58x_fd.c | 563 .reset_device = NULL, /* Not implemented in the device firmware. */
|
A 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.3-rc2/drivers/char/pcmcia/ |
A D | synclink_cs.c | 373 static void reset_device(MGSLPC_INFO *info); 1348 reset_device(info); in shutdown() 3327 static void reset_device(MGSLPC_INFO *info) in reset_device() function 3718 reset_device(info); in register_test() 3740 reset_device(info); in irq_test() 3763 reset_device(info); in irq_test()
|
/linux-6.3-rc2/include/linux/usb/ |
A D | hcd.h | 386 int (*reset_device)(struct usb_hcd *, struct usb_device *); member
|
/linux-6.3-rc2/drivers/net/wireless/zydas/zd1211rw/ |
A D | zd_mac.c | 753 goto reset_device; in zd_mac_config_beacon() 834 reset_device: in zd_mac_config_beacon()
|
/linux-6.3-rc2/drivers/media/pci/cx88/ |
A D | cx88-dvb.c | 714 .reset_device = cx24116_reset_device, 720 .reset_device = cx24116_reset_device,
|
/linux-6.3-rc2/drivers/accel/habanalabs/gaudi/ |
A D | gaudi.c | 7682 goto reset_device; in gaudi_handle_eqe() 7691 goto reset_device; in gaudi_handle_eqe() 7703 goto reset_device; in gaudi_handle_eqe() 7741 goto reset_device; in gaudi_handle_eqe() 7766 goto reset_device; in gaudi_handle_eqe() 7850 goto reset_device; in gaudi_handle_eqe() 7903 goto reset_device; in gaudi_handle_eqe() 7909 goto reset_device; in gaudi_handle_eqe() 7915 goto reset_device; in gaudi_handle_eqe() 7928 reset_device: in gaudi_handle_eqe()
|
/linux-6.3-rc2/drivers/crypto/ |
A 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.3-rc2/drivers/input/misc/ |
A D | ims-pcu.c | 1148 static DEVICE_ATTR(reset_device, S_IWUSR, NULL, ims_pcu_reset_device);
|
/linux-6.3-rc2/drivers/usb/core/ |
A D | hub.c | 3070 if (hcd->driver->reset_device) in hub_port_reset() 3071 hcd->driver->reset_device(hcd, udev); in hub_port_reset()
|
/linux-6.3-rc2/drivers/accel/habanalabs/gaudi2/ |
A D | gaudi2.c | 9411 goto reset_device; in gaudi2_handle_eqe() 9422 reset_device: in gaudi2_handle_eqe()
|
/linux-6.3-rc2/drivers/usb/dwc2/ |
A D | hcd.c | 5149 dwc2_hc_driver.reset_device = dwc2_reset_device; in dwc2_hcd_init()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | xhci.c | 5507 .reset_device = xhci_discover_or_reset_device,
|