Home
last modified time | relevance | path

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

12

/linux-4.19.296/drivers/siox/
Dsiox-bus-gpio.c103 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-4.19.296/drivers/bus/
Dts-nbus.c55 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-4.19.296/drivers/extcon/
Dextcon-intel-int3496.c114 data->gpio_usb_id = devm_gpiod_get(dev, "id", GPIOD_IN); in int3496_probe()
127 data->gpio_vbus_en = devm_gpiod_get(dev, "vbus", GPIOD_ASIS); in int3496_probe()
131 data->gpio_usb_mux = devm_gpiod_get(dev, "mux", GPIOD_ASIS); in int3496_probe()
Dextcon-max3355.c69 gpiod = devm_gpiod_get(&pdev->dev, "id", GPIOD_IN); in max3355_probe()
76 gpiod = devm_gpiod_get(&pdev->dev, "maxim,shdn", GPIOD_OUT_HIGH); in max3355_probe()
Dextcon-gpio.c96 data->gpiod = devm_gpiod_get(dev, "extcon", GPIOD_IN); in gpio_extcon_probe()
/linux-4.19.296/drivers/iio/resolver/
Dad2s1200.c150 st->sample = devm_gpiod_get(&spi->dev, "adi,sample", GPIOD_OUT_LOW); in ad2s1200_probe()
157 st->rdvel = devm_gpiod_get(&spi->dev, "adi,rdvel", GPIOD_OUT_LOW); in ad2s1200_probe()
/linux-4.19.296/drivers/iio/proximity/
Dsrf04.c239 data->gpiod_trig = devm_gpiod_get(dev, "trig", GPIOD_OUT_LOW); in srf04_probe()
246 data->gpiod_echo = devm_gpiod_get(dev, "echo", GPIOD_IN); in srf04_probe()
Dsx9500.c896 gpiod_int = devm_gpiod_get(dev, "interrupt", GPIOD_IN); in sx9500_gpio_probe()
903 data->gpiod_rst = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in sx9500_gpio_probe()
/linux-4.19.296/drivers/gpio/
Ddevres.c64 struct gpio_desc *__must_check devm_gpiod_get(struct device *dev, in devm_gpiod_get() function
70 EXPORT_SYMBOL(devm_gpiod_get);
/linux-4.19.296/drivers/auxdisplay/
Dhd44780.c236 hd->pins[PIN_CTRL_E] = devm_gpiod_get(dev, "enable", GPIOD_OUT_LOW); in hd44780_probe()
242 hd->pins[PIN_CTRL_RS] = devm_gpiod_get(dev, "rs", GPIOD_OUT_HIGH); in hd44780_probe()
/linux-4.19.296/drivers/media/rc/
Dgpio-ir-recv.c60 gpio_dev->gpiod = devm_gpiod_get(dev, NULL, GPIOD_IN); in gpio_ir_recv_probe()
Dgpio-ir-tx.c134 gpio_ir->gpio = devm_gpiod_get(&pdev->dev, NULL, GPIOD_OUT_LOW); in gpio_ir_tx_probe()
/linux-4.19.296/include/linux/gpio/
Dconsumer.h77 struct gpio_desc *__must_check devm_gpiod_get(struct device *dev,
237 devm_gpiod_get(struct device *dev, in devm_gpiod_get() function
/linux-4.19.296/drivers/iio/adc/
Dhx711.c504 hx711_data->gpiod_pd_sck = devm_gpiod_get(dev, "sck", GPIOD_OUT_LOW); in hx711_probe()
515 hx711_data->gpiod_dout = devm_gpiod_get(dev, "dout", GPIOD_IN); in hx711_probe()
Dhi8435.c477 reset_gpio = devm_gpiod_get(&spi->dev, NULL, GPIOD_OUT_LOW); in hi8435_probe()
/linux-4.19.296/drivers/bluetooth/
Dhci_nokia.c706 btdev->reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in nokia_bluetooth_serdev_probe()
713 btdev->wakeup_host = devm_gpiod_get(dev, "host-wakeup", GPIOD_IN); in nokia_bluetooth_serdev_probe()
731 btdev->wakeup_bt = devm_gpiod_get(dev, "bluetooth-wakeup", in nokia_bluetooth_serdev_probe()
Dhci_intel.c1186 idev->reset = devm_gpiod_get(&pdev->dev, "reset", GPIOD_OUT_LOW); in intel_probe()
1198 host_wake = devm_gpiod_get(&pdev->dev, "host-wake", GPIOD_IN); in intel_probe()
/linux-4.19.296/drivers/char/tpm/st33zp24/
Di2c.c135 gpiod_lpcpd = devm_gpiod_get(dev, "lpcpd", GPIOD_OUT_HIGH); in st33zp24_i2c_acpi_request_resources()
Dspi.c254 gpiod_lpcpd = devm_gpiod_get(dev, "lpcpd", GPIOD_OUT_HIGH); in st33zp24_spi_acpi_request_resources()
/linux-4.19.296/drivers/clk/
Dclk-gpio.c232 gpiod = devm_gpiod_get(&pdev->dev, gpio_name, GPIOD_OUT_LOW); in gpio_clk_driver_probe()
/linux-4.19.296/drivers/iio/light/
Dcm3605.c223 cm3605->aset = devm_gpiod_get(dev, "aset", GPIOD_OUT_HIGH); in cm3605_probe()
/linux-4.19.296/drivers/fsi/
Dfsi-master-gpio.c785 gpio = devm_gpiod_get(&pdev->dev, "clock", 0); in fsi_master_gpio_probe()
793 gpio = devm_gpiod_get(&pdev->dev, "data", 0); in fsi_master_gpio_probe()
/linux-4.19.296/drivers/i2c/busses/
Di2c-davinci.c875 rinfo->scl_gpiod = devm_gpiod_get(&pdev->dev, "scl", in davinci_i2c_probe()
881 rinfo->sda_gpiod = devm_gpiod_get(&pdev->dev, "sda", GPIOD_IN); in davinci_i2c_probe()
Di2c-gpio.c229 retdesc = devm_gpiod_get(dev, con_id, gflags); in i2c_gpio_get_desc()
/linux-4.19.296/drivers/pci/controller/
Dpcie-rockchip.c123 rockchip->ep_gpio = devm_gpiod_get(dev, "ep", GPIOD_OUT_HIGH); in rockchip_pcie_parse_dt()

12