Home
last modified time | relevance | path

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

123

/linux-6.15/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.c827 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()
3509 oxu->reset_done[i] = 0; in oxu_hub_status_data()
3652 if (!oxu->reset_done[wIndex]) { in oxu_hub_control()
3658 oxu->reset_done[wIndex]); in oxu_hub_control()
3663 oxu->reset_done[wIndex])) { in oxu_hub_control()
3665 oxu->reset_done[wIndex] = 0; in oxu_hub_control()
3686 oxu->reset_done[wIndex])) { in oxu_hub_control()
3688 oxu->reset_done[wIndex] = 0; in oxu_hub_control()
[all …]
H A Dehci-hcd.c823 ehci->reset_done[i] == 0)) in ehci_irq()
830 ehci->reset_done[i] = jiffies + in ehci_irq()
835 mod_timer(&hcd->rh_timer, ehci->reset_done[i]); in ehci_irq()
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()
H A Dehci.h178 unsigned long reset_done[EHCI_MAX_ROOT_PORTS]; member
/linux-6.15/drivers/media/platform/qcom/camss/
H A Dcamss-csid-780.c237 u8 reset_done; in csid_isr() local
242 reset_done = val & TOP_IRQ_STATUS_RESET_DONE; in csid_isr()
273 if (reset_done) in csid_isr()
H A Dcamss-csid-gen2.c360 u8 reset_done; in csid_isr() local
365 reset_done = val & BIT(TOP_IRQ_STATUS_RESET_DONE); in csid_isr()
380 if (reset_done) in csid_isr()
/linux-6.15/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-6.15/drivers/input/mouse/
H A Delan_i2c.h107 struct completion *reset_done);
/linux-6.15/drivers/vfio/pci/pds/
H A Dpci_drv.c175 .reset_done = pds_vfio_pci_aer_reset_done,
/linux-6.15/include/linux/cdx/
H A Dcdx_bus.h209 void (*reset_done)(struct cdx_device *dev); member
/linux-6.15/drivers/vfio/pci/virtio/
H A Dmain.c207 .reset_done = virtiovf_pci_aer_reset_done,
/linux-6.15/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_err.c189 .reset_done = hbg_pci_err_reset_done,
/linux-6.15/drivers/usb/fotg210/
H A Dfotg210-hcd.c1419 (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()
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()
1630 fotg210->reset_done[wIndex] = 0; in fotg210_hub_control()
1663 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-6.15/drivers/virtio/
H A Dvirtio.c622 ret = drv->reset_done(dev); in virtio_device_restore_priv()
695 if (!drv || !drv->reset_done) in virtio_device_reset_done()
/linux-6.15/include/linux/
H A Dvirtio.h241 int (*reset_done)(struct virtio_device *dev); member
/linux-6.15/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-6.15/drivers/net/ethernet/pensando/ionic/
H A Dionic_bus_pci.c507 .reset_done = ionic_reset_done,
/linux-6.15/drivers/accel/habanalabs/common/
H A Dhabanalabs_drv.c719 .reset_done = hl_pci_reset_done,
/linux-6.15/drivers/net/ethernet/amd/pds_core/
H A Dmain.c571 .reset_done = pdsc_reset_done,
/linux-6.15/drivers/accel/qaic/
H A Dqaic_drv.c656 .reset_done = qaic_pci_reset_done,
/linux-6.15/drivers/vfio/pci/qat/
H A Dmain.c683 .reset_done = qat_vf_pci_aer_reset_done,

123