Home
last modified time | relevance | path

Searched refs:gpio_check_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/gpio/
H A Dgpiobusvar.h174 int gpio_check_flags(uint32_t, uint32_t);
H A Dgpiobus.c129 gpio_check_flags(uint32_t caps, uint32_t flags) in gpio_check_flags() function
916 if (gpio_check_flags(caps, flags) != 0) in gpiobus_pin_setflags()
H A Dgpioc.c827 res = gpio_check_flags(caps, pin.gp_flags); in gpioc_ioctl()