HomeSort by: relevance | last modified time | path
    Searched refs:wakeup (Results 1 - 25 of 222) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx7d-sbc-imx7.dts 25 wakeup-source;
imx6ul-litesom.dtsi 80 wakeup-source;
imx6ul-liteboard.dts 149 wakeup-source;
  /src/sys/arch/amiga/dev/
event_var.h 70 wakeup((void *)(ev)); \
  /src/sys/arch/atari/dev/
event_var.h 70 wakeup((void *)(ev)); \
  /src/sys/dev/sun/
event_var.h 69 wakeup((void *)(ev)); \
kbdsun.c 136 /* the wakeup for this is in kbd_sun_was_reset(). */
164 /* the wakeup for this is in kbd_sun_new_layout() */
368 wakeup(&k->k_txflags);
454 wakeup((void *)&ks->kbd_id);
502 wakeup((void *)&ks->kbd_layout);
  /src/tests/rump/kernspace/
tsleep.c 58 wakeup(tinythread);
73 wakeup(tinythread);
  /src/share/examples/puffs/pgfs/
pgfs_waitq.c 88 wakeup(struct waitq *wq)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
sun8i-h3-nanopi-neo-air.dts 134 device-wakeup-gpios = <&pio 0 8 GPIO_ACTIVE_HIGH>; /* PA8 */
135 host-wakeup-gpios = <&pio 0 7 GPIO_ACTIVE_HIGH>; /* PA7 */
sun8i-h3-nanopi.dtsi 83 wakeup-source;
sunxi-bananapi-m2-plus.dtsi 87 wakeup-source;
228 device-wakeup-gpios = <&pio 6 13 GPIO_ACTIVE_HIGH>; /* PG13 */
229 host-wakeup-gpios = <&pio 6 11 GPIO_ACTIVE_HIGH>; /* PG11 */
sun7i-a20-cubietruck.dts 321 device-wakeup-gpios = <&pio 7 24 GPIO_ACTIVE_LOW>; /* PH24 */
322 host-wakeup-gpios = <&pio 7 25 GPIO_ACTIVE_LOW>; /* PH25 */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
juno-motherboard.dtsi 52 wakeup-source;
59 wakeup-source;
66 wakeup-source;
73 wakeup-source;
80 wakeup-source;
87 wakeup-source;
  /src/sys/arch/ia64/stand/ia64/ski/
sal_stub.c 49 struct sal_ap_wakeup_descriptor wakeup; member in struct:__anon1544
74 /* AP wakeup. */
76 5, /* Type=AP wakeup descr. */
79 255 /* Wakeup vector. */
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/
stm32h750i-art-pi.dts 216 host-wakeup-gpios = <&gpioc 0 GPIO_ACTIVE_HIGH>;
217 device-wakeup-gpios = <&gpioi 10 GPIO_ACTIVE_HIGH>;
  /src/sys/dev/dmover/
dmover_process.c 158 wakeup(dreq);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt2712-evb.dts 204 wakeup-source;
219 wakeup-source;
  /src/sys/dev/usb/
udsir.c 251 wakeup(&sc->sc_thread);
282 wakeup(&sc->sc_ur_framelen);
283 wakeup(&sc->sc_wr_buf);
415 wakeup(&sc->sc_thread);
478 wakeup(&sc->sc_thread);
513 wakeup(&sc->sc_thread);
563 wakeup(&sc->sc_thread);
841 wakeup(&sc->sc_closing);
897 wakeup(&sc->sc_ur_framelen); /* XXX should use flag */
943 wakeup(&sc->sc_wr_buf)
    [all...]
ustir.c 334 wakeup(&sc->sc_thread);
364 wakeup(&sc->sc_ur_framelen);
365 wakeup(&sc->sc_wr_buf);
414 wakeup(&sc->sc_ur_framelen); /* XXX should use flag */
513 wakeup(&sc->sc_wr_buf);
554 wakeup(&sc->sc_closing);
621 wakeup(&sc->sc_thread);
638 wakeup(&sc->sc_wr_buf);
791 wakeup(&sc->sc_thread);
856 wakeup(&sc->sc_thread)
    [all...]
  /src/sys/fs/nfs/client/
nfs_clnfsiod.c 150 * exit, wakeup() them so that they check ncl_iodmax
157 wakeup(&ncl_iodwant[iod]);
293 wakeup(&nmp->nm_bufq);
338 wakeup(&ncl_numasync);
  /src/lib/librumpuser/
rumpfiber.c 142 int64_t tm, wakeup; local
149 wakeup = tm + 1000; /* wake up in 1s max */
156 } else if (thread->wakeup_time < wakeup)
157 wakeup = thread->wakeup_time;
169 sl.tv_sec = (wakeup - tm) / 1000;
170 sl.tv_nsec = ((wakeup - tm) - 1000 * sl.tv_sec) * 1000000;
  /src/sys/arch/dreamcast/dev/
gdrom.c 224 wakeup(&sc->cmd_active);
470 wakeup(&sc->is_busy);
560 wakeup(&sc->is_busy);
600 wakeup(&sc->is_busy);
  /src/sys/arch/mips/rmi/
rmixl_firmware.h 74 uint64_t wakeup; member in struct:rmixlfw_info
  /src/sys/dev/mscp/
mscpvar.h 279 wakeup((void *) &(mi)->mi_wantcmd); \

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 9