Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpiolib.c3092 int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() function
3106 EXPORT_SYMBOL_GPL(gpiod_count);
3425 count = gpiod_count(dev, con_id); in gpiod_get_array()
/drivers/spi/
Dspi-pxa2xx.c1728 count = gpiod_count(&pdev->dev, "cs"); in pxa2xx_spi_probe()