Searched refs:gpiod_get (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | board.rst | 27 through gpiod_get(). For example:: 52 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH); 57 The second parameter of the gpiod_get() functions, the con_id string, has to be 143 calls to gpiod_get() with a NULL device. 170 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
|
D | consumer.rst | 45 gpiod_get() functions. Like many other kernel subsystems, gpiod_get() takes the 49 struct gpio_desc *gpiod_get(struct device *dev, const char *con_id, 178 direction-setting flags have been given to gpiod_get*(), this is done by 372 descriptors may be obtained using any combination of gpiod_get() and
|
/Linux-v4.19/Documentation/acpi/ |
D | gpio-properties.txt | 182 desc = gpiod_get(dev, "reset", GPIOD_OUT_LOW); 199 desc = gpiod_get(dev, connection_id, flags); 206 desc = gpiod_get(dev, "non-null-connection-id", flags); 210 desc = gpiod_get(dev, NULL, flags);
|
D | enumeration.txt | 320 irq_desc = gpiod_get(dev, "irq"); 324 power_desc = gpiod_get(dev, "power");
|
/Linux-v4.19/include/linux/gpio/ |
D | consumer.h | 54 struct gpio_desc *__must_check gpiod_get(struct device *dev, 177 static inline struct gpio_desc *__must_check gpiod_get(struct device *dev, in gpiod_get() function
|
/Linux-v4.19/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_xgmac.c | 476 pdata->sfp_rdy = gpiod_get(dev, "rxlos", GPIOD_IN); in xgene_enet_gpio_lookup() 478 pdata->sfp_rdy = gpiod_get(dev, "sfp", GPIOD_IN); in xgene_enet_gpio_lookup()
|
D | xgene_enet_main.c | 1690 pdata->sfp_rdy = gpiod_get(dev, "rxlos", GPIOD_IN); in xgene_enet_gpiod_get() 1692 pdata->sfp_rdy = gpiod_get(dev, "sfp", GPIOD_IN); in xgene_enet_gpiod_get()
|
/Linux-v4.19/drivers/staging/wilc1000/ |
D | wilc_spi.c | 111 gpio = gpiod_get(&spi->dev, "irq", GPIOD_IN); in wilc_bus_probe()
|
D | wilc_sdio.c | 114 gpio = gpiod_get(&func->dev, "irq", GPIOD_IN); in linux_sdio_probe()
|
/Linux-v4.19/drivers/staging/pi433/ |
D | pi433_if.c | 1015 device->gpiod[i] = gpiod_get(&device->spi->dev, name, in setup_gpio()
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib.c | 3772 struct gpio_desc *__must_check gpiod_get(struct device *dev, const char *con_id, in gpiod_get() function 3777 EXPORT_SYMBOL_GPL(gpiod_get);
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | vlv_dsi.c | 1828 gpiod_get(dev->dev, "panel", GPIOD_OUT_HIGH); in vlv_dsi_init()
|
/Linux-v4.19/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 508 calib = gpiod_get(&priv->hdmi->dev, "nxp,calib", GPIOD_ASIS); in tda998x_cec_hook_init()
|