Searched refs:gpio_flags (Results 1 – 1 of 1) sorted by relevance
382 as3722_gpio_get_mode(struct as3722_softc *sc, uint32_t pin, uint32_t gpio_flags) in as3722_gpio_get_mode() argument392 gpio_flags & GPIO_PIN_TRISTATE) in as3722_gpio_get_mode()396 if (flags & AS3722_CFG_OPEN_DRAIN || gpio_flags & GPIO_PIN_OPENDRAIN) { in as3722_gpio_get_mode()399 gpio_flags & GPIO_PIN_PULLUP) in as3722_gpio_get_mode()404 if (gpio_flags & GPIO_PIN_INPUT) { in as3722_gpio_get_mode()407 gpio_flags & GPIO_PIN_PULLUP) in as3722_gpio_get_mode()411 gpio_flags & GPIO_PIN_PULLDOWN) in as3722_gpio_get_mode()420 gpio_flags & GPIO_PIN_PULLDOWN) in as3722_gpio_get_mode()