Searched refs:bcmgpio_softc (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/sys/dev/fdt/ |
H A D | bcm2835_gpio.c | 65 struct bcmgpio_softc { struct 70 void (*sc_config_pull)(struct bcmgpio_softc *, int, int); argument 84 sizeof (struct bcmgpio_softc), bcmgpio_match, bcmgpio_attach argument 91 void bcm2711_config_pull(struct bcmgpio_softc *, int, int); 92 void bcm2835_config_pull(struct bcmgpio_softc *, int, int); 111 struct bcmgpio_softc *sc = (struct bcmgpio_softc *)self; in bcmgpio_attach() 149 bcmgpio_config_func(struct bcmgpio_softc *sc, int pin, int func) in bcmgpio_config_func() 163 bcm2711_config_pull(struct bcmgpio_softc *sc, int pin, int pull) in bcm2711_config_pull() 177 bcm2835_config_pull(struct bcmgpio_softc *sc, int pin, int pull) in bcm2835_config_pull() 192 struct bcmgpio_softc *sc = cookie; in bcmgpio_pinctrl() [all …]
|