Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c100 struct bcm_gpio_softc *sc;
111 struct bcm_gpio_softc { struct
175 static struct bcm_gpio_softc *bcm_gpio_sc = NULL;
179 static int bcm_gpio_pic_attach(struct bcm_gpio_softc *sc);
180 static int bcm_gpio_pic_detach(struct bcm_gpio_softc *sc);
183 bcm_gpio_pin_is_ro(struct bcm_gpio_softc *sc, int pin) in bcm_gpio_pin_is_ro()
194 bcm_gpio_get_function(struct bcm_gpio_softc *sc, uint32_t pin) in bcm_gpio_get_function()
283 bcm_gpio_set_function(struct bcm_gpio_softc *sc, uint32_t pin, uint32_t f) in bcm_gpio_set_function()
301 bcm_gpio_set_pud(struct bcm_gpio_softc *sc, uint32_t pin, uint32_t state) in bcm_gpio_set_pud()
341 struct bcm_gpio_softc *sc; in bcm_gpio_set_alternate()
[all …]