Home
last modified time | relevance | path

Searched refs:GPIOD_OUT_HIGH (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/linux-6.3-rc2/drivers/bus/
A Dts-nbus.c46 GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
52 ts_nbus->csn = devm_gpiod_get(&pdev->dev, "ts,csn", GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
58 ts_nbus->txrx = devm_gpiod_get(&pdev->dev, "ts,txrx", GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
64 ts_nbus->strobe = devm_gpiod_get(&pdev->dev, "ts,strobe", GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
70 ts_nbus->ale = devm_gpiod_get(&pdev->dev, "ts,ale", GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
/linux-6.3-rc2/Documentation/driver-api/gpio/
A Dboard.rst48 red = gpiod_get_index(dev, "led", 0, GPIOD_OUT_HIGH);
49 green = gpiod_get_index(dev, "led", 1, GPIOD_OUT_HIGH);
50 blue = gpiod_get_index(dev, "led", 2, GPIOD_OUT_HIGH);
52 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
168 red = gpiod_get_index(dev, "led", 0, GPIOD_OUT_HIGH);
169 green = gpiod_get_index(dev, "led", 1, GPIOD_OUT_HIGH);
170 blue = gpiod_get_index(dev, "led", 2, GPIOD_OUT_HIGH);
172 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
188 GPIO_HOG("gpio.0", 10, "foo", GPIO_ACTIVE_LOW, GPIOD_OUT_HIGH),
/linux-6.3-rc2/sound/soc/codecs/
A Dmax9759.c151 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()
162 priv->gpiod_gain = devm_gpiod_get_array(dev, "gain", GPIOD_OUT_HIGH); in max9759_probe()
A Dbd28623.c202 GPIOD_OUT_HIGH); in bd28623_probe()
210 GPIOD_OUT_HIGH); in bd28623_probe()
/linux-6.3-rc2/drivers/regulator/
A Dgpio-regulator.c181 config->gflags[i] = GPIOD_OUT_HIGH; in of_get_gpio_regulator_config()
184 val ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in of_get_gpio_regulator_config()
324 if (config->gflags[ptr] == GPIOD_OUT_HIGH) in gpio_regulator_probe()
339 gflags = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE; in gpio_regulator_probe()
A Dmax8952.c211 gflags = GPIOD_OUT_HIGH; in max8952_pmic_probe()
238 gflags = max8952->vid0 ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in max8952_pmic_probe()
244 gflags = max8952->vid1 ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in max8952_pmic_probe()
A Drt4801-regulator.c51 GPIOD_OUT_HIGH, in rt4801_of_parse_cb()
201 GPIOD_OUT_HIGH); in rt4801_probe()
A Dlp872x.c256 state = dvs_sel == SEL_V1 ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in lp872x_set_dvs()
272 addr = (lp->dvs_pin == GPIOD_OUT_HIGH) ? in lp872x_select_buck_vout_addr()
286 addr = (lp->dvs_pin == GPIOD_OUT_HIGH) ? in lp872x_select_buck_vout_addr()
714 lp->pdata->enable_gpio = devm_gpiod_get_optional(lp->dev, "enable", GPIOD_OUT_HIGH); in lp872x_hw_enable()
844 pdata->dvs->init_state = dvs_state ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in lp872x_populate_pdata_from_dt()
/linux-6.3-rc2/drivers/pcmcia/
A Dsa1100_generic.c58 skt->gpio_reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in sa11x0_cf_hw_init()
63 GPIOD_OUT_HIGH); in sa11x0_cf_hw_init()
/linux-6.3-rc2/drivers/gpu/drm/panel/
A Dpanel-boe-himax8279d.c856 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()
A Dpanel-mantix-mlaf057we51.c267 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in mantix_probe()
273 ctx->tp_rstn_gpio = devm_gpiod_get(dev, "mantix,tp-rstn", GPIOD_OUT_HIGH); in mantix_probe()
/linux-6.3-rc2/sound/soc/atmel/
A Dtse850-pcm5142.c373 tse850->add = devm_gpiod_get(dev, "axentia,add", GPIOD_OUT_HIGH); in tse850_probe()
379 tse850->loop1 = devm_gpiod_get(dev, "axentia,loop1", GPIOD_OUT_HIGH); in tse850_probe()
385 tse850->loop2 = devm_gpiod_get(dev, "axentia,loop2", GPIOD_OUT_HIGH); in tse850_probe()
/linux-6.3-rc2/arch/mips/lantiq/xway/
A Dvmmc.c41 NULL, --gpio_count, GPIOD_OUT_HIGH); in vmmc_probe()
/linux-6.3-rc2/sound/soc/ti/
A Dams-delta.c491 GPIOD_OUT_HIGH); in ams_delta_cx20442_init()
563 GPIOD_OUT_HIGH); in ams_delta_probe()
568 GPIOD_OUT_HIGH); in ams_delta_probe()
/linux-6.3-rc2/drivers/misc/
A Dhisi_hikey_usb.c156 GPIOD_OUT_HIGH); in hisi_hikey_usb_of_role_switch()
173 GPIOD_OUT_HIGH); in hisi_hikey_usb_of_role_switch()
/linux-6.3-rc2/drivers/iio/adc/
A Dad7780.c284 GPIOD_OUT_HIGH); in ad7780_init_gpios()
293 GPIOD_OUT_HIGH); in ad7780_init_gpios()
/linux-6.3-rc2/drivers/reset/
A Dreset-tps380x.c85 tps380x->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in tps380x_reset_probe()
/linux-6.3-rc2/drivers/mfd/
A Drt4831.c52 enable_gpio = devm_gpiod_get_optional(&client->dev, "enable", GPIOD_OUT_HIGH); in rt4831_probe()
/linux-6.3-rc2/arch/arm/mach-mvebu/
A Dpm-board.c100 "ctrl", i, GPIOD_OUT_HIGH, in mvebu_armada_pm_init()
/linux-6.3-rc2/drivers/power/supply/
A Dmax8903_charger.c277 flags = (ta_in || usb_in) ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in max8903_setup_gpios()
295 flags = ta_in ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in max8903_setup_gpios()
/linux-6.3-rc2/drivers/usb/misc/
A Dusb3503.c239 flags = GPIOD_OUT_HIGH; in usb3503_probe()
256 hub->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in usb3503_probe()
/linux-6.3-rc2/drivers/extcon/
A Dextcon-max3355.c72 gpiod = devm_gpiod_get(&pdev->dev, "maxim,shdn", GPIOD_OUT_HIGH); in max3355_probe()
/linux-6.3-rc2/drivers/hid/i2c-hid/
A Di2c-hid-of-goodix.c82 devm_gpiod_get_optional(&client->dev, "reset", GPIOD_OUT_HIGH); in i2c_hid_of_goodix_probe()
A Di2c-hid-of-elan.c84 devm_gpiod_get_optional(&client->dev, "reset", GPIOD_OUT_HIGH); in i2c_hid_of_elan_probe()
/linux-6.3-rc2/drivers/gpu/drm/bridge/
A Dparade-ps8622.c470 ps8622->gpio_slp = devm_gpiod_get(dev, "sleep", GPIOD_OUT_HIGH); in ps8622_probe()
481 ps8622->gpio_rst = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ps8622_probe()

Completed in 30 milliseconds

12345678910>>...13