Searched refs:gpio_get_list_count (Results 1 – 5 of 5) sorted by relevance
99 mux->n_gpios = gpio_get_list_count(dev, "mux-gpios"); in i2c_mux_gpio_probe()
556 int gpio_get_list_count(struct udevice *dev, const char *list_name);
261 if (CONFIG_IS_ENABLED(DM_GPIO) && gpio_get_list_count(bus, "cs-gpios") > 0) { in mvebu_spi_probe()
1100 int gpio_get_list_count(struct udevice *dev, const char *list_name) in gpio_get_list_count() function
1285 num_mode_gpios = gpio_get_list_count(dev, "mode-gpios"); in cpsw_eth_of_to_plat()
Completed in 11 milliseconds