/linux-6.1.9/drivers/gpu/drm/panel/ |
D | panel-sharp-ls037v7dw01.c | 153 lcd->ini_gpio = devm_gpiod_get(&pdev->dev, "enable", GPIOD_OUT_LOW); in ls037v7dw01_probe() 158 lcd->resb_gpio = devm_gpiod_get(&pdev->dev, "reset", GPIOD_OUT_LOW); in ls037v7dw01_probe() 164 GPIOD_OUT_LOW); in ls037v7dw01_probe() 171 GPIOD_OUT_LOW); in ls037v7dw01_probe() 178 GPIOD_OUT_LOW); in ls037v7dw01_probe()
|
D | panel-ronbo-rb070d30.c | 160 ctx->gpios.reset = devm_gpiod_get(&dsi->dev, "reset", GPIOD_OUT_LOW); in rb070d30_panel_dsi_probe() 166 ctx->gpios.power = devm_gpiod_get(&dsi->dev, "power", GPIOD_OUT_LOW); in rb070d30_panel_dsi_probe() 176 ctx->gpios.updn = devm_gpiod_get(&dsi->dev, "updn", GPIOD_OUT_LOW); in rb070d30_panel_dsi_probe() 186 ctx->gpios.shlr = devm_gpiod_get(&dsi->dev, "shlr", GPIOD_OUT_LOW); in rb070d30_panel_dsi_probe()
|
/linux-6.1.9/drivers/siox/ |
D | siox-bus-gpio.c | 110 ddata->dout = devm_gpiod_get(dev, "dout", GPIOD_OUT_LOW); in siox_gpio_probe() 117 ddata->dclk = devm_gpiod_get(dev, "dclk", GPIOD_OUT_LOW); in siox_gpio_probe() 124 ddata->dld = devm_gpiod_get(dev, "dld", GPIOD_OUT_LOW); in siox_gpio_probe()
|
/linux-6.1.9/drivers/power/supply/ |
D | tosa_battery.c | 353 tosa_bat_main.gpiod_bat = devm_gpiod_get(dev, "main battery", GPIOD_OUT_LOW); in tosa_bat_probe() 357 tosa_bat_jacket.gpiod_bat = devm_gpiod_get(dev, "jacket battery", GPIOD_OUT_LOW); in tosa_bat_probe() 361 tosa_bat_bu.gpiod_bat = devm_gpiod_get(dev, "backup battery", GPIOD_OUT_LOW); in tosa_bat_probe() 377 tosa_bat_main.gpiod_temp = devm_gpiod_get(dev, "main battery temp", GPIOD_OUT_LOW); in tosa_bat_probe() 381 tosa_bat_jacket.gpiod_temp = devm_gpiod_get(dev, "jacket battery temp", GPIOD_OUT_LOW); in tosa_bat_probe() 403 dummy = devm_gpiod_get(dev, "battery switch", GPIOD_OUT_LOW); in tosa_bat_probe()
|
D | collie_battery.c | 343 GPIOD_OUT_LOW); in collie_bat_probe() 354 GPIOD_OUT_LOW); in collie_bat_probe() 365 GPIOD_OUT_LOW); in collie_bat_probe() 379 GPIOD_OUT_LOW); in collie_bat_probe()
|
/linux-6.1.9/drivers/staging/greybus/ |
D | arche-apb-ctrl.c | 143 flags = GPIOD_OUT_LOW; in fw_flashing_seq() 323 apb->resetn = devm_gpiod_get(dev, "reset", GPIOD_OUT_LOW); in apb_ctrl_get_devtree_data() 330 apb->boot_ret = devm_gpiod_get(dev, "boot-ret", GPIOD_OUT_LOW); in apb_ctrl_get_devtree_data() 346 apb->clk_en = devm_gpiod_get_optional(dev, "clock-en", GPIOD_OUT_LOW); in apb_ctrl_get_devtree_data() 353 apb->pwrdn = devm_gpiod_get(dev, "pwr-down", GPIOD_OUT_LOW); in apb_ctrl_get_devtree_data()
|
/linux-6.1.9/sound/soc/pxa/ |
D | magician.c | 336 gpiod_spk_power = devm_gpiod_get(dev, "SPK_POWER", GPIOD_OUT_LOW); in magician_audio_probe() 339 gpiod_ep_power = devm_gpiod_get(dev, "EP_POWER", GPIOD_OUT_LOW); in magician_audio_probe() 342 gpiod_mic_power = devm_gpiod_get(dev, "MIC_POWER", GPIOD_OUT_LOW); in magician_audio_probe() 348 gpiod_in_sel1 = devm_gpiod_get(dev, "IN_SEL1", GPIOD_OUT_LOW); in magician_audio_probe()
|
D | e750_wm9705.c | 109 gpiod_hp_amp = devm_gpiod_get(&pdev->dev, "Headphone amp", GPIOD_OUT_LOW); in e750_probe() 113 gpiod_spk_amp = devm_gpiod_get(&pdev->dev, "Speaker amp", GPIOD_OUT_LOW); in e750_probe()
|
D | e800_wm9712.c | 109 gpiod_hp_amp = devm_gpiod_get(&pdev->dev, "Headphone amp", GPIOD_OUT_LOW); in e800_probe() 113 gpiod_spk_amp = devm_gpiod_get(&pdev->dev, "Speaker amp", GPIOD_OUT_LOW); in e800_probe()
|
D | spitz.c | 289 gpiod_mic = devm_gpiod_get(&pdev->dev, "mic", GPIOD_OUT_LOW); in spitz_probe() 292 gpiod_mute_l = devm_gpiod_get(&pdev->dev, "mute-l", GPIOD_OUT_LOW); in spitz_probe() 295 gpiod_mute_r = devm_gpiod_get(&pdev->dev, "mute-r", GPIOD_OUT_LOW); in spitz_probe()
|
D | e740_wm9705.c | 126 gpiod_input_amp = devm_gpiod_get(&pdev->dev, "Mic amp", GPIOD_OUT_LOW); in e740_probe() 130 gpiod_output_amp = devm_gpiod_get(&pdev->dev, "Output amp", GPIOD_OUT_LOW); in e740_probe()
|
/linux-6.1.9/drivers/auxdisplay/ |
D | hd44780.c | 241 GPIOD_OUT_LOW); in hd44780_probe() 248 hd->pins[PIN_CTRL_E] = devm_gpiod_get(dev, "enable", GPIOD_OUT_LOW); in hd44780_probe() 262 GPIOD_OUT_LOW); in hd44780_probe() 269 GPIOD_OUT_LOW); in hd44780_probe()
|
/linux-6.1.9/drivers/input/touchscreen/ |
D | colibri-vf50-ts.c | 328 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_xp, "xp", GPIOD_OUT_LOW); in vf50_ts_probe() 333 "xm", GPIOD_OUT_LOW); in vf50_ts_probe() 337 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_yp, "yp", GPIOD_OUT_LOW); in vf50_ts_probe() 341 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_ym, "ym", GPIOD_OUT_LOW); in vf50_ts_probe()
|
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | ams-delta.c | 285 GPIOD_OUT_LOW); in gpio_nand_probe() 293 GPIOD_OUT_LOW); in gpio_nand_probe() 301 GPIOD_OUT_LOW); in gpio_nand_probe() 308 priv->gpiod_ale = devm_gpiod_get(&pdev->dev, "ale", GPIOD_OUT_LOW); in gpio_nand_probe() 315 priv->gpiod_cle = devm_gpiod_get(&pdev->dev, "cle", GPIOD_OUT_LOW); in gpio_nand_probe()
|
/linux-6.1.9/drivers/pcmcia/ |
D | sa1111_jornada720.c | 46 "s0-power", GPIOD_OUT_LOW); in jornada720_pcmcia_hw_init() 51 "s0-3v", GPIOD_OUT_LOW); in jornada720_pcmcia_hw_init()
|
D | max1600.c | 51 m->gpio[i] = devm_gpiod_get(dev, name, GPIOD_OUT_LOW); in max1600_init() 54 GPIOD_OUT_LOW); in max1600_init()
|
/linux-6.1.9/drivers/mmc/core/ |
D | pwrseq_sd8787.c | 82 pwrseq->pwrdn_gpio = devm_gpiod_get(dev, "powerdown", GPIOD_OUT_LOW); in mmc_pwrseq_sd8787_probe() 86 pwrseq->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_LOW); in mmc_pwrseq_sd8787_probe()
|
/linux-6.1.9/drivers/video/fbdev/omap/ |
D | lcd_ams_delta.c | 132 gpiod_vblen = devm_gpiod_get(&pdev->dev, "vblen", GPIOD_OUT_LOW); in ams_delta_panel_probe() 137 gpiod_ndisp = devm_gpiod_get(&pdev->dev, "ndisp", GPIOD_OUT_LOW); in ams_delta_panel_probe()
|
/linux-6.1.9/drivers/leds/simple/ |
D | simatic-ipc-leds-gpio.c | 103 gpiod = gpiod_get_index(&simatic_leds_pdev->dev, NULL, 6, GPIOD_OUT_LOW); in simatic_ipc_leds_gpio_probe() 111 gpiod = gpiod_get_index(&simatic_leds_pdev->dev, NULL, 7, GPIOD_OUT_LOW); in simatic_ipc_leds_gpio_probe()
|
/linux-6.1.9/drivers/iio/proximity/ |
D | ping.c | 157 ret = gpiod_direction_output(data->gpiod_ping, GPIOD_OUT_LOW); in ping_read() 221 if (gpiod_direction_output(data->gpiod_ping, GPIOD_OUT_LOW)) in ping_read() 296 data->gpiod_ping = devm_gpiod_get(dev, "ping", GPIOD_OUT_LOW); in ping_probe()
|
/linux-6.1.9/sound/soc/codecs/ |
D | es7241.c | 271 priv->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_LOW); in es7241_probe() 276 priv->m0 = devm_gpiod_get_optional(dev, "m0", GPIOD_OUT_LOW); in es7241_probe() 281 priv->m1 = devm_gpiod_get_optional(dev, "m1", GPIOD_OUT_LOW); in es7241_probe()
|
/linux-6.1.9/drivers/w1/masters/ |
D | w1-gpio.c | 91 gflags = GPIOD_OUT_LOW; in w1_gpio_probe() 116 devm_gpiod_get_index_optional(dev, NULL, 1, GPIOD_OUT_LOW); in w1_gpio_probe()
|
/linux-6.1.9/net/rfkill/ |
D | rfkill-gpio.c | 101 gpio = devm_gpiod_get_optional(&pdev->dev, "reset", GPIOD_OUT_LOW); in rfkill_gpio_probe() 107 gpio = devm_gpiod_get_optional(&pdev->dev, "shutdown", GPIOD_OUT_LOW); in rfkill_gpio_probe()
|
/linux-6.1.9/drivers/regulator/ |
D | max8952.c | 214 gflags = GPIOD_OUT_LOW; in max8952_pmic_probe() 239 gflags = max8952->vid0 ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in max8952_pmic_probe() 245 gflags = max8952->vid1 ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in max8952_pmic_probe()
|
/linux-6.1.9/drivers/iio/resolver/ |
D | ad2s1200.c | 147 st->sample = devm_gpiod_get(&spi->dev, "adi,sample", GPIOD_OUT_LOW); in ad2s1200_probe() 154 st->rdvel = devm_gpiod_get(&spi->dev, "adi,rdvel", GPIOD_OUT_LOW); in ad2s1200_probe()
|