Searched refs:gpio_pin_set (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/lib/libgpio/
H A DMakefile21 gpio.3 gpio_pin_set.3 \
H A Dlibgpio.h87 int gpio_pin_set(gpio_handle_t, gpio_pin_t, int);
H A Dgpio.c166 gpio_pin_set(gpio_handle_t handle, gpio_pin_t pin, gpio_value_t value) function
197 return (gpio_pin_set(handle, pin, GPIO_VALUE_LOW));
203 return (gpio_pin_set(handle, pin, GPIO_VALUE_HIGH));
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_gpio.c354 DEVMETHOD(gpio_pin_set, aml8726_gpio_pin_set),
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dmpc85xx_gpio.c292 DEVMETHOD(gpio_pin_set, mpc85xx_gpio_pin_set),
H A Dqoriq_gpio.c294 DEVMETHOD(gpio_pin_set, qoriq_gpio_pin_set),
/freebsd-11-stable/usr.sbin/gpioctl/
H A Dgpioctl.c368 if (gpio_pin_set(handle, pinn, pinv) < 0) {
369 perror("gpio_pin_set");
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_gpio.c375 DEVMETHOD(gpio_pin_set, vf_gpio_pin_set),
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_gpio.c356 DEVMETHOD(gpio_pin_set, avila_gpio_pin_set),
H A Dcambria_gpio.c489 DEVMETHOD(gpio_pin_set, cambria_gpio_pin_set),
/freebsd-11-stable/sys/dev/rccgpio/
H A Drccgpio.c359 DEVMETHOD(gpio_pin_set, rcc_gpio_pin_set),
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722.c394 DEVMETHOD(gpio_pin_set, as3722_gpio_pin_set),
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_gpio.c363 DEVMETHOD(gpio_pin_set, zy7_gpio_pin_set),
/freebsd-11-stable/sys/arm/allwinner/
H A Daxp81x.c494 DEVMETHOD(gpio_pin_set, axp81x_gpio_pin_set),
/freebsd-11-stable/sys/arm/altera/socfpga/
H A Dsocfpga_gpio.c441 DEVMETHOD(gpio_pin_set, socfpga_gpio_pin_set),
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_gpio.c494 DEVMETHOD(gpio_pin_set, octeon_gpio_pin_set),
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_gpio.c550 DEVMETHOD(gpio_pin_set, lpc_gpio_pin_set),
/freebsd-11-stable/sys/dev/gpio/
H A Dchvgpio.c506 DEVMETHOD(gpio_pin_set, chvgpio_pin_set),
H A Dbytgpio.c664 DEVMETHOD(gpio_pin_set, bytgpio_pin_set),
/freebsd-11-stable/sys/dev/amdgpio/
H A Damdgpio.c460 DEVMETHOD(gpio_pin_set, amdgpio_pin_set),
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_gpio.c577 DEVMETHOD(gpio_pin_set, ar71xx_gpio_pin_set),
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_gpio_v1.c645 DEVMETHOD(gpio_pin_set, mtk_gpio_pin_set),
H A Dmtk_gpio_v2.c642 DEVMETHOD(gpio_pin_set, mtk_gpio_pin_set),
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_gpio.c613 DEVMETHOD(gpio_pin_set, rt305x_gpio_pin_set),
/freebsd-11-stable/sys/arm/rockchip/
H A Drk30xx_gpio.c500 DEVMETHOD(gpio_pin_set, rk30_gpio_pin_set),

Completed in 479 milliseconds

12