Lines Matching full:gpios
31 * @reset_gpios: GPIOs for the board's reset GPIOs.
32 * @var_gpios: GPIOs for the board's hardware variant GPIOs
33 * @ver_gpios: GPIOs for the board's hardware version GPIOs
52 * The data read from the board's hardware (mostly hard-wired GPIOs) is stored
90 listname = mc2 ? "var-gpios-mc2" : "var-gpios-mc4"; in _read_board_variant_data()
132 * The hardware version read from the board (from hard-wired GPIOs) is stored
143 res = gpio_request_list_by_name(dev, "ver-gpios", priv->ver_gpios, in _read_hwversion()
147 debug("%s: Error getting GPIO list 'ver-gpios' (err = %d)\n", in _read_hwversion()
230 gpio_num = gpio_request_list_by_name(dev, "reset-gpios", in board_gazerbeam_probe()
236 debug("%s: Error getting GPIO list 'reset-gpios' (err = %d)\n", in board_gazerbeam_probe()
241 /* Set startup-finished GPIOs */ in board_gazerbeam_probe()