Home
last modified time | relevance | path

Searched refs:gpio_pin_set (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/lib/libgpio/
H A Dgpio.c164 gpio_pin_set(gpio_handle_t handle, gpio_pin_t pin, gpio_value_t value) in gpio_pin_set() function
195 return (gpio_pin_set(handle, pin, GPIO_VALUE_LOW)); in gpio_pin_low()
201 return (gpio_pin_set(handle, pin, GPIO_VALUE_HIGH)); in gpio_pin_high()
H A DMakefile18 gpio.3 gpio_pin_set.3 \
H A Dlibgpio.h85 int gpio_pin_set(gpio_handle_t, gpio_pin_t, gpio_value_t);
/freebsd/sys/arm64/rockchip/
H A Drk_grf_gpio.c219 DEVMETHOD(gpio_pin_set, rk_grf_gpio_pin_set),
/freebsd/sys/powerpc/mpc85xx/
H A Dmpc85xx_gpio.c277 DEVMETHOD(gpio_pin_set, mpc85xx_gpio_pin_set),
/freebsd/sys/dev/p2sb/
H A Dlewisburg_gpio.c254 DEVMETHOD(gpio_pin_set, lbggpio_pin_set),
/freebsd/usr.sbin/gpioctl/
H A Dgpioctl.c373 if (gpio_pin_set(handle, pinn, pinv) < 0) { in main()
/freebsd/sys/arm/mv/
H A Da37x0_gpio.c323 DEVMETHOD(gpio_pin_set, a37x0_gpio_pin_set),
/freebsd/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_ipq4018.c374 DEVMETHOD(gpio_pin_set, qcom_tlmm_pin_set),
/freebsd/sys/dev/rccgpio/
H A Drccgpio.c358 DEVMETHOD(gpio_pin_set, rcc_gpio_pin_set),
/freebsd/sys/dev/iicbus/gpio/
H A Dpcf8574.c402 DEVMETHOD(gpio_pin_set, pcf8574_pin_set),
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_gpio.c372 DEVMETHOD(gpio_pin_set, vf_gpio_pin_set),
/freebsd/sys/arm/nvidia/
H A Das3722.c392 DEVMETHOD(gpio_pin_set, as3722_gpio_pin_set),
/freebsd/sys/riscv/starfive/
H A Djh7110_gpio.c351 DEVMETHOD(gpio_pin_set, jh7110_gpio_pin_set),
/freebsd/sys/dev/gpio/
H A Dqoriq_gpio.c422 DEVMETHOD(gpio_pin_set, qoriq_gpio_pin_set),
H A Dchvgpio.c507 DEVMETHOD(gpio_pin_set, chvgpio_pin_set),
H A Dbytgpio.c665 DEVMETHOD(gpio_pin_set, bytgpio_pin_set),
/freebsd/sys/dev/gpio/dwgpio/
H A Ddwgpio.c410 DEVMETHOD(gpio_pin_set, dwgpio_pin_set),
/freebsd/sys/arm/broadcom/bcm2835/
H A Draspberrypi_gpio.c441 DEVMETHOD(gpio_pin_set, rpi_fw_gpio_pin_set),
/freebsd/sys/riscv/sifive/
H A Dsifive_gpio.c441 DEVMETHOD(gpio_pin_set, sfgpio_pin_set),
/freebsd/sys/arm/xilinx/
H A Dzy7_gpio.c486 DEVMETHOD(gpio_pin_set, zy7_gpio_pin_set),
/freebsd/sys/arm64/apple/
H A Dapple_pinctrl.c450 DEVMETHOD(gpio_pin_set, apple_pinctrl_pin_set),
/freebsd/sys/arm64/nvidia/tegra210/
H A Dmax77620.c495 DEVMETHOD(gpio_pin_set, max77620_gpio_pin_set),
/freebsd/sys/dev/amdgpio/
H A Damdgpio.c553 DEVMETHOD(gpio_pin_set, amdgpio_pin_set),
/freebsd/sys/dev/ftgpio/
H A Dftgpio.c585 DEVMETHOD(gpio_pin_set, ftgpio_gpio_pin_set),

12