Home
last modified time | relevance | path

Searched refs:gpiod_get (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dboard-nokia770.c257 d = gpiod_get(NULL, "retu_irq", GPIOD_IN); in nokia770_cbus_init()
265 d = gpiod_get(NULL, "tahvo_irq", GPIOD_IN); in nokia770_cbus_init()
325 d = gpiod_get(NULL, "ads7846_irq", GPIOD_IN); in omap_nokia770_init()
H A Dboard-palmte.c246 d = gpiod_get(NULL, "tsc2102_irq", GPIOD_IN); in omap_palmte_init()
254 d = gpiod_get(NULL, "usb_dc_irq", GPIOD_IN); in omap_palmte_init()
H A Dboard-osk.c405 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 Dboard-sx1.c343 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()
/kernel/linux/linux-6.6/drivers/hte/
H A Dhte-tegra194-test.c110 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dmdfld_dsi_output.c449 gpiod = gpiod_get(dev, "dsi-pipe0-reset", GPIOD_OUT_HIGH); in mdfld_dsi_panel_reset()
454 gpiod = gpiod_get(dev, "dsi-pipe2-reset", GPIOD_OUT_HIGH); in mdfld_dsi_panel_reset()
465 gpiod = gpiod_get(dev, "dsi-pipe0-reset", GPIOD_ASIS); in mdfld_dsi_panel_reset()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dcollie_battery.c327 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()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dmax20411-regulator.c129 cfg.ena_gpiod = gpiod_get(max20411->dev, "enable", GPIOD_ASIS); in max20411_probe()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dpdata-quirks.c198 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_xgmac.c464 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()
/kernel/linux/linux-5.10/include/linux/gpio/
H A Dconsumer.h13 * Opaque descriptor for a GPIO. These are obtained using gpiod_get() and are
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
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_xgmac.c464 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()
/kernel/linux/linux-6.6/include/linux/gpio/
H A Dconsumer.h63 struct gpio_desc *__must_check gpiod_get(struct device *dev,
197 static inline struct gpio_desc *__must_check gpiod_get(struct device *dev, in gpiod_get() function
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Degalax_ts.c126 gpio = gpiod_get(&client->dev, "wakeup", GPIOD_OUT_HIGH); in egalax_wake_up_device()
H A Dmainstone-wm97xx.c191 gpiod_irq = gpiod_get(wm->dev, "touch", GPIOD_IN); in wm97xx_acc_startup()
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dbdw-rt5677.c251 bdw_rt5677->gpio_hp_en = gpiod_get(component->dev, "headphone-enable", in bdw_rt5677_init()
H A Dkbl_rt5660.c168 ctx->gpio_lo_mute = gpiod_get(component->dev, "lineout-mute", in kabylake_rt5660_codec_init()
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dbdw-rt5677.c251 bdw_rt5677->gpio_hp_en = gpiod_get(component->dev, "headphone-enable", in bdw_rt5677_init()
H A Dkbl_rt5660.c168 ctx->gpio_lo_mute = gpiod_get(component->dev, "lineout-mute", in kabylake_rt5660_codec_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_dsi_vbt.c911 intel_dsi->gpio_panel = gpiod_get(dev->dev, "panel", flags); in intel_dsi_vbt_gpio_init()
921 gpiod_get(dev->dev, "backlight", flags); in intel_dsi_vbt_gpio_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_dsi_vbt.c994 intel_dsi->gpio_panel = gpiod_get(dev->dev, "panel", flags); in intel_dsi_vbt_gpio_init()
1004 gpiod_get(dev->dev, "backlight", flags); in intel_dsi_vbt_gpio_init()
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-netxbig.c407 gpiod = gpiod_get(gpio_ext_dev, "enable", GPIOD_OUT_LOW); in netxbig_gpio_ext_get()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dkeystone_remoteproc.c435 ksproc->kick_gpio = gpiod_get(dev, "kick", GPIOD_ASIS); in keystone_rproc_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H A Dlcd_mipid.c562 md->reset = gpiod_get(&spi->dev, "reset", GPIOD_OUT_LOW); in mipid_spi_probe()
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-netxbig.c407 gpiod = gpiod_get(gpio_ext_dev, "enable", GPIOD_OUT_LOW); in netxbig_gpio_ext_get()

Completed in 19 milliseconds

12