/openbmc/linux/drivers/staging/olpc_dcon/ |
H A 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 },
|
H A 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 },
|
/openbmc/linux/net/rfkill/ |
H A D | rfkill-gpio.c | 115 gpio = devm_gpiod_get_optional(&pdev->dev, "reset", GPIOD_ASIS); in rfkill_gpio_probe() 121 gpio = devm_gpiod_get_optional(&pdev->dev, "shutdown", GPIOD_ASIS); in rfkill_gpio_probe()
|
/openbmc/linux/sound/soc/ |
H A D | soc-ac97.c | 332 cfg->sync_gpio = devm_gpiod_get_index(dev, "ac97", 0, GPIOD_ASIS); in snd_soc_ac97_parse_pinctl() 337 cfg->sdata_gpio = devm_gpiod_get_index(dev, "ac97", 1, GPIOD_ASIS); in snd_soc_ac97_parse_pinctl() 342 cfg->reset_gpio = devm_gpiod_get_index(dev, "ac97", 2, GPIOD_ASIS); in snd_soc_ac97_parse_pinctl()
|
/openbmc/linux/drivers/extcon/ |
H A D | extcon-intel-int3496.c | 151 data->gpio_vbus_en = devm_gpiod_get(dev, "vbus", GPIOD_ASIS); in int3496_probe() 157 data->gpio_usb_mux = devm_gpiod_get(dev, "mux", GPIOD_ASIS); in int3496_probe()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | gpd-pocket-fan.c | 170 fan->gpio0 = devm_gpiod_get_index(fan->dev, NULL, 0, GPIOD_ASIS); in gpd_pocket_fan_probe() 174 fan->gpio1 = devm_gpiod_get_index(fan->dev, NULL, 1, GPIOD_ASIS); in gpd_pocket_fan_probe()
|
/openbmc/linux/drivers/regulator/ |
H A D | tps65132-regulator.c | 140 "enable", GPIOD_ASIS, in tps65132_of_parse_cb() 154 GPIOD_ASIS, in tps65132_of_parse_cb()
|
H A D | max20411-regulator.c | 129 cfg.ena_gpiod = gpiod_get(max20411->dev, "enable", GPIOD_ASIS); in max20411_probe()
|
/openbmc/linux/drivers/leds/ |
H A 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()
|
H A D | leds-gpio.c | 172 led.gpiod = devm_fwnode_gpiod_get(dev, child, NULL, GPIOD_ASIS, in gpio_leds_create()
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-sony-td4353-jdi.c | 262 ctx->panel_reset_gpio = devm_gpiod_get(dev, "panel-reset", GPIOD_ASIS); in sony_td4353_jdi_probe() 267 ctx->touch_reset_gpio = devm_gpiod_get(dev, "touch-reset", GPIOD_ASIS); in sony_td4353_jdi_probe()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-moxart.c | 262 GPIOD_ASIS); in moxart_rtc_probe() 270 GPIOD_ASIS); in moxart_rtc_probe()
|
H A D | rtc-ds2404.c | 50 chip->dq_gpiod = devm_gpiod_get(dev, "dq", GPIOD_ASIS); in ds2404_gpio_map()
|
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-generic.c | 223 GPIOD_ASIS); in usb_phy_gen_create_phy() 228 GPIOD_ASIS); in usb_phy_gen_create_phy()
|
/openbmc/linux/drivers/leds/flash/ |
H A D | leds-ktd2692.c | 280 led->ctrl_gpio = devm_gpiod_get(dev, "ctrl", GPIOD_ASIS); in ktd2692_parse_dt() 285 led->aux_gpio = devm_gpiod_get_optional(dev, "aux", GPIOD_ASIS); in ktd2692_parse_dt()
|
H A 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()
|
/openbmc/linux/drivers/video/backlight/ |
H A D | gpio_backlight.c | 66 gbl->gpiod = devm_gpiod_get(dev, NULL, GPIOD_ASIS); in gpio_backlight_probe()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-iop3xx.c | 435 GPIOD_ASIS); in iop3xx_i2c_probe() 442 GPIOD_ASIS); in iop3xx_i2c_probe()
|
/openbmc/linux/drivers/watchdog/ |
H A D | mena21_wdt.c | 153 gflags = GPIOD_ASIS; in a21_wdt_probe()
|
/openbmc/linux/arch/powerpc/platforms/44x/ |
H A D | warp.c | 178 NULL, 0, GPIOD_ASIS, in pika_setup_leds()
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surface_hotplug.c | 161 gpiod = devm_gpiod_get(&pdev->dev, shps_gpio_names[type], GPIOD_ASIS); in shps_setup_irq()
|
/openbmc/linux/drivers/soc/fsl/qe/ |
H A D | gpio.c | 177 GPIOD_ASIS | GPIOD_FLAGS_BIT_NONEXCLUSIVE); in qe_pin_request()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-acpi.c | 342 return GPIOD_ASIS; in acpi_gpio_to_gpiod_flags() 1088 enum gpiod_flags dflags = GPIOD_ASIS; in acpi_dev_gpio_irq_wake_get_by() 1292 *dflags = GPIOD_ASIS; in acpi_gpiochip_parse_own_gpio()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-omap.c | 224 priv->power = devm_gpiod_get_optional(&pdev->dev, "power", GPIOD_ASIS); in ohci_hcd_omap_probe()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | keystone_remoteproc.c | 435 ksproc->kick_gpio = gpiod_get(dev, "kick", GPIOD_ASIS); in keystone_rproc_probe()
|