/freebsd/lib/libgpio/ |
H A D | libgpio.h | 86 int gpio_pin_toggle(gpio_handle_t, gpio_pin_t);
|
H A D | gpio.c | 180 gpio_pin_toggle(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_toggle() function
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | mpc85xx_gpio.c | 278 DEVMETHOD(gpio_pin_toggle, mpc85xx_gpio_pin_toggle),
|
/freebsd/sys/dev/p2sb/ |
H A D | lewisburg_gpio.c | 256 DEVMETHOD(gpio_pin_toggle, lbggpio_pin_toggle),
|
/freebsd/usr.sbin/gpioctl/ |
H A D | gpioctl.c | 319 if (gpio_pin_toggle(handle, pinn) < 0) { in main()
|
/freebsd/sys/arm/mv/ |
H A D | a37x0_gpio.c | 324 DEVMETHOD(gpio_pin_toggle, a37x0_gpio_pin_toggle),
|
/freebsd/sys/dev/qcom_tlmm/ |
H A D | qcom_tlmm_ipq4018.c | 375 DEVMETHOD(gpio_pin_toggle, qcom_tlmm_pin_toggle),
|
/freebsd/sys/dev/rccgpio/ |
H A D | rccgpio.c | 359 DEVMETHOD(gpio_pin_toggle, rcc_gpio_pin_toggle),
|
/freebsd/sys/dev/iicbus/gpio/ |
H A D | pcf8574.c | 403 DEVMETHOD(gpio_pin_toggle, pcf8574_pin_toggle),
|
H A D | tca64xx.c | 140 DEVMETHOD(gpio_pin_toggle, tca64xx_pin_toggle),
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_gpio.c | 370 DEVMETHOD(gpio_pin_toggle, vf_gpio_pin_toggle),
|
/freebsd/sys/arm/nvidia/ |
H A D | as3722.c | 393 DEVMETHOD(gpio_pin_toggle, as3722_gpio_pin_toggle),
|
/freebsd/sys/riscv/starfive/ |
H A D | jh7110_gpio.c | 352 DEVMETHOD(gpio_pin_toggle, jh7110_gpio_pin_toggle),
|
/freebsd/sys/dev/gpio/dwgpio/ |
H A D | dwgpio.c | 408 DEVMETHOD(gpio_pin_toggle, dwgpio_pin_toggle),
|
/freebsd/sys/dev/gpio/ |
H A D | qoriq_gpio.c | 425 DEVMETHOD(gpio_pin_toggle, qoriq_gpio_pin_toggle),
|
H A D | chvgpio.c | 508 DEVMETHOD(gpio_pin_toggle, chvgpio_pin_toggle),
|
H A D | bytgpio.c | 666 DEVMETHOD(gpio_pin_toggle, bytgpio_pin_toggle),
|
H A D | pl061.c | 573 DEVMETHOD(gpio_pin_toggle, pl061_pin_toggle),
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | raspberrypi_gpio.c | 442 DEVMETHOD(gpio_pin_toggle, rpi_fw_gpio_pin_toggle),
|
/freebsd/sys/riscv/sifive/ |
H A D | sifive_gpio.c | 443 DEVMETHOD(gpio_pin_toggle, sfgpio_pin_toggle),
|
/freebsd/sys/arm/xilinx/ |
H A D | zy7_gpio.c | 487 DEVMETHOD(gpio_pin_toggle, zy7_gpio_pin_toggle),
|
/freebsd/sys/arm64/apple/ |
H A D | apple_pinctrl.c | 451 DEVMETHOD(gpio_pin_toggle, apple_pinctrl_pin_toggle),
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | max77620.c | 496 DEVMETHOD(gpio_pin_toggle, max77620_gpio_pin_toggle),
|
/freebsd/sys/dev/amdgpio/ |
H A D | amdgpio.c | 554 DEVMETHOD(gpio_pin_toggle, amdgpio_pin_toggle),
|
/freebsd/sys/dev/ftgpio/ |
H A D | ftgpio.c | 587 DEVMETHOD(gpio_pin_toggle, ftgpio_gpio_pin_toggle),
|