/linux/Documentation/driver-api/gpio/ |
A 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 148 calls to gpiod_get() with a NULL device. 175 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
|
A 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, 184 direction-setting flags have been given to gpiod_get*(), this is done by 390 descriptors may be obtained using any combination of gpiod_get() and
|
/linux/drivers/power/supply/ |
A D | collie_battery.c | 327 collie_bat_main.gpio_full = gpiod_get(&dev->ucb->dev, in collie_bat_probe() 333 collie_mbat_low = gpiod_get(&dev->ucb->dev, in collie_bat_probe() 341 collie_bat_main.gpio_charge_on = gpiod_get(&dev->ucb->dev, in collie_bat_probe()
|
/linux/Documentation/firmware-guide/acpi/ |
A D | gpio-properties.rst | 277 desc = gpiod_get(dev, "reset", GPIOD_OUT_LOW); 295 desc = gpiod_get(dev, connection_id, flags); 303 desc = gpiod_get(dev, "non-null-connection-id", flags); 308 desc = gpiod_get(dev, NULL, flags);
|
A D | enumeration.rst | 361 irq_desc = gpiod_get(dev, "irq"); 365 power_desc = gpiod_get(dev, "power");
|
/linux/include/linux/gpio/ |
A D | consumer.h | 65 struct gpio_desc *__must_check gpiod_get(struct device *dev, 201 static inline struct gpio_desc *__must_check gpiod_get(struct device *dev, in gpiod_get() function
|
/linux/drivers/net/ethernet/apm/xgene/ |
A D | xgene_enet_xgmac.c | 464 pdata->sfp_rdy = gpiod_get(dev, "rxlos", GPIOD_IN); in xgene_enet_gpio_lookup() 466 pdata->sfp_rdy = gpiod_get(dev, "sfp", GPIOD_IN); in xgene_enet_gpio_lookup()
|
A D | xgene_enet_main.c | 1673 pdata->sfp_rdy = gpiod_get(dev, "rxlos", GPIOD_IN); in xgene_enet_gpiod_get() 1675 pdata->sfp_rdy = gpiod_get(dev, "sfp", GPIOD_IN); in xgene_enet_gpiod_get()
|
/linux/sound/soc/intel/boards/ |
A D | bdw-rt5677.c | 251 bdw_rt5677->gpio_hp_en = gpiod_get(component->dev, "headphone-enable", in bdw_rt5677_init()
|
A D | bytcr_wm5102.c | 421 priv->spkvdd_en_gpio = gpiod_get(codec_dev, "wlf,spkvdd-ena", GPIOD_OUT_LOW); in snd_byt_wm5102_mc_probe()
|
A D | kbl_rt5660.c | 168 ctx->gpio_lo_mute = gpiod_get(component->dev, "lineout-mute", in kabylake_rt5660_codec_init()
|
A D | sof_es8336.c | 518 priv->gpio_pa = gpiod_get(codec_dev, "pa-enable", GPIOD_OUT_LOW); in sof_es8336_probe()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_dsi_vbt.c | 899 intel_dsi->gpio_panel = gpiod_get(dev->dev, "panel", flags); in intel_dsi_vbt_gpio_init() 909 gpiod_get(dev->dev, "backlight", flags); in intel_dsi_vbt_gpio_init()
|
/linux/drivers/leds/ |
A D | leds-netxbig.c | 407 gpiod = gpiod_get(gpio_ext_dev, "enable", GPIOD_OUT_LOW); in netxbig_gpio_ext_get()
|
/linux/drivers/mmc/host/ |
A D | mmci.c | 1915 cmd_gpio = gpiod_get(dev, "st,cmd", GPIOD_OUT_HIGH); in mmci_probe_level_translator() 1919 ck_gpio = gpiod_get(dev, "st,ck", GPIOD_OUT_HIGH); in mmci_probe_level_translator() 1923 ckin_gpio = gpiod_get(dev, "st,ckin", GPIOD_IN); in mmci_probe_level_translator()
|
/linux/drivers/gpio/ |
A D | TODO | 57 the [devm_]gpiod_get() calls we have today that will implicitly go into
|
A D | gpiolib.c | 3742 struct gpio_desc *__must_check gpiod_get(struct device *dev, const char *con_id, in gpiod_get() function 3747 EXPORT_SYMBOL_GPL(gpiod_get);
|
/linux/drivers/staging/pi433/ |
A D | pi433_if.c | 988 device->gpiod[i] = gpiod_get(&device->spi->dev, name, in setup_gpio()
|
/linux/drivers/net/ethernet/asix/ |
A D | ax88796c_main.c | 948 reset_gpio = gpiod_get(dev, "reset", 0); in ax88796c_hard_reset()
|
/linux/drivers/platform/surface/aggregator/ |
A D | controller.c | 2698 gpiod = gpiod_get(dev, "ssam_wakeup-int", GPIOD_ASIS); in ssam_irq_setup()
|
/linux/drivers/gpu/drm/i2c/ |
A D | tda998x_drv.c | 520 calib = gpiod_get(&priv->hdmi->dev, "nxp,calib", GPIOD_ASIS); in tda998x_cec_hook_init()
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
A D | dsi.c | 4305 dsi->te_gpio = gpiod_get(&client->dev, "te-gpios", GPIOD_IN); in omap_dsi_register_te_irq()
|
/linux/ |
A D | vmlinux.symvers | 10137 0x00000000 gpiod_get vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 20155 ffff800010571b14 T gpiod_get
|
A D | .tmp_System.map | 20155 ffff800010571b14 T gpiod_get
|