Searched refs:wakeup (Results 1 - 18 of 18) sorted by relevance

/u-boot/include/
H A Dphy-mipi-dphy.h245 * @wakeup:
253 unsigned int wakeup; member in struct:phy_configure_opts_mipi_dphy
/u-boot/drivers/video/tegra20/
H A Dmipi-phy.h40 unsigned int wakeup; member in struct:mipi_dphy_timing
H A Dmipi-phy.c53 timing->wakeup = 1000000;
130 if (timing->wakeup < 1000000)
/u-boot/drivers/phy/
H A Dphy-core-mipi-dphy.c69 cfg->wakeup = 1000;
156 if (cfg->wakeup < 1000)
H A Dmeson-axg-mipi-dphy.c259 DIV_ROUND_UP(priv->config.wakeup * NSEC_PER_MSEC, temp));
/u-boot/include/linux/usb/
H A Dgadget.h465 int (*wakeup)(struct usb_gadget *); member in struct:usb_gadget_ops
635 * remote wakeup even when hosts don't explicitly enable it.
639 if (!gadget->ops->wakeup)
641 return gadget->ops->wakeup(gadget);
/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h30 u32 wakeup; /* 30 */ member in struct:pllctl_regs
/u-boot/arch/x86/cpu/
H A DMakefile71 obj-$(CONFIG_HAVE_ACPI_RESUME) += wakeup.o
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c384 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; local
491 wakeup = 0x3ff;
523 T_WAKEUP_CNT_HI(wakeup >> 8));
525 T_WAKEUP_CNT_LO(wakeup));
/u-boot/arch/arm/cpu/armv7/
H A Dnonsec_virt.S218 beq smp_waitloop @ again (due to a spurious wakeup)
/u-boot/drivers/usb/mtu3/
H A Dmtu3_gadget.c423 /* remote wakeup feature is not enabled by host */
556 .wakeup = mtu3_gadget_wakeup,
/u-boot/drivers/usb/gadget/
H A Dmax3420_udc.c462 /* Only if wakeup allowed by host */
486 .wakeup = max3420_wakeup,
730 dev_dbg(udc->dev, "Asked Host to wakeup\n");
H A Datmel_usba_udc.c512 .wakeup = usba_udc_wakeup,
H A Dat91_udc.c794 .wakeup = at91_wakeup,
927 * Hosts may set or clear remote wakeup status, and
/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget.c42 * + remote wakeup to Linux hosts work, but saw USBCV failures;
1686 dev_dbg(musb->controller, "issue wakeup\n");
1796 .wakeup = musb_gadget_wakeup,
/u-boot/drivers/usb/cdns3/
H A Dgadget.c2249 /* Start driving resume signaling to indicate remote wakeup. */
2419 .wakeup = cdns3_gadget_wakeup,
/u-boot/drivers/usb/dwc3/
H A Dgadget.c1322 * According to the Databook Remote wakeup request should
1331 dev_dbg(dwc->dev, "no wakeup on SuperSpeed\n");
1343 dev_dbg(dwc->dev, "can't wakeup from link state %d\n",
1375 dev_err(dwc->dev, "failed to send remote wakeup\n");
1612 .wakeup = dwc3_gadget_wakeup,
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-cgx.h2621 u64 wakeup : 1; member in struct:cgxx_gmp_gmix_tx_eee::cgxx_gmp_gmix_tx_eee_s
5535 u64 wakeup : 1; member in struct:cgxx_smux_tx_eee::cgxx_smux_tx_eee_s

Completed in 410 milliseconds