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

/netbsd-current/sys/modules/pud/
H A DMakefile5 .PATH: ${S}/dev/pud
7 KMOD= pud
8 SRCS= pud.c pud_dev.c
/netbsd-current/sys/dev/pud/
H A DMakefile4 INCSDIR=/usr/include/dev/pud
H A Dpud_sys.h36 #include <dev/pud/pud_msgif.h>
H A Dpud.c1 /* $NetBSD: pud.c,v 1.10 2011/02/07 03:14:28 jakllsch Exp $ */
32 __KERNEL_RCSID(0, "$NetBSD: pud.c,v 1.10 2011/02/07 03:14:28 jakllsch Exp $");
41 #include <dev/pud/pud_sys.h>
183 printf("pud version mismatch %d vs %d\n",
386 MODULE(MODULE_CLASS_DRIVER, pud, "putter");
397 return devsw_attach("pud", NULL, &bmajor,
H A Dpud_dev.c43 #include <dev/pud/pud_sys.h>
/netbsd-current/sys/rump/dev/lib/libpud/
H A DMakefile4 .PATH: ${.CURDIR}/../../../../dev/pud
9 SRCS= pud.c pud_dev.c
/netbsd-current/sys/rump/dev/lib/libputter/
H A DMakefile7 COMMENT=User/kernel protocol transporter (for puffs and pud)
/netbsd-current/sys/rump/dev/
H A DMakefile.rumpdevcomp5 pad pud putter raidframe rnd scsipi sysmon vnd wscons \
/netbsd-current/sys/dev/
H A DMakefile5 microcode ofw pci pckbport pcmcia pud putter raidframe sbus scsipi \
/netbsd-current/share/examples/pud/intro/
H A Dintro.c12 * 1) run this program with the argument "/dev/pud"
20 #include <dev/pud/pud_msgif.h>
55 * open pud device
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_gpio.c815 bcm283x_pin_setpull(const struct bcmgpio_softc * const sc, u_int pin, u_int pud) argument
828 BCM2835_GPIO_GPPUD, pud);
841 switch (pud) {
843 pud = BCM2838_GPIO_GPPUD_PULLUP;
846 pud = BCM2838_GPIO_GPPUD_PULLDOWN;
849 pud = BCM2838_GPIO_GPPUD_PULLOFF;
856 reg |= __SHIFTIN(pud, mask);
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_var.h115 uint32_t pud; member in struct:exynos_gpio_pin_cfg
H A Dexynos_gpio.c302 ncfg.pud = EXYNOS_GPIO_PIN_PULL_UP;
306 ncfg.pud = EXYNOS_GPIO_PIN_PULL_DOWN;
339 val |= (cfg->pud << (pin * 2));
404 bank->bank_cfg.pud = GPIO_READ(bank, EXYNOS_GPIO_PUD);
H A Dexynos_pinctrl.c140 gc->pud_valid = of_getprop_uint32(phandle, "samsung,pin-pud", &gc->pud) == 0;
/netbsd-current/share/examples/rump/umserv/
H A Dumserv.c31 * using pud(4). The resulting block devices can be e.g. read
47 #include <dev/pud/pud_msgif.h>
/netbsd-current/share/examples/rump/ttyserv/
H A Dttyserv.c31 * using pud(4).
37 #include <dev/pud/pud_msgif.h>
/netbsd-current/share/man/man4/
H A DMakefile54 pseye.4 ptcd.4 ptm.4 pty.4 puc.4 pud.4 puffs.4 pwdog.4 px.4 pxagpio.4 \
/netbsd-current/etc/
H A DMAKEDEV.tmpl2205 mkdev pud c %putter_chr% 1 600

Completed in 146 milliseconds