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

12

/freebsd-13-stable/lib/libgpio/
H A DMakefile20 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-13-stable/sys/arm/mv/
H A Da37x0_gpio.c325 DEVMETHOD(gpio_pin_set, a37x0_gpio_pin_set),
/freebsd-13-stable/usr.sbin/gpioctl/
H A Dgpioctl.c375 if (gpio_pin_set(handle, pinn, pinv) < 0) {
376 perror("gpio_pin_set");
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dmpc85xx_gpio.c281 DEVMETHOD(gpio_pin_set, mpc85xx_gpio_pin_set),
H A Dqoriq_gpio.c299 DEVMETHOD(gpio_pin_set, qoriq_gpio_pin_set),
/freebsd-13-stable/sys/dev/rccgpio/
H A Drccgpio.c359 DEVMETHOD(gpio_pin_set, rcc_gpio_pin_set),
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_gpio.c374 DEVMETHOD(gpio_pin_set, vf_gpio_pin_set),
/freebsd-13-stable/sys/arm/nvidia/
H A Das3722.c394 DEVMETHOD(gpio_pin_set, as3722_gpio_pin_set),
/freebsd-13-stable/sys/arm/xilinx/
H A Dzy7_gpio.c363 DEVMETHOD(gpio_pin_set, zy7_gpio_pin_set),
/freebsd-13-stable/sys/dev/amdgpio/
H A Damdgpio.c460 DEVMETHOD(gpio_pin_set, amdgpio_pin_set),
/freebsd-13-stable/sys/dev/gpio/
H A Dchvgpio.c508 DEVMETHOD(gpio_pin_set, chvgpio_pin_set),
H A Dbytgpio.c665 DEVMETHOD(gpio_pin_set, bytgpio_pin_set),
H A Dpl061.c569 DEVMETHOD(gpio_pin_set, pl061_pin_set),
/freebsd-13-stable/sys/dev/gpio/dwgpio/
H A Ddwgpio.c412 DEVMETHOD(gpio_pin_set, dwgpio_pin_set),
/freebsd-13-stable/sys/dev/iicbus/gpio/
H A Dtca6416.c122 DEVMETHOD(gpio_pin_set, tca6416_pin_set),
/freebsd-13-stable/sys/mips/atheros/ar531x/
H A Dar5315_gpio.c520 DEVMETHOD(gpio_pin_set, ar5315_gpio_pin_set),
/freebsd-13-stable/sys/mips/cavium/
H A Docteon_gpio.c496 DEVMETHOD(gpio_pin_set, octeon_gpio_pin_set),
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Draspberrypi_gpio.c442 DEVMETHOD(gpio_pin_set, rpi_fw_gpio_pin_set),
/freebsd-13-stable/sys/arm64/nvidia/tegra210/
H A Dmax77620.c494 DEVMETHOD(gpio_pin_set, max77620_gpio_pin_set),
/freebsd-13-stable/sys/arm64/qoriq/
H A Dls1046_gpio.c119 DEVMETHOD(gpio_pin_set, qoriq_gpio_pin_set),
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_gpio.c448 DEVMETHOD(gpio_pin_set, rk_gpio_pin_set),
/freebsd-13-stable/sys/dev/nctgpio/
H A Dnctgpio.c768 DEVMETHOD(gpio_pin_set, nct_gpio_pin_set),
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c830 DEVMETHOD(gpio_pin_set, chipc_gpio_pin_set),

Completed in 202 milliseconds

12