Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/usb/host/
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()
827 ehci->reset_done[wIndex] = jiffies in ehci_hub_control()
898 if (!ehci->reset_done[wIndex]) { in ehci_hub_control()
903 ehci->reset_done[wIndex] = jiffies in ehci_hub_control()
909 ehci->reset_done[wIndex]); in ehci_hub_control()
913 } else if (!time_after_eq(jiffies, ehci->reset_done[wIndex])) { in ehci_hub_control()
920 ehci->reset_done[wIndex] = 0; in ehci_hub_control()
939 ehci->reset_done [wIndex] = 0; in ehci_hub_control()
994 ehci->reset_done[wIndex] = 0; in ehci_hub_control()
[all …]
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()
Doxu210hp-hcd.c439 unsigned long reset_done[EHCI_MAX_ROOT_PORTS]; member
851 oxu->reset_done[index] = 0; in check_reset_complete()
2916 || oxu->reset_done[i] != 0) in oxu210_hcd_irq()
2923 oxu->reset_done[i] = jiffies + in oxu210_hcd_irq()
2926 mod_timer(&hcd->rh_timer, oxu->reset_done[i]); in oxu210_hcd_irq()
3533 oxu->reset_done[i] = 0; in oxu_hub_status_data()
3535 time_after_eq(jiffies, oxu->reset_done[i]))) { in oxu_hub_status_data()
3623 oxu->reset_done[wIndex] = jiffies in oxu_hub_control()
3676 if (!oxu->reset_done[wIndex]) { in oxu_hub_control()
3678 oxu->reset_done[wIndex] = jiffies in oxu_hub_control()
[all …]
Dfotg210-hcd.c1427 (fotg210->reset_done[0] && in fotg210_hub_status_data()
1428 time_after_eq(jiffies, fotg210->reset_done[0]))) { in fotg210_hub_status_data()
1521 fotg210->reset_done[wIndex] = jiffies in fotg210_hub_control()
1572 if (!fotg210->reset_done[wIndex]) { in fotg210_hub_control()
1574 fotg210->reset_done[wIndex] = jiffies in fotg210_hub_control()
1578 fotg210->reset_done[wIndex]); in fotg210_hub_control()
1583 fotg210->reset_done[wIndex])) { in fotg210_hub_control()
1586 fotg210->reset_done[wIndex] = 0; in fotg210_hub_control()
1608 fotg210->reset_done[wIndex])) { in fotg210_hub_control()
1610 fotg210->reset_done[wIndex] = 0; in fotg210_hub_control()
[all …]
Dehci-hcd.c820 ehci->reset_done[i] == 0)) in ehci_irq()
827 ehci->reset_done[i] = jiffies + in ehci_irq()
832 mod_timer(&hcd->rh_timer, ehci->reset_done[i]); in ehci_irq()
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()
Dfotg210.h139 unsigned long reset_done[FOTG210_MAX_ROOT_PORTS]; member
Dehci.h178 unsigned long reset_done[EHCI_MAX_ROOT_PORTS]; member
Du132-hcd.c2635 u16 reset_done; in u132_roothub_portreset() local
2640 reset_done = now + PORT_RESET_MSEC; in u132_roothub_portreset()
2652 } while (tick_before(now, reset_done)); in u132_roothub_portreset()
2675 } while (tick_before(now, reset_done)); in u132_roothub_portreset()
/linux-6.1.9/drivers/usb/isp1760/
Disp1760-hcd.h70 unsigned long reset_done; member
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.1.9/drivers/media/platform/qcom/camss/
Dcamss-csid-gen2.c504 u8 reset_done; in csid_isr() local
508 reset_done = val & BIT(TOP_IRQ_STATUS_RESET_DONE); in csid_isr()
519 if (reset_done) in csid_isr()
/linux-6.1.9/drivers/w1/masters/
Dds1wm.c223 DECLARE_COMPLETION_ONSTACK(reset_done); in ds1wm_reset()
225 ds1wm_data->reset_complete = &reset_done; in ds1wm_reset()
233 timeleft = wait_for_completion_timeout(&reset_done, DS1WM_TIMEOUT); in ds1wm_reset()
/linux-6.1.9/drivers/input/mouse/
Delan_i2c.h107 struct completion *reset_done);
/linux-6.1.9/drivers/mmc/core/
Dblock.c123 unsigned int reset_done; member
1003 if (md->reset_done & type) in mmc_blk_reset()
1006 md->reset_done |= type; in mmc_blk_reset()
1028 md->reset_done &= ~type; in mmc_blk_reset_success()
/linux-6.1.9/drivers/vfio/pci/mlx5/
Dmain.c666 .reset_done = mlx5vf_pci_aer_reset_done,
/linux-6.1.9/drivers/vfio/pci/
Dvfio_pci_core.c2511 bool reset_done = false; in vfio_pci_dev_set_try_reset() local
2529 reset_done = true; in vfio_pci_dev_set_try_reset()
2532 if (reset_done) in vfio_pci_dev_set_try_reset()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h569 void (*reset_done)(struct hnae3_ae_dev *ae_dev); member
Dhns3_enet.c3203 if (ae_dev->ops && ae_dev->ops->reset_done) in hns3_resume()
3204 ae_dev->ops->reset_done(ae_dev); in hns3_resume()
3277 if (ae_dev && ae_dev->ops && ae_dev->ops->reset_done) in hns3_reset_done()
3278 ae_dev->ops->reset_done(ae_dev); in hns3_reset_done()
3285 .reset_done = hns3_reset_done,
/linux-6.1.9/drivers/net/ethernet/ibm/
Dibmvnic.h982 struct completion reset_done; member
Dibmvnic.c3031 complete(&adapter->reset_done); in __ibmvnic_reset()
3275 reinit_completion(&adapter->reset_done); in wait_for_reset()
3283 rc = ibmvnic_wait_for_completion(adapter, &adapter->reset_done, 60000); in wait_for_reset()
3298 reinit_completion(&adapter->reset_done); in wait_for_reset()
3305 rc = ibmvnic_wait_for_completion(adapter, &adapter->reset_done, in wait_for_reset()
6069 init_completion(&adapter->reset_done); in ibmvnic_probe()
/linux-6.1.9/drivers/bus/mhi/host/
Dpci_generic.c1070 .reset_done = mhi_pci_reset_done,
/linux-6.1.9/drivers/crypto/hisilicon/sec2/
Dsec_main.c1311 .reset_done = hisi_qm_reset_done,
/linux-6.1.9/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.c1317 .reset_done = hisi_acc_vf_pci_aer_reset_done,
/linux-6.1.9/drivers/crypto/hisilicon/zip/
Dzip_main.c1298 .reset_done = hisi_qm_reset_done,

12