Lines Matching refs:bcmgpio_softc

86 struct bcmgpio_softc;
88 struct bcmgpio_softc *sc_bcm;
95 struct bcmgpio_softc { struct
132 u_int bcm283x_pin_getfunc(const struct bcmgpio_softc * const, u_int);
133 void bcm283x_pin_setfunc(const struct bcmgpio_softc * const, u_int,
135 void bcm283x_pin_setpull(const struct bcmgpio_softc * const, u_int,
163 CFATTACH_DECL_NEW(bcmgpio, sizeof(struct bcmgpio_softc),
174 struct bcmgpio_softc * const sc = device_private(dev); in bcm283x_pinctrl_set_config()
259 struct bcmgpio_softc * const sc = device_private(self); in bcmgpio_attach()
396 struct bcmgpio_softc * const sc = b->sc_bcm; in bcmgpio_intr()
451 bmcgpio_intr_enable(struct bcmgpio_softc *sc, int (*func)(void *), void *arg, in bmcgpio_intr_enable()
531 bcmgpio_intr_disable(struct bcmgpio_softc *sc, struct bcmgpio_eint *eint) in bcmgpio_intr_disable()
576 struct bcmgpio_softc * const sc = device_private(dev); in bcmgpio_fdt_intr_establish()
619 struct bcmgpio_softc * const sc = device_private(dev); in bcmgpio_fdt_intr_disestablish()
629 struct bcmgpio_softc * const sc = vsc; in bcmgpio_gpio_intr_establish()
670 struct bcmgpio_softc * const sc = vsc; in bcmgpio_gpio_intr_disestablish()
679 struct bcmgpio_softc * const sc = vsc; in bcmgpio_gpio_intrstr()
736 struct bcmgpio_softc *sc = arg; in bcm2835gpio_gpio_pin_read()
755 struct bcmgpio_softc *sc = arg; in bcm2835gpio_gpio_pin_write()
773 bcm283x_pin_setfunc(const struct bcmgpio_softc * const sc, u_int pin, in bcm283x_pin_setfunc()
801 bcm283x_pin_getfunc(const struct bcmgpio_softc * const sc, u_int pin) in bcm283x_pin_getfunc()
815 bcm283x_pin_setpull(const struct bcmgpio_softc * const sc, u_int pin, u_int pud) in bcm283x_pin_setpull()
866 struct bcmgpio_softc *sc = arg; in bcm2835gpio_gpio_pin_ctl()
927 struct bcmgpio_softc *sc = device_private(dev); in bcmgpio_fdt_acquire()
953 struct bcmgpio_softc *sc = device_private(dev); in bcmgpio_fdt_release()
963 struct bcmgpio_softc *sc = device_private(dev); in bcmgpio_fdt_read()
978 struct bcmgpio_softc *sc = device_private(dev); in bcmgpio_fdt_write()