Searched refs:devm_gpiod_get_array (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/mdio/
H A Dmdio-mux-gpio.c45 gpios = devm_gpiod_get_array(&pdev->dev, NULL, GPIOD_OUT_LOW);
/linux-master/drivers/gpio/
H A Dgpiolib-devres.c202 * devm_gpiod_get_array - Resource-managed gpiod_get_array()
211 struct gpio_descs *__must_check devm_gpiod_get_array(struct device *dev, function
234 EXPORT_SYMBOL_GPL(devm_gpiod_get_array); variable
253 descs = devm_gpiod_get_array(dev, con_id, flags);
312 * Dispose of an array of GPIO descriptors obtained with devm_gpiod_get_array().
H A Dgpio-latch.c149 priv->clk_gpios = devm_gpiod_get_array(&pdev->dev, "clk", GPIOD_OUT_LOW);
153 priv->latched_gpios = devm_gpiod_get_array(&pdev->dev, "latched", GPIOD_OUT_LOW);
/linux-master/drivers/mux/
H A Dgpio.c68 mux_gpio->gpios = devm_gpiod_get_array(dev, "mux", GPIOD_OUT_LOW);
/linux-master/drivers/input/misc/
H A Dgpio_decoder.c74 decoder->input_gpios = devm_gpiod_get_array(dev, NULL, GPIOD_IN);
H A Drotary_encoder.c238 encoder->gpios = devm_gpiod_get_array(dev, NULL, GPIOD_IN);
/linux-master/drivers/auxdisplay/
H A Dseg-led-gpio.c74 priv->segment_gpios = devm_gpiod_get_array(dev, "segment", GPIOD_OUT_LOW);
/linux-master/drivers/phy/motorola/
H A Dphy-mapphone-mdm6600.c325 ddata->mode_gpios = devm_gpiod_get_array(dev, "motorola,mode",
334 ddata->status_gpios = devm_gpiod_get_array(dev, "motorola,status",
343 ddata->cmd_gpios = devm_gpiod_get_array(dev, "motorola,cmd",
/linux-master/sound/soc/codecs/
H A Dmax9759.c162 priv->gpiod_gain = devm_gpiod_get_array(dev, "gain", GPIOD_OUT_HIGH);
/linux-master/drivers/mmc/core/
H A Dpwrseq_simple.c124 pwrseq->reset_gpios = devm_gpiod_get_array(dev, "reset",
/linux-master/include/linux/gpio/
H A Dconsumer.h99 struct gpio_descs *__must_check devm_gpiod_get_array(struct device *dev,
296 devm_gpiod_get_array(struct device *dev, const char *con_id, function
/linux-master/drivers/bus/
H A Dts-nbus.c45 ts_nbus->data = devm_gpiod_get_array(&pdev->dev, "ts,data",
/linux-master/drivers/iio/amplifiers/
H A Dhmc425a.c371 st->gpios = devm_gpiod_get_array(&pdev->dev, "ctrl", GPIOD_OUT_LOW);

Completed in 361 milliseconds