/freebsd/lib/libgpio/ |
H A D | gpio.c | 164 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 D | Makefile | 18 gpio.3 gpio_pin_set.3 \
|
H A D | libgpio.h | 85 int gpio_pin_set(gpio_handle_t, gpio_pin_t, gpio_value_t);
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk_grf_gpio.c | 219 DEVMETHOD(gpio_pin_set, rk_grf_gpio_pin_set),
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | mpc85xx_gpio.c | 277 DEVMETHOD(gpio_pin_set, mpc85xx_gpio_pin_set),
|
/freebsd/sys/dev/p2sb/ |
H A D | lewisburg_gpio.c | 254 DEVMETHOD(gpio_pin_set, lbggpio_pin_set),
|
/freebsd/usr.sbin/gpioctl/ |
H A D | gpioctl.c | 373 if (gpio_pin_set(handle, pinn, pinv) < 0) { in main()
|
/freebsd/sys/arm/mv/ |
H A D | a37x0_gpio.c | 323 DEVMETHOD(gpio_pin_set, a37x0_gpio_pin_set),
|
/freebsd/sys/dev/qcom_tlmm/ |
H A D | qcom_tlmm_ipq4018.c | 374 DEVMETHOD(gpio_pin_set, qcom_tlmm_pin_set),
|
/freebsd/sys/dev/rccgpio/ |
H A D | rccgpio.c | 358 DEVMETHOD(gpio_pin_set, rcc_gpio_pin_set),
|
/freebsd/sys/dev/iicbus/gpio/ |
H A D | pcf8574.c | 402 DEVMETHOD(gpio_pin_set, pcf8574_pin_set),
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_gpio.c | 372 DEVMETHOD(gpio_pin_set, vf_gpio_pin_set),
|
/freebsd/sys/arm/nvidia/ |
H A D | as3722.c | 392 DEVMETHOD(gpio_pin_set, as3722_gpio_pin_set),
|
/freebsd/sys/riscv/starfive/ |
H A D | jh7110_gpio.c | 351 DEVMETHOD(gpio_pin_set, jh7110_gpio_pin_set),
|
/freebsd/sys/dev/gpio/ |
H A D | qoriq_gpio.c | 422 DEVMETHOD(gpio_pin_set, qoriq_gpio_pin_set),
|
H A D | chvgpio.c | 507 DEVMETHOD(gpio_pin_set, chvgpio_pin_set),
|
H A D | bytgpio.c | 665 DEVMETHOD(gpio_pin_set, bytgpio_pin_set),
|
/freebsd/sys/dev/gpio/dwgpio/ |
H A D | dwgpio.c | 410 DEVMETHOD(gpio_pin_set, dwgpio_pin_set),
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | raspberrypi_gpio.c | 441 DEVMETHOD(gpio_pin_set, rpi_fw_gpio_pin_set),
|
/freebsd/sys/riscv/sifive/ |
H A D | sifive_gpio.c | 441 DEVMETHOD(gpio_pin_set, sfgpio_pin_set),
|
/freebsd/sys/arm/xilinx/ |
H A D | zy7_gpio.c | 486 DEVMETHOD(gpio_pin_set, zy7_gpio_pin_set),
|
/freebsd/sys/arm64/apple/ |
H A D | apple_pinctrl.c | 450 DEVMETHOD(gpio_pin_set, apple_pinctrl_pin_set),
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | max77620.c | 495 DEVMETHOD(gpio_pin_set, max77620_gpio_pin_set),
|
/freebsd/sys/dev/amdgpio/ |
H A D | amdgpio.c | 553 DEVMETHOD(gpio_pin_set, amdgpio_pin_set),
|
/freebsd/sys/dev/ftgpio/ |
H A D | ftgpio.c | 585 DEVMETHOD(gpio_pin_set, ftgpio_gpio_pin_set),
|