| /linux/drivers/usb/host/ |
| H A D | ehci-hub.c | 676 || (ehci->reset_done[i] && time_after_eq( in ehci_hub_status_data() 677 jiffies, ehci->reset_done[i])) in ehci_hub_status_data() 828 ehci->reset_done[wIndex] = jiffies in ehci_hub_control() 906 if (!ehci->reset_done[wIndex]) { in ehci_hub_control() 911 ehci->reset_done[wIndex] = jiffies in ehci_hub_control() 917 ehci->reset_done[wIndex]); in ehci_hub_control() 921 } else if (!time_after_eq(jiffies, ehci->reset_done[wIndex])) { in ehci_hub_control() 928 ehci->reset_done[wIndex] = 0; in ehci_hub_control() 947 ehci->reset_done [wIndex] = 0; in ehci_hub_control() 1002 ehci->reset_done[wIndex] = 0; in ehci_hub_control() [all …]
|
| H A D | oxu210hp-hcd.c | 415 unsigned long reset_done[EHCI_MAX_ROOT_PORTS]; member 827 oxu->reset_done[index] = 0; in check_reset_complete() 2892 || oxu->reset_done[i] != 0) in oxu210_hcd_irq() 2899 oxu->reset_done[i] = jiffies + in oxu210_hcd_irq() 2902 mod_timer(&hcd->rh_timer, oxu->reset_done[i]); in oxu210_hcd_irq() 3509 oxu->reset_done[i] = 0; in oxu_hub_status_data() 3511 time_after_eq(jiffies, oxu->reset_done[i]))) { in oxu_hub_status_data() 3599 oxu->reset_done[wIndex] = jiffies in oxu_hub_control() 3652 if (!oxu->reset_done[wIndex]) { in oxu_hub_control() 3654 oxu->reset_done[wIndex] = jiffies in oxu_hub_control() [all …]
|
| H A D | ohci-hub.c | 625 u16 reset_done = now + PORT_RESET_MSEC; in root_port_reset() local 667 } while (tick_before(now, reset_done) && --limit_1 >= 0); in root_port_reset()
|
| /linux/drivers/vfio/pci/nvgrace-gpu/ |
| H A D | main.c | 64 bool reset_done; member 177 if (!nvdev->reset_done) in nvgrace_gpu_check_device_ready() 187 nvdev->reset_done = false; in nvgrace_gpu_check_device_ready() 1165 nvdev->reset_done = true; in nvgrace_gpu_vfio_pci_reset_done() 1169 .reset_done = nvgrace_gpu_vfio_pci_reset_done,
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.h | 70 unsigned long reset_done; member
|
| H A D | isp1760-hcd.c | 2128 time_after_eq(jiffies, priv->reset_done))) { in isp1760_hub_status_data() 2253 priv->reset_done = jiffies + in isp1760_hub_control() 2301 if (!priv->reset_done) { in isp1760_hub_control() 2303 priv->reset_done = jiffies in isp1760_hub_control() 2306 mod_timer(&hcd->rh_timer, priv->reset_done); in isp1760_hub_control() 2311 priv->reset_done)) { in isp1760_hub_control() 2313 priv->reset_done = 0; in isp1760_hub_control() 2331 time_after_eq(jiffies, priv->reset_done)) { in isp1760_hub_control() 2333 priv->reset_done = 0; in isp1760_hub_control() 2430 priv->reset_done = jiffies + in isp1760_hub_control()
|
| /linux/drivers/input/mouse/ |
| H A D | elan_i2c.h | 107 struct completion *reset_done);
|
| /linux/drivers/vfio/pci/pds/ |
| H A D | pci_drv.c | 175 .reset_done = pds_vfio_pci_aer_reset_done,
|
| /linux/include/linux/cdx/ |
| H A D | cdx_bus.h | 209 void (*reset_done)(struct cdx_device *dev); member
|
| /linux/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_err.c | 188 .reset_done = hbg_pci_err_reset_done,
|
| /linux/drivers/vfio/pci/virtio/ |
| H A D | main.c | 213 .reset_done = virtiovf_pci_aer_reset_done,
|
| /linux/drivers/virtio/ |
| H A D | virtio.c | 629 ret = drv->reset_done(dev); in virtio_device_restore_priv() 702 if (!drv || !drv->reset_done) in virtio_device_reset_done()
|
| /linux/include/linux/ |
| H A D | virtio.h | 257 int (*reset_done)(struct virtio_device *dev); member
|
| /linux/drivers/cdx/ |
| H A D | cdx.c | 115 if (cdx_drv && cdx_drv->reset_done) in cdx_dev_reset() 116 cdx_drv->reset_done(cdx_dev); in cdx_dev_reset()
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.h | 139 unsigned long reset_done[FOTG210_MAX_ROOT_PORTS]; member
|
| /linux/drivers/vfio/pci/xe/ |
| H A D | main.c | 130 .reset_done = xe_vfio_pci_reset_done,
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_core.c | 2537 bool reset_done = false; in vfio_pci_dev_set_try_reset() local 2555 reset_done = true; in vfio_pci_dev_set_try_reset() 2558 if (reset_done) in vfio_pci_dev_set_try_reset()
|
| /linux/drivers/vfio/pci/qat/ |
| H A D | main.c | 687 .reset_done = qat_vf_pci_aer_reset_done,
|
| /linux/drivers/mmc/core/ |
| H A D | block.c | 128 unsigned int reset_done; member 1055 if (md->reset_done & type) in mmc_blk_reset() 1058 md->reset_done |= type; in mmc_blk_reset() 1080 md->reset_done &= ~type; in mmc_blk_reset_success()
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_drv.c | 677 .reset_done = qaic_pci_reset_done,
|
| /linux/drivers/cxl/ |
| H A D | pci.c | 1120 .reset_done = cxl_reset_done,
|
| /linux/drivers/bus/mhi/host/ |
| H A D | pci_generic.c | 1580 .reset_done = mhi_pci_reset_done,
|
| /linux/drivers/dma/idxd/ |
| H A D | init.c | 1143 .reset_done = idxd_reset_done,
|
| /linux/drivers/vfio/pci/mlx5/ |
| H A D | main.c | 1421 .reset_done = mlx5vf_pci_aer_reset_done,
|
| /linux/drivers/vfio/pci/hisilicon/ |
| H A D | hisi_acc_vfio_pci.c | 1737 .reset_done = hisi_acc_vf_pci_aer_reset_done,
|