Searched refs:gpio_pin (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_gpiovar.h41 struct gpio_pin gpio_pins[NGPIO];
H A Drt305x_gpio.c70 struct gpio_pin *pin, uint32_t flags);
100 rt305x_gpio_pin_configure(struct rt305x_gpio_softc *sc, struct gpio_pin *pin,
/freebsd-11-stable/sys/dev/extres/regulator/
H A Dregulator_fixed.h38 struct gpiobus_pin *gpio_pin; member in struct:regnode_fixed_init_def
H A Dregulator_fixed.c56 struct gpiobus_pin gpio_pin; member in struct:gpio_entry
96 regnode_get_gpio_entry(struct gpiobus_pin *gpio_pin) argument
102 busdev = GPIO_GET_BUS(gpio_pin->dev);
111 if (tmp->gpio_pin.dev == gpio_pin->dev &&
112 tmp->gpio_pin.pin == gpio_pin->pin) {
122 rv = gpiobus_acquire_pin(busdev, gpio_pin->pin);
129 entry->gpio_pin = *gpio_pin;
326 struct gpiobus_pin gpio_pin; member in struct:regfix_softc
[all...]
/freebsd-11-stable/sys/sys/
H A Dgpio.h86 struct gpio_pin { struct
168 #define GPIOGETCONFIG _IOWR('G', 1, struct gpio_pin)
169 #define GPIOSETCONFIG _IOW('G', 2, struct gpio_pin)
173 #define GPIOSETNAME _IOW('G', 6, struct gpio_pin)
/freebsd-11-stable/sys/arm/ti/
H A Dti_pinmux.h48 uint16_t gpio_pin; member in struct:ti_pinmux_padconf
H A Dti_pinmux.c265 if (padconf->gpio_pin == gpio)
310 if (padconf->gpio_pin == gpio)
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_gpiovar.h53 struct gpio_pin gpio_pins[OCTEON_GPIO_PINS];
H A Docteon_gpio.c79 struct gpio_pin *pin, uint32_t flags);
106 octeon_gpio_pin_configure(struct octeon_gpio_softc *sc, struct gpio_pin *pin,
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_gpiovar.h68 struct gpio_pin *gpio_pins;
H A Dar71xx_gpio.c72 struct gpio_pin *pin, uint32_t flags);
142 ar71xx_gpio_pin_configure(struct ar71xx_gpio_softc *sc, struct gpio_pin *pin,
/freebsd-11-stable/lib/libgpio/
H A Dgpio.c107 struct gpio_pin gppin;
124 struct gpio_pin gppin;
140 struct gpio_pin gppin;
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_gpio.c68 struct gpio_pin sc_pins[IXP4XX_GPIO_PINS];
108 struct gpio_pin *pin, uint32_t flags);
143 avila_gpio_pin_configure(struct avila_gpio_softc *sc, struct gpio_pin *pin,
H A Dcambria_gpio.c87 struct gpio_pin sc_pins[GPIO_PINS];
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_gpio.c95 struct gpio_pin gpio_pins[NGPIO];
292 vf_gpio_pin_configure(struct vf_gpio_softc *sc, struct gpio_pin *pin,
/freebsd-11-stable/sys/dev/nctgpio/
H A Dnctgpio.c104 struct gpio_pin pins[NCT_MAX_PIN + 1];
525 struct gpio_pin *pin;
714 struct gpio_pin *pin;
/freebsd-11-stable/sys/arm/altera/socfpga/
H A Dsocfpga_gpio.c129 struct gpio_pin gpio_pins[NR_GPIO_MAX];
352 struct gpio_pin *pin, unsigned int flags)
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_gpio.c135 struct gpio_pin gpio_pins[NGPIO];
151 struct gpio_pin *pin, uint32_t val)
163 gpio_read(struct tegra_gpio_softc *sc, bus_size_t reg, struct gpio_pin *pin)
174 tegra_gpio_pin_configure(struct tegra_gpio_softc *sc, struct gpio_pin *pin,
/freebsd-11-stable/sys/dev/gpio/
H A Dgpioc.c126 struct gpio_pin pin;
/freebsd-11-stable/sys/dev/amdgpio/
H A Damdgpio.h324 struct gpio_pin sc_gpio_pins[AMD_GPIO_PINS_MAX];
/freebsd-11-stable/sys/arm/rockchip/
H A Drk30xx_gpio.c83 struct gpio_pin sc_gpio_pins[RK30_GPIO_PINS];
184 rk30_gpio_pin_configure(struct rk30_gpio_softc *sc, struct gpio_pin *pin,
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_gpio.c119 struct gpio_pin gpio_pins[NGPIO];
145 struct gpio_pin *, uint32_t);
509 imx51_gpio_pin_configure(struct imx51_gpio_softc *sc, struct gpio_pin *pin,
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_pad.c116 struct gpio_pin gpio_pins[MAX_NGPIO];
737 pad_pin_configure(struct pad_softc *sc, struct gpio_pin *pin,
/freebsd-11-stable/sys/arm/ti/omap4/
H A Domap4_scm_padconf.c67 .gpio_pin = gp, \
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c113 struct gpio_pin sc_gpio_pins[BCM_GPIO_PINS];
335 bcm_gpio_pin_configure(struct bcm_gpio_softc *sc, struct gpio_pin *pin,

Completed in 195 milliseconds

12