Home
last modified time | relevance | path

Searched refs:devm_gpiod_get (Results 1 – 28 of 28) sorted by relevance

/linux-4.1.27/sound/soc/jz4740/
Dqi_lb60.c85 qi_lb60->snd_gpio = devm_gpiod_get(&pdev->dev, "snd", GPIOD_OUT_LOW); in qi_lb60_probe()
89 qi_lb60->amp_gpio = devm_gpiod_get(&pdev->dev, "amp", GPIOD_OUT_LOW); in qi_lb60_probe()
/linux-4.1.27/drivers/power/reset/
Dltc2952-poweroff.c190 data->gpio_watchdog = devm_gpiod_get(&pdev->dev, "watchdog", in ltc2952_poweroff_init()
198 data->gpio_kill = devm_gpiod_get(&pdev->dev, "kill", GPIOD_OUT_LOW); in ltc2952_poweroff_init()
205 data->gpio_trigger = devm_gpiod_get(&pdev->dev, "trigger", GPIOD_IN); in ltc2952_poweroff_init()
Dgpio-poweroff.c60 reset_gpio = devm_gpiod_get(&pdev->dev, NULL); in gpio_poweroff_probe()
Dgpio-restart.c73 gpio_restart->reset_gpio = devm_gpiod_get(&pdev->dev, NULL, in gpio_restart_probe()
/linux-4.1.27/net/rfkill/
Drfkill-gpio.c115 gpio = devm_gpiod_get(&pdev->dev, "reset"); in rfkill_gpio_probe()
123 gpio = devm_gpiod_get(&pdev->dev, "shutdown"); in rfkill_gpio_probe()
/linux-4.1.27/sound/soc/omap/
Drx51.c457 pdata->tvout_selection_gpio = devm_gpiod_get(card->dev, in rx51_soc_probe()
470 pdata->jack_detection_gpio = devm_gpiod_get(card->dev, in rx51_soc_probe()
477 pdata->eci_sw_gpio = devm_gpiod_get(card->dev, "eci-switch"); in rx51_soc_probe()
489 pdata->speaker_amp_gpio = devm_gpiod_get(card->dev, in rx51_soc_probe()
/linux-4.1.27/sound/soc/codecs/
Dmax98357a.c63 sdmode = devm_gpiod_get(codec->dev, "sdmode"); in max98357a_codec_probe()
Dtas2552.c490 data->enable_gpio = devm_gpiod_get(dev, "enable", GPIOD_OUT_LOW); in tas2552_probe()
Dsta32x.c1099 sta32x->gpiod_nreset = devm_gpiod_get(dev, "reset"); in sta32x_i2c_probe()
Dsta350.c1221 sta350->gpiod_power_down = devm_gpiod_get(dev, "power-down", in sta350_i2c_probe()
/linux-4.1.27/drivers/input/misc/
Dgpio-beeper.c75 beep->desc = devm_gpiod_get(&pdev->dev, NULL); in gpio_beeper_probe()
Ddrv260x.c583 haptics->enable_gpio = devm_gpiod_get(&client->dev, "enable"); in drv260x_probe()
/linux-4.1.27/drivers/gpu/drm/bridge/
Dptn3460.c334 ptn_bridge->gpio_pd_n = devm_gpiod_get(&client->dev, "powerdown"); in ptn3460_probe()
347 ptn_bridge->gpio_rst_n = devm_gpiod_get(&client->dev, "reset"); in ptn3460_probe()
Dps8622.c584 ps8622->gpio_slp = devm_gpiod_get(dev, "sleep"); in ps8622_probe()
596 ps8622->gpio_rst = devm_gpiod_get(dev, "reset"); in ps8622_probe()
/linux-4.1.27/drivers/extcon/
Dextcon-usb-gpio.c116 info->id_gpiod = devm_gpiod_get(&pdev->dev, "id"); in usb_extcon_probe()
/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/
Dencoder-opa362.c204 gpio = devm_gpiod_get(&pdev->dev, "enable"); in opa362_probe()
Dpanel-dpi.c212 gpio = devm_gpiod_get(&pdev->dev, "enable"); in panel_dpi_probe_of()
Dpanel-lgphilips-lb035q02.c288 gpio = devm_gpiod_get(&spi->dev, "enable"); in lb035q02_probe_of()
/linux-4.1.27/drivers/gpu/drm/panel/
Dpanel-ld9040.c339 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ld9040_probe()
Dpanel-s6e8aa0.c1010 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in s6e8aa0_probe()
/linux-4.1.27/drivers/input/touchscreen/
Dchipone_icn8318.c218 data->wake_gpio = devm_gpiod_get(dev, "wake", GPIOD_OUT_LOW); in icn8318_probe()
/linux-4.1.27/drivers/gpu/drm/tilcdc/
Dtilcdc_panel.c378 panel_mod->enable_gpio = devm_gpiod_get(&pdev->dev, "enable"); in panel_probe()
/linux-4.1.27/include/linux/gpio/
Dconsumer.h448 #define devm_gpiod_get(varargs...) __devm_gpiod_get(varargs, GPIOD_ASIS) macro
/linux-4.1.27/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c376 ctrl->panel_hpd_gpio = devm_gpiod_get(dev, "panel-hpd"); in edp_gpio_config()
390 ctrl->panel_en_gpio = devm_gpiod_get(dev, "panel-en"); in edp_gpio_config()
/linux-4.1.27/Documentation/driver-model/
Ddevres.txt250 devm_gpiod_get()
/linux-4.1.27/drivers/gpu/drm/msm/dsi/
Ddsi_host.c1350 msm_host->disp_en_gpio = devm_gpiod_get(panel_device, in dsi_host_init_panel_gpios()
1365 msm_host->te_gpio = devm_gpiod_get(panel_device, "disp-te"); in dsi_host_init_panel_gpios()
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt93 struct gpio_desc *devm_gpiod_get(struct device *dev, const char *con_id,
/linux-4.1.27/drivers/usb/gadget/udc/
Dpxa27x_udc.c2425 udc->gpiod = devm_gpiod_get(&pdev->dev, NULL); in pxa_udc_probe()