Searched refs:bcm_gpio_pin_setflags (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_gpio.c | 484 bcm_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in bcm_gpio_pin_setflags() function 1294 bcm_gpio_pin_setflags(dev, pin, 0); in bcm_gpio_configure_pins() 1297 bcm_gpio_pin_setflags(dev, pin, GPIO_PIN_PULLUP); in bcm_gpio_configure_pins() 1300 bcm_gpio_pin_setflags(dev, pin, GPIO_PIN_PULLDOWN); in bcm_gpio_configure_pins() 1330 DEVMETHOD(gpio_pin_setflags, bcm_gpio_pin_setflags),
|