/linux/sound/soc/codecs/ |
H A D | wm1250-ev1.c | 140 wm1250->clk_ena = devm_gpiod_get(&i2c->dev, "clk-ena", GPIOD_OUT_LOW); in wm1250_ev1_pdata() 145 wm1250->clk_sel0 = devm_gpiod_get(&i2c->dev, "clk-sel0", GPIOD_OUT_HIGH); in wm1250_ev1_pdata() 150 wm1250->clk_sel1 = devm_gpiod_get(&i2c->dev, "clk-sel1", GPIOD_OUT_HIGH); in wm1250_ev1_pdata() 155 wm1250->osr = devm_gpiod_get(&i2c->dev, "osr", GPIOD_OUT_LOW); in wm1250_ev1_pdata() 160 wm1250->master = devm_gpiod_get(&i2c->dev, "master", GPIOD_OUT_LOW); in wm1250_ev1_pdata()
|
H A D | pcm3008.c | 130 pcm->dem0_pin = devm_gpiod_get(dev, "dem0", GPIOD_OUT_HIGH); in pcm3008_codec_probe() 135 pcm->dem1_pin = devm_gpiod_get(dev, "dem1", GPIOD_OUT_LOW); in pcm3008_codec_probe() 140 pcm->pdad_pin = devm_gpiod_get(dev, "pdad", GPIOD_OUT_LOW); in pcm3008_codec_probe() 145 pcm->pdda_pin = devm_gpiod_get(dev, "pdda", GPIOD_OUT_LOW); in pcm3008_codec_probe()
|
H A D | max9759.c | 151 priv->gpiod_shutdown = devm_gpiod_get(dev, "shutdown", GPIOD_OUT_HIGH); in max9759_probe() 156 priv->gpiod_mute = devm_gpiod_get(dev, "mute", GPIOD_OUT_HIGH); in max9759_probe()
|
/linux/drivers/siox/ |
H A D | siox-bus-gpio.c | 102 ddata->din = devm_gpiod_get(dev, "din", GPIOD_IN); in siox_gpio_probe() 107 ddata->dout = devm_gpiod_get(dev, "dout", GPIOD_OUT_LOW); in siox_gpio_probe() 112 ddata->dclk = devm_gpiod_get(dev, "dclk", GPIOD_OUT_LOW); in siox_gpio_probe() 117 ddata->dld = devm_gpiod_get(dev, "dld", GPIOD_OUT_LOW); in siox_gpio_probe()
|
/linux/drivers/input/mouse/ |
H A 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/drivers/bus/ |
H A D | ts-nbus.c | 51 ts_nbus->csn = devm_gpiod_get(&pdev->dev, "ts,csn", GPIOD_OUT_HIGH); in ts_nbus_init_pdata() 56 ts_nbus->txrx = devm_gpiod_get(&pdev->dev, "ts,txrx", GPIOD_OUT_HIGH); in ts_nbus_init_pdata() 61 ts_nbus->strobe = devm_gpiod_get(&pdev->dev, "ts,strobe", GPIOD_OUT_HIGH); in ts_nbus_init_pdata() 66 ts_nbus->ale = devm_gpiod_get(&pdev->dev, "ts,ale", GPIOD_OUT_HIGH); in ts_nbus_init_pdata() 71 ts_nbus->rdy = devm_gpiod_get(&pdev->dev, "ts,rdy", GPIOD_IN); in ts_nbus_init_pdata()
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-ronbo-rb070d30.c | 159 ctx->gpios.reset = devm_gpiod_get(&dsi->dev, "reset", GPIOD_OUT_LOW); in rb070d30_panel_dsi_probe() 165 ctx->gpios.power = devm_gpiod_get(&dsi->dev, "power", GPIOD_OUT_LOW); in rb070d30_panel_dsi_probe() 175 ctx->gpios.updn = devm_gpiod_get(&dsi->dev, "updn", GPIOD_OUT_LOW); in rb070d30_panel_dsi_probe() 185 ctx->gpios.shlr = devm_gpiod_get(&dsi->dev, "shlr", GPIOD_OUT_LOW); in rb070d30_panel_dsi_probe()
|
H A D | panel-boe-himax8279d.c | 832 pinfo->pp18_gpio = devm_gpiod_get(dev, "pp18", GPIOD_OUT_HIGH); in panel_add() 838 pinfo->pp33_gpio = devm_gpiod_get(dev, "pp33", GPIOD_OUT_HIGH); in panel_add() 844 pinfo->enable_gpio = devm_gpiod_get(dev, "enable", GPIOD_OUT_HIGH); in panel_add()
|
H A D | panel-sharp-ls037v7dw01.c | 154 lcd->ini_gpio = devm_gpiod_get(&pdev->dev, "enable", GPIOD_OUT_LOW); in ls037v7dw01_probe() 159 lcd->resb_gpio = devm_gpiod_get(&pdev->dev, "reset", GPIOD_OUT_LOW); in ls037v7dw01_probe()
|
/linux/drivers/platform/x86/ |
H A D | sel3350-platform.c | 177 sel3350->ps_a_cfg_data.ps_detect = devm_gpiod_get(&pdev->dev, in sel3350_probe() 180 sel3350->ps_a_cfg_data.ps_good = devm_gpiod_get(&pdev->dev, in sel3350_probe() 194 sel3350->ps_b_cfg_data.ps_detect = devm_gpiod_get(&pdev->dev, in sel3350_probe() 197 sel3350->ps_b_cfg_data.ps_good = devm_gpiod_get(&pdev->dev, in sel3350_probe()
|
H A D | meegopad_anx7428.c | 101 gpio = devm_gpiod_get(dev, "enable", GPIOD_OUT_HIGH); in anx7428_probe() 107 gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_LOW); in anx7428_probe()
|
/linux/drivers/mfd/ |
H A D | upboard-fpga.c | 192 fpga->enable_gpio = devm_gpiod_get(fpga->dev, "enable", GPIOD_ASIS); in upboard_fpga_gpio_init() 196 fpga->clear_gpio = devm_gpiod_get(fpga->dev, "clear", GPIOD_OUT_LOW); in upboard_fpga_gpio_init() 200 fpga->strobe_gpio = devm_gpiod_get(fpga->dev, "strobe", GPIOD_OUT_LOW); in upboard_fpga_gpio_init() 204 fpga->datain_gpio = devm_gpiod_get(fpga->dev, "datain", GPIOD_OUT_LOW); in upboard_fpga_gpio_init() 208 fpga->dataout_gpio = devm_gpiod_get(fpga->dev, "dataout", GPIOD_IN); in upboard_fpga_gpio_init()
|
/linux/drivers/hwmon/ |
H A D | nsa320-hwmon.c | 167 hwmon->act = devm_gpiod_get(&pdev->dev, "act", GPIOD_OUT_LOW); in nsa320_hwmon_probe() 171 hwmon->clk = devm_gpiod_get(&pdev->dev, "clk", GPIOD_OUT_HIGH); in nsa320_hwmon_probe() 175 hwmon->data = devm_gpiod_get(&pdev->dev, "data", GPIOD_IN); in nsa320_hwmon_probe()
|
/linux/drivers/fpga/ |
H A D | xilinx-core.c | 180 desc = devm_gpiod_get(dev, con_id, flags); in xilinx_core_devm_gpiod_get() 183 desc = devm_gpiod_get(dev, legacy_con_id, flags); in xilinx_core_devm_gpiod_get() 215 core->done = devm_gpiod_get(core->dev, "done", GPIOD_IN); in xilinx_core_probe()
|
H A 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()
|
/linux/drivers/extcon/ |
H A D | extcon-intel-int3496.c | 138 devm_gpiod_get(dev, "id", GPIOD_IN | GPIOD_FLAGS_BIT_NONEXCLUSIVE); in int3496_probe() 151 data->gpio_vbus_en = devm_gpiod_get(dev, "vbus", GPIOD_ASIS); in int3496_probe() 157 data->gpio_usb_mux = devm_gpiod_get(dev, "mux", GPIOD_ASIS); in int3496_probe()
|
/linux/drivers/pcmcia/ |
H A 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/drivers/rtc/ |
H A D | rtc-ds2404.c | 41 chip->rst_gpiod = devm_gpiod_get(dev, "rst", GPIOD_OUT_LOW); in ds2404_gpio_map() 45 chip->clk_gpiod = devm_gpiod_get(dev, "clk", GPIOD_OUT_HIGH); in ds2404_gpio_map() 49 chip->dq_gpiod = devm_gpiod_get(dev, "dq", GPIOD_ASIS); in ds2404_gpio_map()
|
H A D | rtc-moxart.c | 253 moxart_rtc->gpio_data = devm_gpiod_get(&pdev->dev, "rtc-data", in moxart_rtc_probe() 261 moxart_rtc->gpio_sclk = devm_gpiod_get(&pdev->dev, "rtc-sclk", in moxart_rtc_probe() 269 moxart_rtc->gpio_reset = devm_gpiod_get(&pdev->dev, "rtc-reset", in moxart_rtc_probe()
|
/linux/drivers/video/fbdev/omap/ |
H A 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/drivers/staging/greybus/ |
H A 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()
|
/linux/drivers/iio/resolver/ |
H A D | ad2s1200.c | 146 st->sample = devm_gpiod_get(&spi->dev, "adi,sample", GPIOD_OUT_LOW); in ad2s1200_probe() 153 st->rdvel = devm_gpiod_get(&spi->dev, "adi,rdvel", GPIOD_OUT_LOW); in ad2s1200_probe()
|
/linux/drivers/i2c/muxes/ |
H A 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/drivers/gpio/ |
H A D | gpiolib-devres.c | 47 struct gpio_desc *__must_check devm_gpiod_get(struct device *dev, in devm_gpiod_get() function 53 EXPORT_SYMBOL_GPL(devm_gpiod_get);
|
/linux/sound/soc/atmel/ |
H A D | tse850-pcm5142.c | 364 tse850->add = devm_gpiod_get(dev, "axentia,add", GPIOD_OUT_HIGH); in tse850_probe() 370 tse850->loop1 = devm_gpiod_get(dev, "axentia,loop1", GPIOD_OUT_HIGH); in tse850_probe() 376 tse850->loop2 = devm_gpiod_get(dev, "axentia,loop2", GPIOD_OUT_HIGH); in tse850_probe()
|