| /linux/arch/arm/mach-omap1/ |
| H A D | board-osk.c | 405 d = gpiod_get(NULL, "smc_irq", GPIOD_IN); in osk_init() 413 d = gpiod_get(NULL, "cf_irq", GPIOD_IN); in osk_init() 435 d = gpiod_get(NULL, "tps65010", GPIOD_IN); in osk_init()
|
| H A D | board-sx1.c | 343 d = gpiod_get(NULL, "irda_off", GPIOD_OUT_HIGH); in omap_sx1_init() 348 d = gpiod_get(NULL, "switch", GPIOD_OUT_LOW); in omap_sx1_init() 353 d = gpiod_get(NULL, "usb_on", GPIOD_OUT_LOW); in omap_sx1_init()
|
| H A D | board-palmte.c | 241 d = gpiod_get(NULL, "tsc2102_irq", GPIOD_IN); in omap_palmte_init() 249 d = gpiod_get(NULL, "usb_dc_irq", GPIOD_IN); in omap_palmte_init()
|
| /linux/drivers/hte/ |
| H A D | hte-tegra194-test.c | 110 hte.gpio_out = gpiod_get(&pdev->dev, "out", 0); in tegra_hte_test_probe() 117 hte.gpio_in = gpiod_get(&pdev->dev, "in", 0); in tegra_hte_test_probe()
|
| /linux/drivers/power/supply/ |
| H 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/arch/arm/mach-omap2/ |
| H A D | pdata-quirks.c | 198 d = gpiod_get(NULL, "power", GPIOD_OUT_HIGH); in omap3_sbc_t3517_wifi_init() 206 d = gpiod_get(NULL, "noe", GPIOD_OUT_HIGH); in omap3_sbc_t3517_wifi_init()
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | gpio-properties.rst | 290 desc = gpiod_get(dev, "reset", GPIOD_OUT_LOW); 310 desc = gpiod_get(dev, connection_id, flags); 318 desc = gpiod_get(dev, "non-null-connection-id", flags); 327 desc = gpiod_get(dev, NULL, flags);
|
| H A D | enumeration.rst | 419 irq_desc = gpiod_get(dev, "irq"); 423 power_desc = gpiod_get(dev, "power");
|
| /linux/drivers/regulator/ |
| H A D | max20411-regulator.c | 129 cfg.ena_gpiod = gpiod_get(max20411->dev, "enable", GPIOD_ASIS); in max20411_probe()
|
| /linux/drivers/input/touchscreen/ |
| H A D | mainstone-wm97xx.c | 191 gpiod_irq = gpiod_get(wm->dev, "touch", GPIOD_IN); in wm97xx_acc_startup()
|
| /linux/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_xgmac.c | 470 pdata->sfp_rdy = gpiod_get(dev, "rxlos", GPIOD_IN); in xgene_enet_gpio_lookup() 472 pdata->sfp_rdy = gpiod_get(dev, "sfp", GPIOD_IN); in xgene_enet_gpio_lookup()
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 47 gpiod_get() functions. Like many other kernel subsystems, gpiod_get() takes the 51 struct gpio_desc *gpiod_get(struct device *dev, const char *con_id, 186 direction-setting flags have been given to gpiod_get*(), this is done by 392 descriptors may be obtained using any combination of gpiod_get() and
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | lcd_mipid.c | 562 md->reset = gpiod_get(&spi->dev, "reset", GPIOD_OUT_LOW); in mipid_spi_probe()
|
| /linux/drivers/net/ethernet/asix/ |
| H A D | ax88796c_main.c | 950 reset_gpio = gpiod_get(dev, "reset", 0); in ax88796c_hard_reset()
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | controller.c | 2756 gpiod = gpiod_get(dev, "ssam_wakeup-int", GPIOD_ASIS); in ssam_irq_setup()
|
| /linux/drivers/gpio/ |
| H A D | gpiolib.c | 4834 struct gpio_desc *__must_check gpiod_get(struct device *dev, const char *con_id, in gpiod_get() function 4839 EXPORT_SYMBOL_GPL(gpiod_get);
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | tda998x_drv.c | 522 calib = gpiod_get(&priv->hdmi->dev, "nxp,calib", GPIOD_ASIS); in tda998x_cec_hook_init()
|
| /linux/Documentation/driver-api/ |
| H A D | pin-control.rst | 700 from the Linux kernel using the API in ``<linux/gpio/consumer.h>`` with gpiod_get() 858 wake up and maybe even gpiod_get() / gpiod_put() as part of this cycle. This
|