Home
last modified time | relevance | path

Searched refs:reset_done (Results 1 – 25 of 31) sorted by relevance

12

/linux/drivers/usb/host/
H A Dehci-hub.c676 || (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 Dehci-brcm.c78 ehci->reset_done[wIndex-1] && in ehci_brcm_hub_control()
79 time_after_eq(jiffies, ehci->reset_done[wIndex-1]) && in ehci_brcm_hub_control()
H A Doxu210hp-hcd.c415 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 Dohci-hub.c625 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/usb/isp1760/
H A Disp1760-hcd.h70 unsigned long reset_done; member
H A Disp1760-hcd.c2128 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/vfio/pci/pds/
H A Dpci_drv.c175 .reset_done = pds_vfio_pci_aer_reset_done,
/linux/include/linux/cdx/
H A Dcdx_bus.h205 void (*reset_done)(struct cdx_device *dev); member
/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_err.c188 .reset_done = hbg_pci_err_reset_done,
/linux/drivers/vfio/pci/virtio/
H A Dmain.c213 .reset_done = virtiovf_pci_aer_reset_done,
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c1419 (fotg210->reset_done[0] && in fotg210_hub_status_data()
1420 time_after_eq(jiffies, fotg210->reset_done[0]))) { in fotg210_hub_status_data()
1513 fotg210->reset_done[wIndex] = jiffies in fotg210_hub_control()
1564 if (!fotg210->reset_done[wIndex]) { in fotg210_hub_control()
1566 fotg210->reset_done[wIndex] = jiffies in fotg210_hub_control()
1570 fotg210->reset_done[wIndex]); in fotg210_hub_control()
1575 fotg210->reset_done[wIndex])) { in fotg210_hub_control()
1578 fotg210->reset_done[wIndex] = 0; in fotg210_hub_control()
1600 fotg210->reset_done[wIndex])) { in fotg210_hub_control()
1602 fotg210->reset_done[wIndex] = 0; in fotg210_hub_control()
[all …]
H A Dfotg210-hcd.h139 unsigned long reset_done[FOTG210_MAX_ROOT_PORTS]; member
/linux/drivers/virtio/
H A Dvirtio.c651 ret = drv->reset_done(dev); in virtio_device_restore_priv()
724 if (!drv || !drv->reset_done) in virtio_device_reset_done()
H A Dvirtio_pci_common.c833 .reset_done = virtio_pci_reset_done,
/linux/include/linux/
H A Dvirtio.h265 int (*reset_done)(struct virtio_device *dev); member
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_bus_pci.c515 .reset_done = ionic_reset_done,
/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs_drv.c719 .reset_done = hl_pci_reset_done,
/linux/drivers/net/ethernet/amd/pds_core/
H A Dmain.c593 .reset_done = pdsc_reset_done,
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h615 void (*reset_done)(struct hnae3_ae_dev *ae_dev); member
H A Dhns3_enet.c3266 if (ae_dev->ops && ae_dev->ops->reset_done) in hns3_resume()
3267 ae_dev->ops->reset_done(ae_dev); in hns3_resume()
3340 if (ae_dev && ae_dev->ops && ae_dev->ops->reset_done) in hns3_reset_done()
3341 ae_dev->ops->reset_done(ae_dev); in hns3_reset_done()
3348 .reset_done = hns3_reset_done,
/linux/drivers/cxl/
H A Dpci.c1006 .reset_done = cxl_reset_done,
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c3377 complete(&adapter->reset_done); in __ibmvnic_reset()
3637 reinit_completion(&adapter->reset_done); in wait_for_reset()
3645 rc = ibmvnic_wait_for_completion(adapter, &adapter->reset_done, 60000); in wait_for_reset()
3660 reinit_completion(&adapter->reset_done); in wait_for_reset()
3667 rc = ibmvnic_wait_for_completion(adapter, &adapter->reset_done, in wait_for_reset()
6478 init_completion(&adapter->reset_done); in ibmvnic_probe()
/linux/drivers/dma/idxd/
H A Dinit.c1128 .reset_done = idxd_reset_done,
/linux/net/ipv6/
H A Daddrconf.c2616 bool reset_done = false; in manage_tempaddrs() local
2653 if (!reset_done && orig_prefered_lft > 0) { in manage_tempaddrs()
2655 reset_done = true; in manage_tempaddrs()
/linux/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2934 .reset_done = igbvf_io_reset_done,

12