Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c448 bcm_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in bcm_gpio_pin_setflags() function
1256 bcm_gpio_pin_setflags(dev, pin, 0); in bcm_gpio_configure_pins()
1259 bcm_gpio_pin_setflags(dev, pin, GPIO_PIN_PULLUP); in bcm_gpio_configure_pins()
1262 bcm_gpio_pin_setflags(dev, pin, GPIO_PIN_PULLDOWN); in bcm_gpio_configure_pins()
1292 DEVMETHOD(gpio_pin_setflags, bcm_gpio_pin_setflags),