Symbol: gpio_pin_set_active
sys/arm/allwinner/a10_codec.c
1161
error = gpio_pin_set_active(pa_pin, 1);
sys/arm/allwinner/a33_codec.c
272
error = gpio_pin_set_active(pa_pin, 1);
sys/arm/freescale/imx/imx_i2c.c
320
gpio_pin_set_active(((struct i2c_softc *)ctx)->rb_sdapin, value);
sys/arm/freescale/imx/imx_i2c.c
337
gpio_pin_set_active(((struct i2c_softc *)ctx)->rb_sclpin, value);
sys/arm/freescale/imx/imx_i2c.c
451
gpio_pin_set_active(sc->rb_sclpin, true);
sys/arm/freescale/imx/imx_i2c.c
452
gpio_pin_set_active(sc->rb_sdapin, true);
sys/arm/freescale/imx/imx_spi.c
224
gpio_pin_set_active(sc->cspins[cs & ~SPIBUS_CS_HIGH], pinactive);
sys/arm64/rockchip/rk3568_pcie.c
148
if (gpio_pin_set_active(sc->reset_gpio, true)) {
sys/arm64/rockchip/rk3568_pcie.c
209
if ((err = gpio_pin_set_active(sc->reset_gpio, false)))
sys/arm64/rockchip/rk3568_pcie.c
220
if (gpio_pin_set_active(sc->reset_gpio, true)) {
sys/arm64/rockchip/rk_pcie.c
924
rv = gpio_pin_set_active(sc->gpio_ep, 0);
sys/arm64/rockchip/rk_pcie.c
955
rv = gpio_pin_set_active(sc->gpio_ep, 1);
sys/dev/gpio/gpiobacklight.c
64
gpio_pin_set_active(sc->sc_pin, sc->sc_brightness);
sys/dev/gpio/gpiobusvar.h
167
int gpio_pin_set_active(gpio_pin_t pin, bool active);
sys/dev/gpio/gpioiic.c
198
gpio_pin_set_active(sc->sdapin, 0);
sys/dev/gpio/gpioiic.c
212
gpio_pin_set_active(sc->sclpin, 0);
sys/dev/gpio/gpioled_fdt.c
75
gpio_pin_set_active(led->pin, onoff);
sys/dev/gpio/gpiopower.c
127
gpio_pin_set_active(sc->sc_pin, true);
sys/dev/gpio/gpiopower.c
129
gpio_pin_set_active(sc->sc_pin, false);
sys/dev/gpio/gpiopower.c
131
gpio_pin_set_active(sc->sc_pin, true);
sys/dev/gpio/gpioregulator.c
112
error = gpio_pin_set_active(sc->def->enable_pin, active);
sys/dev/gpio/gpioregulator.c
144
error = gpio_pin_set_active(sc->def->pins[n],
sys/dev/gpio/gpioths.c
149
gpio_pin_set_active(sc->pin, false);
sys/dev/gpio/gpioths.c
151
gpio_pin_set_active(sc->pin, true);
sys/dev/gpio/gpioths.c
348
err = gpio_pin_set_active(sc->pin, true);
sys/dev/iicbus/mux/iic_gpiomux.c
210
gpio_pin_set_active(sc->pins[i], idlebits & (1u << i));
sys/dev/iicbus/mux/iic_gpiomux.c
97
gpio_pin_set_active(sc->pins[i], busidx & (1u << i));
sys/dev/mmc/mmc_pwrseq.c
114
gpio_pin_set_active(sc->reset_gpio, true);
sys/dev/mmc/mmc_pwrseq.c
144
rv = gpio_pin_set_active(sc->reset_gpio, false);
sys/dev/mmc/mmc_pwrseq.c
153
rv = gpio_pin_set_active(sc->reset_gpio, true);
sys/dev/ow/owc_gpiobus.c
170
#define LOW(sc) gpio_pin_set_active((sc)->sc_pin, false)
sys/dev/qcom_qup/qcom_spi.c
112
gpio_pin_set_active(sc->cs_pins[cs], pinactive);
sys/dev/qcom_qup/qcom_spi.c
262
gpio_pin_set_active(sc->cs_pins[idx], 1);
sys/dev/sound/fdt/simple_amplifier.c
144
error = gpio_pin_set_active(sc->gpio_enable, 1);
sys/dev/sound/fdt/simple_amplifier.c
157
error = gpio_pin_set_active(sc->gpio_enable, 0);
sys/riscv/sifive/fu740_pci_dw.c
201
error = gpio_pin_set_active(sc->porst_pin, false);
sys/riscv/sifive/fu740_pci_dw.c
212
error = gpio_pin_set_active(sc->pwren_pin, true);
sys/riscv/sifive/fu740_pci_dw.c
219
error = gpio_pin_set_active(sc->porst_pin, true);
sys/riscv/starfive/jh7110_pcie.c
851
err = gpio_pin_set_active(sc->perst_pin, true);
sys/riscv/starfive/jh7110_pcie.c
898
err = gpio_pin_set_active(sc->perst_pin, false);