/Linux-v5.15/drivers/siox/ |
D | siox-bus-gpio.c | 103 ddata->din = devm_gpiod_get(dev, "din", GPIOD_IN); in siox_gpio_probe() 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-v5.15/drivers/input/mouse/ |
D | gpio_mouse.c | 88 gmouse->up = devm_gpiod_get(dev, "up", GPIOD_IN); in gpio_mouse_probe() 91 gmouse->down = devm_gpiod_get(dev, "down", GPIOD_IN); in gpio_mouse_probe() 94 gmouse->left = devm_gpiod_get(dev, "left", GPIOD_IN); in gpio_mouse_probe() 97 gmouse->right = devm_gpiod_get(dev, "right", GPIOD_IN); in gpio_mouse_probe()
|
/Linux-v5.15/drivers/bus/ |
D | ts-nbus.c | 55 ts_nbus->csn = devm_gpiod_get(&pdev->dev, "ts,csn", GPIOD_OUT_HIGH); in ts_nbus_init_pdata() 61 ts_nbus->txrx = devm_gpiod_get(&pdev->dev, "ts,txrx", GPIOD_OUT_HIGH); in ts_nbus_init_pdata() 67 ts_nbus->strobe = devm_gpiod_get(&pdev->dev, "ts,strobe", GPIOD_OUT_HIGH); in ts_nbus_init_pdata() 73 ts_nbus->ale = devm_gpiod_get(&pdev->dev, "ts,ale", GPIOD_OUT_HIGH); in ts_nbus_init_pdata() 79 ts_nbus->rdy = devm_gpiod_get(&pdev->dev, "ts,rdy", GPIOD_IN); in ts_nbus_init_pdata()
|
/Linux-v5.15/drivers/gpu/drm/panel/ |
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()
|
D | panel-sharp-ls037v7dw01.c | 154 lcd->ini_gpio = devm_gpiod_get(&pdev->dev, "enable", GPIOD_OUT_LOW); in ls037v7dw01_probe() 160 lcd->resb_gpio = devm_gpiod_get(&pdev->dev, "reset", GPIOD_OUT_LOW); in ls037v7dw01_probe()
|
D | panel-boe-himax8279d.c | 856 pinfo->pp18_gpio = devm_gpiod_get(dev, "pp18", GPIOD_OUT_HIGH); in panel_add() 864 pinfo->pp33_gpio = devm_gpiod_get(dev, "pp33", GPIOD_OUT_HIGH); in panel_add() 872 pinfo->enable_gpio = devm_gpiod_get(dev, "enable", GPIOD_OUT_HIGH); in panel_add()
|
/Linux-v5.15/drivers/extcon/ |
D | extcon-intel-int3496.c | 109 data->gpio_usb_id = devm_gpiod_get(dev, "id", GPIOD_IN); in int3496_probe() 122 data->gpio_vbus_en = devm_gpiod_get(dev, "vbus", GPIOD_ASIS); in int3496_probe() 126 data->gpio_usb_mux = devm_gpiod_get(dev, "mux", GPIOD_ASIS); in int3496_probe()
|
D | extcon-max3355.c | 66 gpiod = devm_gpiod_get(&pdev->dev, "id", GPIOD_IN); in max3355_probe() 73 gpiod = devm_gpiod_get(&pdev->dev, "maxim,shdn", GPIOD_OUT_HIGH); in max3355_probe()
|
/Linux-v5.15/drivers/hwmon/ |
D | nsa320-hwmon.c | 169 hwmon->act = devm_gpiod_get(&pdev->dev, "act", GPIOD_OUT_LOW); in nsa320_hwmon_probe() 173 hwmon->clk = devm_gpiod_get(&pdev->dev, "clk", GPIOD_OUT_HIGH); in nsa320_hwmon_probe() 177 hwmon->data = devm_gpiod_get(&pdev->dev, "data", GPIOD_IN); in nsa320_hwmon_probe()
|
/Linux-v5.15/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-v5.15/drivers/pcmcia/ |
D | sa1111_jornada720.c | 45 j->gpio[J720_GPIO_PWR] = devm_gpiod_get(dev, skt->nr ? "s1-power" : in jornada720_pcmcia_hw_init() 50 j->gpio[J720_GPIO_3V] = devm_gpiod_get(dev, skt->nr ? "s1-3v" : in jornada720_pcmcia_hw_init()
|
/Linux-v5.15/drivers/ata/ |
D | pata_palmld.c | 71 lda->power = devm_gpiod_get(dev, "power", GPIOD_OUT_HIGH); in palmld_pata_probe() 74 lda->reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in palmld_pata_probe()
|
/Linux-v5.15/drivers/misc/ |
D | hisi_hikey_usb.c | 169 hisi_hikey_usb->reset = devm_gpiod_get(&pdev->dev, "hub_reset_en_gpio", in hisi_hikey_usb_parse_kirin970() 187 hisi_hikey_usb->otg_switch = devm_gpiod_get(dev, "otg-switch", in hisi_hikey_usb_probe() 192 hisi_hikey_usb->typec_vbus = devm_gpiod_get(dev, "typec-vbus", in hisi_hikey_usb_probe()
|
/Linux-v5.15/drivers/phy/ |
D | phy-can-transceiver.c | 113 standby_gpio = devm_gpiod_get(dev, "standby", GPIOD_OUT_HIGH); in can_transceiver_phy_probe() 120 enable_gpio = devm_gpiod_get(dev, "enable", GPIOD_OUT_LOW); in can_transceiver_phy_probe()
|
/Linux-v5.15/drivers/video/fbdev/omap/ |
D | lcd_ams_delta.c | 133 gpiod_vblen = devm_gpiod_get(&pdev->dev, "vblen", GPIOD_OUT_LOW); in ams_delta_panel_probe() 140 gpiod_ndisp = devm_gpiod_get(&pdev->dev, "ndisp", GPIOD_OUT_LOW); in ams_delta_panel_probe()
|
/Linux-v5.15/sound/soc/ti/ |
D | rx51.c | 420 pdata->tvout_selection_gpio = devm_gpiod_get(card->dev, in rx51_soc_probe() 428 pdata->jack_detection_gpio = devm_gpiod_get(card->dev, in rx51_soc_probe() 436 pdata->eci_sw_gpio = devm_gpiod_get(card->dev, "eci-switch", in rx51_soc_probe() 443 pdata->speaker_amp_gpio = devm_gpiod_get(card->dev, in rx51_soc_probe()
|
/Linux-v5.15/drivers/staging/greybus/ |
D | arche-apb-ctrl.c | 145 apb->spi_en = devm_gpiod_get(dev, "spi-en", flags); 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() 353 apb->pwrdn = devm_gpiod_get(dev, "pwr-down", GPIOD_OUT_LOW); in apb_ctrl_get_devtree_data()
|
D | arche-platform.c | 444 arche_pdata->svc_reset = devm_gpiod_get(dev, "svc,reset", flags); in arche_platform_probe() 452 arche_pdata->svc_sysboot = devm_gpiod_get(dev, "svc,sysboot", in arche_platform_probe() 461 arche_pdata->svc_refclk_req = devm_gpiod_get(dev, "svc,refclk-req", in arche_platform_probe() 482 arche_pdata->wake_detect = devm_gpiod_get(dev, "svc,wake-detect", in arche_platform_probe()
|
/Linux-v5.15/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()
|
/Linux-v5.15/drivers/i2c/muxes/ |
D | i2c-arb-gpio-challenge.c | 125 arb->our_gpio = devm_gpiod_get(dev, "our-claim", GPIOD_OUT_LOW); in i2c_arbitrator_probe() 132 arb->their_gpio = devm_gpiod_get(dev, "their-claim", GPIOD_IN); in i2c_arbitrator_probe()
|
/Linux-v5.15/drivers/fpga/ |
D | ice40-spi.c | 167 priv->cdone = devm_gpiod_get(dev, "cdone", GPIOD_IN); in ice40_fpga_probe() 174 priv->reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ice40_fpga_probe()
|
D | xilinx-spi.c | 235 conf->prog_b = devm_gpiod_get(&spi->dev, "prog_b", GPIOD_OUT_LOW); in xilinx_spi_probe() 245 conf->done = devm_gpiod_get(&spi->dev, "done", GPIOD_IN); in xilinx_spi_probe()
|
/Linux-v5.15/sound/soc/codecs/ |
D | max9759.c | 151 priv->gpiod_shutdown = devm_gpiod_get(dev, "shutdown", GPIOD_OUT_HIGH); in max9759_probe() 159 priv->gpiod_mute = devm_gpiod_get(dev, "mute", GPIOD_OUT_HIGH); in max9759_probe()
|
/Linux-v5.15/sound/soc/intel/boards/ |
D | sof_wm8804.c | 238 ctx->gpio_44 = devm_gpiod_get(&pdev->dev, "BCM-GPIO5", in sof_wm8804_probe() 248 ctx->gpio_48 = devm_gpiod_get(&pdev->dev, "BCM-GPIO6", in sof_wm8804_probe()
|
/Linux-v5.15/drivers/power/reset/ |
D | ltc2952-poweroff.c | 188 data->gpio_watchdog = devm_gpiod_get(&pdev->dev, "watchdog", in ltc2952_poweroff_init() 196 data->gpio_kill = devm_gpiod_get(&pdev->dev, "kill", GPIOD_OUT_LOW); in ltc2952_poweroff_init()
|