Searched defs:pin_def (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/arm/sunxi/ |
H A D | sunxi_gpio.c | 175 const struct sunxi_gpio_pins *pin_def; global() member 194 const struct sunxi_gpio_pins *pin_def; sunxi_gpio_lookup() local 209 const struct sunxi_gpio_pins *pin_def; sunxi_gpio_lookup_byname() local 223 sunxi_gpio_setfunc(struct sunxi_gpio_softc * sc,const struct sunxi_gpio_pins * pin_def,const char * func) sunxi_gpio_setfunc() argument 258 sunxi_gpio_setpull(struct sunxi_gpio_softc * sc,const struct sunxi_gpio_pins * pin_def,int flags) sunxi_gpio_setpull() argument 286 sunxi_gpio_setdrv(struct sunxi_gpio_softc * sc,const struct sunxi_gpio_pins * pin_def,int drive_strength) sunxi_gpio_setdrv() argument 311 sunxi_gpio_ctl(struct sunxi_gpio_softc * sc,const struct sunxi_gpio_pins * pin_def,int flags) sunxi_gpio_ctl() argument 328 const struct sunxi_gpio_pins *pin_def; sunxi_gpio_acquire() local 378 const struct sunxi_gpio_pins *pin_def = pin->pin_def; sunxi_gpio_read() local 407 const struct sunxi_gpio_pins *pin_def = pin->pin_def; sunxi_gpio_write() local 470 sunxi_intr_enable(struct sunxi_gpio_softc * sc,const struct sunxi_gpio_pins * pin_def,u_int mode,bool mpsafe,int (* func)(void *),void * arg) sunxi_intr_enable() argument 549 const struct sunxi_gpio_pins *pin_def; sunxi_fdt_intr_establish() local 607 const struct sunxi_gpio_pins *pin_def; sunxi_fdt_intrstr() local 639 const struct sunxi_gpio_pins *pin_def; sunxi_gpio_intr_establish() local 684 const struct sunxi_gpio_pins *pin_def; sunxi_gpio_intrstr() local 770 sunxi_pinctrl_enable_regulator(struct sunxi_gpio_softc * sc,const struct sunxi_gpio_pins * pin_def) sunxi_pinctrl_enable_regulator() argument 830 const struct sunxi_gpio_pins *pin_def; sunxi_pinctrl_set_config() local 887 const struct sunxi_gpio_pins *pin_def = &sc->sc_padconf->pins[pin]; sunxi_gpio_pin_read() local 907 const struct sunxi_gpio_pins *pin_def = &sc->sc_padconf->pins[pin]; sunxi_gpio_pin_write() local 929 const struct sunxi_gpio_pins *pin_def = &sc->sc_padconf->pins[pin]; sunxi_gpio_pin_ctl() local 942 const struct sunxi_gpio_pins *pin_def; sunxi_gpio_attach_ports() local 1048 const struct sunxi_gpio_pins *pin_def = &sc->sc_padconf->pins[i]; sunxi_gpio_attach() local [all...] |
/netbsd-src/sys/arch/arm/amlogic/ |
H A D | meson_pinctrl.c | 69 const struct meson_pinctrl_gpio *pin_def; member 235 const struct meson_pinctrl_gpio *pin_def = &sc->sc_conf->gpios[pin]; in meson_pinctrl_pin_read() local 254 const struct meson_pinctrl_gpio *pin_def = &sc->sc_conf->gpios[pin]; in meson_pinctrl_pin_write() local 275 const struct meson_pinctrl_gpio *pin_def, int flags) in meson_pinctrl_pin_dir() 295 const struct meson_pinctrl_gpio *pin_def = &sc->sc_conf->gpios[pin]; in meson_pinctrl_pin_ctl() local 345 const struct meson_pinctrl_gpio *pin_def; in meson_pinctrl_gpio_acquire() local 388 const struct meson_pinctrl_gpio *pin_def = gpin->pin_def; in meson_pinctrl_gpio_release() local 404 const struct meson_pinctrl_gpio *pin_def = gpin->pin_def; in meson_pinctrl_gpio_read() local 419 const struct meson_pinctrl_gpio *pin_def = gpin->pin_def; in meson_pinctrl_gpio_write() local 491 const struct meson_pinctrl_gpio *pin_def; in meson_pinctrl_initgpio() local
|
/netbsd-src/sys/arch/arm/nvidia/ |
H A D | tegra_pinmux.c | 88 const struct tegra_pinmux_pins *pin_def; in tegra_pinmux_lookup_byname() local 101 tegra_pinmux_lookup_func(const struct tegra_pinmux_pins *pin_def, const int phandle) in tegra_pinmux_lookup_func() 127 const struct tegra_pinmux_pins *pin_def, const int phandle) in tegra_pinmux_pin_config() 211 const struct tegra_pinmux_pins *pin_def; in tegra_pinmux_set_config() local
|