Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 – 25 of 103) sorted by relevance

12345

/rk3399_rockchip-uboot/arch/arm/dts/
H A Dat91sam9261ek.dts143 wakeup-source;
187 wakeup-source;
194 wakeup-source;
201 wakeup-source;
208 wakeup-source;
H A Dat91sam9g20ek_common.dtsi108 atmel,wakeup-counter = <10>;
109 atmel,wakeup-rtt-timer;
202 wakeup-source;
209 wakeup-source;
H A Dusb_a9263.dts60 atmel,wakeup-counter = <10>;
61 atmel,wakeup-rtt-timer;
137 wakeup-source;
H A Dat91sam9260ek.dts141 atmel,wakeup-counter = <10>;
142 atmel,wakeup-rtt-timer;
179 wakeup-source;
186 wakeup-source;
H A Dexynos4x12.dtsi74 wakup_eint: wakeup-interrupt-controller {
75 compatible = "samsung,exynos4210-wakeup-eint";
H A Dat91sam9g45-gurnard.dts126 atmel,wakeup-counter = <10>;
127 atmel,wakeup-rtt-timer;
H A Dexynos5250.dtsi25 wakup_eint: wakeup-interrupt-controller {
26 compatible = "samsung,exynos4210-wakeup-eint";
H A Dsama5d3xdm.dtsi21 wakeup-source;
H A Dimx6sx-sabreauto.dts55 wakeup-source;
67 wakeup-source;
H A Dsama5d35ek.dts56 wakeup-source;
H A Dam335x-evm.dts91 gpio-key,wakeup;
98 gpio-key,wakeup;
443 st,wakeup-x-lo;
444 st,wakeup-x-hi;
445 st,wakeup-y-lo;
446 st,wakeup-y-hi;
447 st,wakeup-z-lo;
448 st,wakeup-z-hi;
H A Dexynos4210.dtsi96 wakup_eint: wakeup-interrupt-controller {
97 compatible = "samsung,exynos4210-wakeup-eint";
H A Dat91sam9263ek.dts209 wakeup-source;
216 wakeup-source;
H A Dat91sam9rlek.dts221 wakeup-source;
228 wakeup-source;
H A Dat91sam9x5dm.dtsi23 wakeup-source;
H A Drk3288-veyron-chromebook.dtsi28 gpio-key,wakeup;
129 wakeup-source;
H A Dexynos54xx.dtsi144 wakeup-interrupt-controller {
145 compatible = "samsung,exynos4210-wakeup-eint";
H A Dam335x-evmsk.dts131 wakeup-source;
476 st,wakeup-x-lo;
477 st,wakeup-x-hi;
478 st,wakeup-y-lo;
479 st,wakeup-y-hi;
480 st,wakeup-z-lo;
481 st,wakeup-z-hi;
H A Dlogicpd-torpedo-37xx-devkit.dts30 wakeup-source;
37 wakeup-source;
44 wakeup-source;
51 wakeup-source;
/rk3399_rockchip-uboot/include/
H A Dgeneric-phy-mipi-dphy.h253 unsigned int wakeup; member
/rk3399_rockchip-uboot/include/linux/usb/
H A Dgadget.h462 int (*wakeup)(struct usb_gadget *); member
632 if (!gadget->ops->wakeup) in usb_gadget_wakeup()
634 return gadget->ops->wakeup(gadget); in usb_gadget_wakeup()
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dplatform.asl19 /* The _WAK method is called on system wakeup */
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/
H A Dplatform.asl19 /* The _WAK method is called on system wakeup */
/rk3399_rockchip-uboot/arch/x86/cpu/
H A DMakefile49 obj-$(CONFIG_HAVE_ACPI_RESUME) += wakeup.o
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dinno_video_combo_phy.c304 unsigned int wakeup; member
382 timing->wakeup = 1000000000; in mipi_dphy_timing_get_default()
460 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_mipi_dphy_timing_init() local
537 wakeup = 0x3ff; in inno_mipi_dphy_timing_init()
575 T_WAKEUP_CNT_HI(wakeup >> 8)); in inno_mipi_dphy_timing_init()
577 T_WAKEUP_CNT_LO(wakeup)); in inno_mipi_dphy_timing_init()

12345