Home
last modified time | relevance | path

Searched refs:gpio_pin_is_active (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/sdhci/
H A Dsdhci_fdt_gpio.c244 gpio_pin_is_active(gpio->cd_pin, &pinstate); in sdhci_fdt_gpio_get_present()
260 gpio_pin_is_active(gpio->wp_pin, &pinstate); in sdhci_fdt_gpio_get_readonly()
/freebsd/sys/dev/gpio/
H A Dgpioiic.c223 gpio_pin_is_active(sc->sclpin, &val); in gpioiic_getscl()
234 gpio_pin_is_active(sc->sdapin, &val); in gpioiic_getsda()
H A Dgpiobusvar.h166 int gpio_pin_is_active(gpio_pin_t pin, bool *active);
H A Dgpioths.c125 gpio_pin_is_active(sc->pin, &cur_level); in gpioths_dht_timeuntil()
H A Dgpioregulator.c167 error = gpio_pin_is_active(sc->def->pins[n], &active); in gpioregulator_regnode_get_voltage()
H A Dgpiokeys.c239 gpio_pin_is_active(key->pin, &active); in gpiokey_debounced_intr()
H A Dgpioc.c506 gpio_pin_is_active(intr_conf->pin, &pin_state); in gpioc_interrupt_handler()
H A Dgpiobus.c196 gpio_pin_is_active(gpio_pin_t pin, bool *active) in gpio_pin_is_active() function
/freebsd/sys/dev/mmc/
H A Dmmc_fdt_helpers.c317 gpio_pin_is_active(helper->cd_pin, &pinstate); in mmc_fdt_gpio_get_present()
333 gpio_pin_is_active(helper->wp_pin, &pinstate); in mmc_fdt_gpio_get_readonly()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_drm_subr.c107 rv = gpio_pin_is_active(output->gpio_hpd, &active); in tegra_drm_connector_detect()
/freebsd/sys/arm/freescale/imx/
H A Dimx_i2c.c312 gpio_pin_is_active(((struct i2c_softc *)ctx)->rb_sdapin, &active); in i2c_recover_getsda()
328 gpio_pin_is_active(((struct i2c_softc *)ctx)->rb_sclpin, &active); in i2c_recover_getscl()
H A Dimx_spi.c225 gpio_pin_is_active(sc->cspins[cs & ~SPIBUS_CS_HIGH], &pinactive); in spi_set_chipsel()
/freebsd/sys/dev/ow/
H A Dowc_gpiobus.c169 #define GETPIN(sc, bp) gpio_pin_is_active((sc)->sc_pin, (bp))
/freebsd/sys/dev/qcom_qup/
H A Dqcom_spi.c113 gpio_pin_is_active(sc->cs_pins[cs], &pinactive); in qcom_spi_set_chipsel()
263 gpio_pin_is_active(sc->cs_pins[idx], &tmp); in qcom_spi_attach_gpios()
/freebsd/sys/arm/allwinner/
H A Daw_usbphy.c322 error = gpio_pin_is_active(sc->vbus_det_pin, &active); in awusbphy_vbus_detect()