Home
last modified time | relevance | path

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

12345678910>>...17

/linux/drivers/bus/
A Dts-nbus.c46 GPIOD_OUT_HIGH); in ts_nbus_init_pdata()
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()
/linux/Documentation/driver-api/gpio/
A Dboard.rst42 red = gpiod_get_index(dev, "led", 0, GPIOD_OUT_HIGH);
43 green = gpiod_get_index(dev, "led", 1, GPIOD_OUT_HIGH);
44 blue = gpiod_get_index(dev, "led", 2, GPIOD_OUT_HIGH);
46 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
162 red = gpiod_get_index(dev, "led", 0, GPIOD_OUT_HIGH);
163 green = gpiod_get_index(dev, "led", 1, GPIOD_OUT_HIGH);
164 blue = gpiod_get_index(dev, "led", 2, GPIOD_OUT_HIGH);
166 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
182 GPIO_HOG("gpio.0", 10, "foo", GPIO_ACTIVE_LOW, GPIOD_OUT_HIGH),
/linux/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 Dmax9768.c189 GPIOD_OUT_HIGH); in max9768_i2c_probe()
197 GPIOD_OUT_HIGH); in max9768_i2c_probe()
A Dwm1250-ev1.c145 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()
A Dbd28623.c202 GPIOD_OUT_HIGH); in bd28623_probe()
210 GPIOD_OUT_HIGH); in bd28623_probe()
/linux/drivers/fpga/
A Dxilinx-selectmap.c60 gpio = devm_gpiod_get_optional(&pdev->dev, "csi", GPIOD_OUT_HIGH); in xilinx_selectmap_probe()
66 gpio = devm_gpiod_get_optional(&pdev->dev, "rdwr", GPIOD_OUT_HIGH); in xilinx_selectmap_probe()
/linux/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()
843 pdata->dvs->init_state = dvs_state ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in lp872x_populate_pdata_from_dt()
/linux/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/drivers/gpu/drm/panel/
A Dpanel-boe-himax8279d.c832 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()
A Dpanel-lincolntech-lcd197.c206 GPIOD_OUT_HIGH); in lincoln_lcd197_panel_probe()
212 GPIOD_OUT_HIGH); in lincoln_lcd197_panel_probe()
A Dpanel-mantix-mlaf057we51.c242 ctx->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in mantix_probe()
248 ctx->tp_rstn_gpio = devm_gpiod_get(dev, "mantix,tp-rstn", GPIOD_OUT_HIGH); in mantix_probe()
/linux/arch/arm/mach-omap2/
A Dpdata-quirks.c105 d = gpiod_get_index(NULL, "reset", idx, GPIOD_OUT_HIGH); in omap3_sbc_t3x_usb_hub_init()
198 d = gpiod_get(NULL, "power", GPIOD_OUT_HIGH); in omap3_sbc_t3517_wifi_init()
206 d = gpiod_get(NULL, "noe", GPIOD_OUT_HIGH); in omap3_sbc_t3517_wifi_init()
/linux/sound/soc/atmel/
A Dtse850-pcm5142.c371 tse850->add = devm_gpiod_get(dev, "axentia,add", GPIOD_OUT_HIGH); in tse850_probe()
377 tse850->loop1 = devm_gpiod_get(dev, "axentia,loop1", GPIOD_OUT_HIGH); in tse850_probe()
383 tse850->loop2 = devm_gpiod_get(dev, "axentia,loop2", GPIOD_OUT_HIGH); in tse850_probe()
/linux/drivers/usb/misc/
A Dusb3503.c244 flags = GPIOD_OUT_HIGH; in usb3503_probe()
261 hub->bypass = devm_gpiod_get_optional(dev, "bypass", GPIOD_OUT_HIGH); in usb3503_probe()
269 hub->reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_HIGH); in usb3503_probe()
/linux/arch/mips/lantiq/xway/
A Dvmmc.c42 NULL, --gpio_count, GPIOD_OUT_HIGH); in vmmc_probe()
/linux/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/drivers/misc/
A Dhisi_hikey_usb.c155 GPIOD_OUT_HIGH); in hisi_hikey_usb_of_role_switch()
172 GPIOD_OUT_HIGH); in hisi_hikey_usb_of_role_switch()
/linux/drivers/platform/x86/
A Dlenovo-yoga-tab2-pro-1380-fastcharger.c190 fc->uart3_txd = devm_gpiod_get(dev, "uart3_txd", GPIOD_OUT_HIGH); in yt2_1380_fc_serdev_probe()
194 fc->uart3_rxd = devm_gpiod_get(dev, "uart3_rxd", GPIOD_OUT_HIGH); in yt2_1380_fc_serdev_probe()
A Dmeegopad_anx7428.c101 gpio = devm_gpiod_get(dev, "enable", GPIOD_OUT_HIGH); in anx7428_probe()
/linux/arch/arm/mach-omap1/
A Dboard-osk.c218 GPIO_ACTIVE_HIGH, GPIOD_OUT_HIGH); in osk_tps_setup()
231 GPIO_ACTIVE_HIGH, GPIOD_OUT_HIGH); in osk_tps_setup()
/linux/drivers/iio/adc/
A Dad7780.c284 GPIOD_OUT_HIGH); in ad7780_init_gpios()
293 GPIOD_OUT_HIGH); in ad7780_init_gpios()

Completed in 751 milliseconds

12345678910>>...17