Searched refs:RPI_FW_GPIO_PINS (Results 1 – 1 of 1) sorted by relevance
50 #define RPI_FW_GPIO_PINS 8 macro58 struct gpio_pin sc_gpio_pins[RPI_FW_GPIO_PINS];148 *maxpin = RPI_FW_GPIO_PINS - 1; in rpi_fw_gpio_pin_max()159 for (i = 0; i < RPI_FW_GPIO_PINS; i++) { in rpi_fw_gpio_pin_getcaps()164 if (i >= RPI_FW_GPIO_PINS) in rpi_fw_gpio_pin_getcaps()177 for (i = 0; i < RPI_FW_GPIO_PINS; i++) { in rpi_fw_gpio_pin_getflags()182 if (i >= RPI_FW_GPIO_PINS) in rpi_fw_gpio_pin_getflags()199 for (i = 0; i < RPI_FW_GPIO_PINS; i++) { in rpi_fw_gpio_pin_getname()204 if (i >= RPI_FW_GPIO_PINS) in rpi_fw_gpio_pin_getname()221 for (i = 0; i < RPI_FW_GPIO_PINS; i++) { in rpi_fw_gpio_pin_setflags()[all …]