gpio_pin_set
return (gpio_pin_set(handle, pin, GPIO_VALUE_LOW));
return (gpio_pin_set(handle, pin, GPIO_VALUE_HIGH));
int gpio_pin_set(gpio_handle_t, gpio_pin_t, gpio_value_t);
DEVMETHOD(gpio_pin_set, aw_gpio_pin_set),
DEVMETHOD(gpio_pin_set, axp2xx_gpio_pin_set),
DEVMETHOD(gpio_pin_set, axp8xx_gpio_pin_set),
DEVMETHOD(gpio_pin_set, bcm_gpio_pin_set),
DEVMETHOD(gpio_pin_set, rpi_fw_gpio_pin_set),
DEVMETHOD(gpio_pin_set, rpi_virt_gpio_pin_set),
DEVMETHOD(gpio_pin_set, imx51_gpio_pin_set),
DEVMETHOD(gpio_pin_set, vf_gpio_pin_set),
DEVMETHOD(gpio_pin_set, a37x0_gpio_pin_set),
DEVMETHOD(gpio_pin_set, mv_gpio_pin_set),
DEVMETHOD(gpio_pin_set, mvebu_gpio_pin_set),
DEVMETHOD(gpio_pin_set, as3722_gpio_pin_set),
DEVMETHOD(gpio_pin_set, tegra_gpio_pin_set),
DEVMETHOD(gpio_pin_set, ti_gpio_pin_set),
DEVMETHOD(gpio_pin_set, zy7_gpio_pin_set),
DEVMETHOD(gpio_pin_set, apple_pinctrl_pin_set),
DEVMETHOD(gpio_pin_set, max77620_gpio_pin_set),
DEVMETHOD(gpio_pin_set, rk_gpio_pin_set),
DEVMETHOD(gpio_pin_set, rk_grf_gpio_pin_set),
DEVMETHOD(gpio_pin_set, amdgpio_pin_set),
DEVMETHOD(gpio_pin_set, chipc_gpio_pin_set),
DEVMETHOD(gpio_pin_set, ftgpio_gpio_pin_set),
DEVMETHOD(gpio_pin_set, bytgpio_pin_set),
DEVMETHOD(gpio_pin_set, chvgpio_pin_set),
DEVMETHOD(gpio_pin_set, dwgpio_pin_set),
DEVMETHOD(gpio_pin_set, pl061_pin_set),
DEVMETHOD(gpio_pin_set, qoriq_gpio_pin_set),
DEVMETHOD(gpio_pin_set, pcf8574_pin_set),
DEVMETHOD(gpio_pin_set, tca64xx_pin_set),
DEVMETHOD(gpio_pin_set, nct_gpio_pin_set),
DEVMETHOD(gpio_pin_set, lbggpio_pin_set),
DEVMETHOD(gpio_pin_set, qcom_tlmm_pin_set),
DEVMETHOD(gpio_pin_set, rcc_gpio_pin_set),
DEVMETHOD(gpio_pin_set, cp2112_gpio_pin_set),
DEVMETHOD(gpio_pin_set, mpc85xx_gpio_pin_set),
DEVMETHOD(gpio_pin_set, sfgpio_pin_set),
DEVMETHOD(gpio_pin_set, jh7110_gpio_pin_set),
if (gpio_pin_set(handle, pinn, pinv) < 0) {