Lines Matching refs:gp_pin
352 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_set_alternate()
375 bcm_gpio_set_function(sc, pin->gp_pin, in bcm_gpio_pin_configure()
379 bcm_gpio_set_function(sc, pin->gp_pin, in bcm_gpio_pin_configure()
389 bcm_gpio_set_pud(sc, pin->gp_pin, BCM_GPIO_PULLUP); in bcm_gpio_pin_configure()
392 bcm_gpio_set_pud(sc, pin->gp_pin, BCM_GPIO_PULLDOWN); in bcm_gpio_pin_configure()
395 bcm_gpio_set_pud(sc, pin->gp_pin, BCM_GPIO_NONE); in bcm_gpio_pin_configure()
427 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_getcaps()
448 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_getflags()
469 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_getname()
490 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_setflags()
514 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_set()
542 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_get()
564 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_toggle()
646 sc_sysctl->pin = sc->sc_gpio_pins[i].gp_pin; in bcm_gpio_sysctl_init()
833 sc->sc_gpio_pins[i].gp_pin = j; in bcm_gpio_attach()