Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Draspberrypi_gpio.c60 struct gpio_pin sc_gpio_pins[RPI_FW_GPIO_PINS]; member
162 if (sc->sc_gpio_pins[i].gp_pin == pin) in rpi_fw_gpio_pin_getcaps()
180 if (sc->sc_gpio_pins[i].gp_pin == pin) in rpi_fw_gpio_pin_getflags()
188 *flags = sc->sc_gpio_pins[i].gp_flags; in rpi_fw_gpio_pin_getflags()
202 if (sc->sc_gpio_pins[i].gp_pin == pin) in rpi_fw_gpio_pin_getname()
224 if (sc->sc_gpio_pins[i].gp_pin == pin) in rpi_fw_gpio_pin_setflags()
243 if (sc->sc_gpio_pins[i].gp_pin == pin) in rpi_fw_gpio_pin_set()
280 if (sc->sc_gpio_pins[i].gp_pin == pin) in rpi_fw_gpio_pin_get()
313 if (sc->sc_gpio_pins[i].gp_pin == pin) in rpi_fw_gpio_pin_toggle()
392 sc->sc_gpio_pins[i].gp_pin = i; in rpi_fw_gpio_attach()
[all …]
H A Dbcm2835_gpio.c318 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_set_alternate()
391 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_getcaps()
399 *caps = sc->sc_gpio_pins[i].gp_caps; in bcm_gpio_pin_getcaps()
412 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_getflags()
420 *flags = sc->sc_gpio_pins[i].gp_flags; in bcm_gpio_pin_getflags()
433 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_getname()
454 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_setflags()
478 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_set()
506 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_get()
528 if (sc->sc_gpio_pins[i].gp_pin == pin) in bcm_gpio_pin_toggle()
[all …]