Home
last modified time | relevance | path

Searched refs:reset_done (Results 1 – 25 of 42) 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/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtrans-gen2.c122 bool reset_done; in _iwl_trans_pcie_fw_reset_handshake() local
127 reset_done = in _iwl_trans_pcie_fw_reset_handshake()
131 reset_done = inta_hw & CSR_INT_BIT_RESET_DONE; in _iwl_trans_pcie_fw_reset_handshake()
135 "timeout waiting for FW reset ACK (inta_hw=0x%x, reset_done %d)\n", in _iwl_trans_pcie_fw_reset_handshake()
136 inta_hw, reset_done); in _iwl_trans_pcie_fw_reset_handshake()
138 if (!reset_done && dump_on_timeout) { in _iwl_trans_pcie_fw_reset_handshake()
/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/nvgrace-gpu/
H A Dmain.c70 bool reset_done; in nvgrace_gpu_init_fake_bar_emu_regs()
364 if (!nvdev->reset_done) in nvgrace_gpu_mmap()
377 nvdev->reset_done = false; in nvgrace_gpu_mmap()
423 if (nvdev->cxl_dvsec && READ_ONCE(nvdev->reset_done) && in nvgrace_gpu_ioctl_get_region_info()
834 if (nvdev->cxl_dvsec && READ_ONCE(nvdev->reset_done)) { in nvgrace_gpu_write_mem()
974 if (nvdev->cxl_dvsec && READ_ONCE(nvdev->reset_done)) {
1403 * hold the memory_lock write lock to avoid races. However, .reset_done
1414 nvdev->reset_done = true;
1418 .reset_done = nvgrace_gpu_vfio_pci_reset_done,
66 bool reset_done; global() member
/linux/drivers/input/mouse/
H A Delan_i2c.h107 struct completion *reset_done);
/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.h189 * @reset_done: Function called after reset is complete to notify driver
205 void (*reset_done)(struct cdx_device *dev);
209 void (*reset_done)(struct cdx_device *dev); global() member
/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/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/virtio/
H A Dvirtio.c638 ret = drv->reset_done(dev); in virtio_device_restore_priv()
711 if (!drv || !drv->reset_done) in virtio_init()
H A Dvirtio_pci_common.c833 .reset_done = virtio_pci_reset_done,
/linux/include/linux/
H A Dvirtio.h244 * @reset_done: optional function to call after transport specific reset
264 int (*reset_done)(struct virtio_device *dev);
262 int (*reset_done)(struct virtio_device *dev); global() member
/linux/drivers/cdx/
H A Dcdx.c115 if (cdx_drv && cdx_drv->reset_done) in cdx_dev_reset()
116 cdx_drv->reset_done(cdx_dev); in cdx_dev_reset()
/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.c570 .reset_done = pdsc_reset_done,
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c2588 bool reset_done = false; in vfio_pci_dev_set_try_reset()
2606 reset_done = true;
2609 if (reset_done) in vfio_pci_core_set_params()
2578 bool reset_done = false; vfio_pci_dev_set_try_reset() local
/linux/drivers/accel/qaic/
H A Dqaic_drv.c675 .reset_done = qaic_pci_reset_done,
/linux/drivers/accel/ivpu/
H A Divpu_drv.c874 .reset_done = ivpu_pm_reset_done_cb,

12