| /Linux-v5.10/drivers/staging/olpc_dcon/ |
| D | olpc_dcon_xo_1.c | 30 [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 },
|
| D | olpc_dcon_xo_1_5.c | 63 [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-v5.10/drivers/extcon/ |
| D | extcon-intel-int3496.c | 119 data->gpio_vbus_en = devm_gpiod_get(dev, "vbus", GPIOD_ASIS); in int3496_probe() 123 data->gpio_usb_mux = devm_gpiod_get(dev, "mux", GPIOD_ASIS); in int3496_probe()
|
| /Linux-v5.10/drivers/platform/x86/ |
| D | gpd-pocket-fan.c | 166 fan->gpio0 = devm_gpiod_get_index(fan->dev, NULL, 0, GPIOD_ASIS); in gpd_pocket_fan_probe() 170 fan->gpio1 = devm_gpiod_get_index(fan->dev, NULL, 1, GPIOD_ASIS); in gpd_pocket_fan_probe()
|
| D | surface3_button.c | 76 desc = gpiod_get_index(dev, NULL, acpi_index, GPIOD_ASIS); in surface3_button_lookup_gpio()
|
| /Linux-v5.10/drivers/regulator/ |
| D | tps65132-regulator.c | 140 "enable", GPIOD_ASIS, in tps65132_of_parse_cb() 154 GPIOD_ASIS, in tps65132_of_parse_cb()
|
| /Linux-v5.10/drivers/leds/ |
| D | leds-ns2.c | 183 led->cmd = devm_fwnode_gpiod_get_index(dev, node, "cmd", 0, GPIOD_ASIS, in ns2_led_register() 189 GPIOD_ASIS, in ns2_led_register()
|
| D | leds-ktd2692.c | 269 led->ctrl_gpio = devm_gpiod_get(dev, "ctrl", GPIOD_ASIS); in ktd2692_parse_dt() 276 led->aux_gpio = devm_gpiod_get(dev, "aux", GPIOD_ASIS); in ktd2692_parse_dt()
|
| D | leds-aat1290.c | 226 led->gpio_fl_en = devm_gpiod_get(dev, "flen", GPIOD_ASIS); in aat1290_led_parse_dt() 233 led->gpio_en_set = devm_gpiod_get(dev, "enset", GPIOD_ASIS); in aat1290_led_parse_dt()
|
| D | leds-gpio.c | 154 GPIOD_ASIS, in gpio_leds_create()
|
| /Linux-v5.10/drivers/usb/phy/ |
| D | phy-generic.c | 224 GPIOD_ASIS); in usb_phy_gen_create_phy() 229 GPIOD_ASIS); in usb_phy_gen_create_phy()
|
| /Linux-v5.10/drivers/video/backlight/ |
| D | gpio_backlight.c | 66 gbl->gpiod = devm_gpiod_get(dev, NULL, GPIOD_ASIS); in gpio_backlight_probe()
|
| D | pwm_bl.c | 491 GPIOD_ASIS); in pwm_backlight_probe()
|
| /Linux-v5.10/drivers/i2c/busses/ |
| D | i2c-iop3xx.c | 435 GPIOD_ASIS); in iop3xx_i2c_probe() 442 GPIOD_ASIS); in iop3xx_i2c_probe()
|
| /Linux-v5.10/drivers/watchdog/ |
| D | mena21_wdt.c | 153 gflags = GPIOD_ASIS; in a21_wdt_probe()
|
| /Linux-v5.10/drivers/gpu/drm/msm/hdmi/ |
| D | hdmi.c | 559 gpiod = devm_gpiod_get_optional(dev, name, GPIOD_ASIS); in msm_hdmi_bind() 573 gpiod = devm_gpiod_get_optional(dev, name3, GPIOD_ASIS); in msm_hdmi_bind()
|
| /Linux-v5.10/drivers/usb/host/ |
| D | ohci-omap.c | 322 priv->power = devm_gpiod_get_optional(&pdev->dev, "power", GPIOD_ASIS); in ohci_hcd_omap_probe()
|
| /Linux-v5.10/sound/soc/ti/ |
| D | rx51.c | 430 GPIOD_ASIS); in rx51_soc_probe()
|
| /Linux-v5.10/drivers/input/misc/ |
| D | soc_button_array.c | 108 desc = gpiod_get_index(dev, NULL, acpi_index, GPIOD_ASIS); in soc_button_lookup_gpio()
|
| /Linux-v5.10/drivers/iio/imu/ |
| D | adis.c | 418 gpio = devm_gpiod_get_optional(&adis->spi->dev, "reset", GPIOD_ASIS); in __adis_initial_startup()
|
| /Linux-v5.10/drivers/gpu/drm/gma500/ |
| D | mdfld_dsi_output.c | 465 gpiod = gpiod_get(dev, "dsi-pipe0-reset", GPIOD_ASIS); in mdfld_dsi_panel_reset()
|
| /Linux-v5.10/drivers/gpio/ |
| D | gpio-max3191x.c | 388 "maxim,modesel", GPIOD_ASIS, max3191x->nchips); in max3191x_probe()
|
| D | gpio-aggregator.c | 529 descs[i] = devm_gpiod_get_index(dev, NULL, i, GPIOD_ASIS); in gpio_aggregator_probe()
|
| /Linux-v5.10/drivers/hwmon/ |
| D | gpio-fan.c | 437 gpios[i] = devm_gpiod_get_index(dev, NULL, i, GPIOD_ASIS); in gpio_fan_get_of_data()
|
| /Linux-v5.10/include/linux/gpio/ |
| D | consumer.h | 50 GPIOD_ASIS = 0, enumerator
|