Home
last modified time | relevance | path

Searched refs:devm_gpiod_get_index (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/gpio/
Ddevres.c68 return devm_gpiod_get_index(dev, con_id, 0, flags); in devm_gpiod_get()
101 struct gpio_desc *__must_check devm_gpiod_get_index(struct device *dev, in devm_gpiod_get_index() function
125 EXPORT_SYMBOL(devm_gpiod_get_index);
245 desc = devm_gpiod_get_index(dev, con_id, index, flags); in devm_gpiod_get_index_optional()
/linux-4.19.296/include/linux/gpio/
Dconsumer.h80 struct gpio_desc *__must_check devm_gpiod_get_index(struct device *dev,
245 devm_gpiod_get_index(struct device *dev, in devm_gpiod_get_index() function
/linux-4.19.296/drivers/iio/pressure/
Dhp03.c237 priv->xclr_gpio = devm_gpiod_get_index(dev, "xclr", 0, GPIOD_OUT_HIGH); in hp03_probe()
/linux-4.19.296/drivers/auxdisplay/
Dhd44780.c228 hd->pins[base + i] = devm_gpiod_get_index(dev, "data", i, in hd44780_probe()
/linux-4.19.296/drivers/i2c/busses/
Di2c-gpio.c235 retdesc = devm_gpiod_get_index(dev, NULL, index, gflags); in i2c_gpio_get_desc()
/linux-4.19.296/drivers/iio/accel/
Dmma9551.c419 gpio = devm_gpiod_get_index(dev, NULL, i, GPIOD_IN); in mma9551_gpio_probe()