Searched refs:devm_gpiod_get_array (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/gpio/ | 
| D | gpiolib-devres.c | 283 struct gpio_descs *__must_check devm_gpiod_get_array(struct device *dev,  in devm_gpiod_get_array()  function306 EXPORT_SYMBOL_GPL(devm_gpiod_get_array);
 325 	descs = devm_gpiod_get_array(dev, con_id, flags);  in devm_gpiod_get_array_optional()
 
 | 
| /Linux-v5.4/drivers/phy/motorola/ | 
| D | phy-mapphone-mdm6600.c | 325 	ddata->mode_gpios = devm_gpiod_get_array(dev, "motorola,mode",  in phy_mdm6600_init_lines()334 	ddata->status_gpios = devm_gpiod_get_array(dev, "motorola,status",  in phy_mdm6600_init_lines()
 343 	ddata->cmd_gpios = devm_gpiod_get_array(dev, "motorola,cmd",  in phy_mdm6600_init_lines()
 
 | 
| /Linux-v5.4/drivers/mux/ | 
| D | gpio.c | 66 	mux_gpio->gpios = devm_gpiod_get_array(dev, "mux", GPIOD_OUT_LOW);  in mux_gpio_probe()
 | 
| /Linux-v5.4/drivers/input/misc/ | 
| D | gpio_decoder.c | 82 	decoder->input_gpios = devm_gpiod_get_array(dev, NULL, GPIOD_IN);  in gpio_decoder_probe()
 | 
| D | rotary_encoder.c | 238 	encoder->gpios = devm_gpiod_get_array(dev, NULL, GPIOD_IN);  in rotary_encoder_probe()
 | 
| /Linux-v5.4/drivers/mmc/core/ | 
| D | pwrseq_simple.c | 124 	pwrseq->reset_gpios = devm_gpiod_get_array(dev, "reset",  in mmc_pwrseq_simple_probe()
 | 
| /Linux-v5.4/sound/soc/codecs/ | 
| D | max9759.c | 168 	priv->gpiod_gain = devm_gpiod_get_array(dev, "gain", GPIOD_OUT_HIGH);  in max9759_probe()
 | 
| /Linux-v5.4/include/linux/gpio/ | 
| D | consumer.h | 100 struct gpio_descs *__must_check devm_gpiod_get_array(struct device *dev,292 devm_gpiod_get_array(struct device *dev, const char *con_id,  in devm_gpiod_get_array()  function
 
 | 
| /Linux-v5.4/drivers/bus/ | 
| D | ts-nbus.c | 48 	ts_nbus->data = devm_gpiod_get_array(&pdev->dev, "ts,data",  in ts_nbus_init_pdata()
 | 
| /Linux-v5.4/drivers/mtd/nand/raw/ | 
| D | ams-delta.c | 298 	data_gpiods = devm_gpiod_get_array(&pdev->dev, "data", GPIOD_IN);  in ams_delta_init()
 | 
| /Linux-v5.4/Documentation/driver-api/gpio/ | 
| D | consumer.rst | 147 	struct gpio_descs *devm_gpiod_get_array(struct device *dev,
 |