Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c484 bcm_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in bcm_gpio_pin_setflags() function
1293 bcm_gpio_pin_setflags(dev, pin, 0); in bcm_gpio_configure_pins()
1296 bcm_gpio_pin_setflags(dev, pin, GPIO_PIN_PULLUP); in bcm_gpio_configure_pins()
1299 bcm_gpio_pin_setflags(dev, pin, GPIO_PIN_PULLDOWN); in bcm_gpio_configure_pins()
1329 DEVMETHOD(gpio_pin_setflags, bcm_gpio_pin_setflags),