Searched refs:bcm_gpio_softc (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c96 struct bcm_gpio_softc *sc;
107 struct bcm_gpio_softc { struct
163 static struct bcm_gpio_softc *bcm_gpio_sc = NULL;
167 static int bcm_gpio_pic_attach(struct bcm_gpio_softc *sc);
168 static int bcm_gpio_pic_detach(struct bcm_gpio_softc *sc);
171 bcm_gpio_pin_is_ro(struct bcm_gpio_softc *sc, int pin)
182 bcm_gpio_get_function(struct bcm_gpio_softc *sc, uint32_t pin)
271 bcm_gpio_set_function(struct bcm_gpio_softc *sc, uint32_t pin, uint32_t f)
289 bcm_gpio_set_pud(struct bcm_gpio_softc *sc, uint32_t pin, uint32_t state)
306 struct bcm_gpio_softc *s
[all...]

Completed in 55 milliseconds