Searched refs:GPIOD_ASIS (Results 1 - 25 of 54) sorted by relevance

123

/linux-master/drivers/staging/olpc_dcon/
H A Dolpc_dcon_xo_1.c30 [OLPC_DCON_STAT0] = { .name = "dcon_stat0", .flags = GPIOD_ASIS },
31 [OLPC_DCON_STAT1] = { .name = "dcon_stat1", .flags = GPIOD_ASIS },
32 [OLPC_DCON_IRQ] = { .name = "dcon_irq", .flags = GPIOD_ASIS },
33 [OLPC_DCON_LOAD] = { .name = "dcon_load", .flags = GPIOD_ASIS },
34 [OLPC_DCON_BLANK] = { .name = "dcon_blank", .flags = GPIOD_ASIS },
H A Dolpc_dcon_xo_1_5.c63 [OLPC_DCON_STAT0] = { .name = "dcon_stat0", .flags = GPIOD_ASIS },
64 [OLPC_DCON_STAT1] = { .name = "dcon_stat1", .flags = GPIOD_ASIS },
65 [OLPC_DCON_LOAD] = { .name = "dcon_load", .flags = GPIOD_ASIS },
/linux-master/drivers/extcon/
H A Dextcon-intel-int3496.c151 data->gpio_vbus_en = devm_gpiod_get(dev, "vbus", GPIOD_ASIS);
157 data->gpio_usb_mux = devm_gpiod_get(dev, "mux", GPIOD_ASIS);
/linux-master/net/rfkill/
H A Drfkill-gpio.c111 gpio = devm_gpiod_get_optional(&pdev->dev, "reset", GPIOD_ASIS);
117 gpio = devm_gpiod_get_optional(&pdev->dev, "shutdown", GPIOD_ASIS);
/linux-master/sound/soc/
H A Dsoc-ac97.c332 cfg->sync_gpio = devm_gpiod_get_index(dev, "ac97", 0, GPIOD_ASIS);
337 cfg->sdata_gpio = devm_gpiod_get_index(dev, "ac97", 1, GPIOD_ASIS);
342 cfg->reset_gpio = devm_gpiod_get_index(dev, "ac97", 2, GPIOD_ASIS);
/linux-master/drivers/video/backlight/
H A Dgpio_backlight.c66 gbl->gpiod = devm_gpiod_get(dev, NULL, GPIOD_ASIS);
/linux-master/drivers/platform/x86/
H A Dgpd-pocket-fan.c170 fan->gpio0 = devm_gpiod_get_index(fan->dev, NULL, 0, GPIOD_ASIS);
174 fan->gpio1 = devm_gpiod_get_index(fan->dev, NULL, 1, GPIOD_ASIS);
/linux-master/drivers/leds/
H A Dleds-ns2.c183 led->cmd = devm_fwnode_gpiod_get_index(dev, node, "cmd", 0, GPIOD_ASIS,
189 GPIOD_ASIS,
H A Dleds-gpio.c172 led.gpiod = devm_fwnode_gpiod_get(dev, child, NULL, GPIOD_ASIS,
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-sony-td4353-jdi.c253 ctx->panel_reset_gpio = devm_gpiod_get(dev, "panel-reset", GPIOD_ASIS);
258 ctx->touch_reset_gpio = devm_gpiod_get(dev, "touch-reset", GPIOD_ASIS);
/linux-master/drivers/regulator/
H A Dtps65132-regulator.c140 "enable", GPIOD_ASIS,
154 GPIOD_ASIS,
H A Dmax20411-regulator.c129 cfg.ena_gpiod = gpiod_get(max20411->dev, "enable", GPIOD_ASIS);
/linux-master/drivers/rtc/
H A Drtc-moxart.c262 GPIOD_ASIS);
270 GPIOD_ASIS);
H A Drtc-ds2404.c50 chip->dq_gpiod = devm_gpiod_get(dev, "dq", GPIOD_ASIS);
/linux-master/drivers/leds/flash/
H A Dleds-ktd2692.c217 led->props.ctrl_gpio = devm_gpiod_get(dev, "ctrl", GPIOD_ASIS);
222 led->aux_gpio = devm_gpiod_get_optional(dev, "aux", GPIOD_ASIS);
H A Dleds-aat1290.c226 led->gpio_fl_en = devm_gpiod_get(dev, "flen", GPIOD_ASIS);
233 led->gpio_en_set = devm_gpiod_get(dev, "enset", GPIOD_ASIS);
/linux-master/drivers/usb/phy/
H A Dphy-generic.c217 GPIOD_ASIS);
222 GPIOD_ASIS);
/linux-master/drivers/i2c/busses/
H A Di2c-iop3xx.c435 GPIOD_ASIS);
442 GPIOD_ASIS);
/linux-master/drivers/watchdog/
H A Dmena21_wdt.c153 gflags = GPIOD_ASIS;
/linux-master/drivers/platform/surface/
H A Dsurface_hotplug.c161 gpiod = devm_gpiod_get(&pdev->dev, shps_gpio_names[type], GPIOD_ASIS);
/linux-master/arch/powerpc/platforms/44x/
H A Dwarp.c179 NULL, 0, GPIOD_ASIS,
/linux-master/drivers/soc/fsl/qe/
H A Dgpio.c177 GPIOD_ASIS | GPIOD_FLAGS_BIT_NONEXCLUSIVE);
/linux-master/drivers/usb/host/
H A Dohci-omap.c224 priv->power = devm_gpiod_get_optional(&pdev->dev, "power", GPIOD_ASIS);
/linux-master/drivers/gpio/
H A Dgpiolib-acpi.c301 return GPIOD_ASIS;
1047 enum gpiod_flags dflags = GPIOD_ASIS;
1251 *dflags = GPIOD_ASIS;
/linux-master/drivers/hwmon/
H A Dgpio-fan.c342 * The GPIO descriptors were retrieved with GPIOD_ASIS so here
439 gpios[i] = devm_gpiod_get_index(dev, NULL, i, GPIOD_ASIS);

Completed in 498 milliseconds

123