/linux-6.3-rc2/drivers/staging/olpc_dcon/ |
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 },
|
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 },
|
/linux-6.3-rc2/drivers/platform/x86/ |
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()
|
/linux-6.3-rc2/drivers/extcon/ |
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()
|
/linux-6.3-rc2/sound/soc/ |
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()
|
/linux-6.3-rc2/drivers/regulator/ |
A D | tps65132-regulator.c | 140 "enable", GPIOD_ASIS, in tps65132_of_parse_cb() 154 GPIOD_ASIS, in tps65132_of_parse_cb()
|
A D | max20411-regulator.c | 129 cfg.ena_gpiod = gpiod_get(max20411->dev, "enable", GPIOD_ASIS); in max20411_probe()
|
/linux-6.3-rc2/drivers/leds/ |
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()
|
A D | leds-gpio.c | 154 led.gpiod = devm_fwnode_gpiod_get(dev, child, NULL, GPIOD_ASIS, in gpio_leds_create()
|
/linux-6.3-rc2/drivers/rtc/ |
A D | rtc-moxart.c | 262 GPIOD_ASIS); in moxart_rtc_probe() 270 GPIOD_ASIS); in moxart_rtc_probe()
|
/linux-6.3-rc2/drivers/leds/flash/ |
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()
|
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()
|
/linux-6.3-rc2/drivers/usb/phy/ |
A D | phy-generic.c | 223 GPIOD_ASIS); in usb_phy_gen_create_phy() 228 GPIOD_ASIS); in usb_phy_gen_create_phy()
|
/linux-6.3-rc2/drivers/video/backlight/ |
A D | gpio_backlight.c | 66 gbl->gpiod = devm_gpiod_get(dev, NULL, GPIOD_ASIS); in gpio_backlight_probe()
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-iop3xx.c | 437 GPIOD_ASIS); in iop3xx_i2c_probe() 444 GPIOD_ASIS); in iop3xx_i2c_probe()
|
/linux-6.3-rc2/drivers/watchdog/ |
A D | mena21_wdt.c | 153 gflags = GPIOD_ASIS; in a21_wdt_probe()
|
/linux-6.3-rc2/drivers/platform/surface/ |
A D | surface_hotplug.c | 161 gpiod = devm_gpiod_get(&pdev->dev, shps_gpio_names[type], GPIOD_ASIS); in shps_setup_irq()
|
/linux-6.3-rc2/arch/powerpc/platforms/44x/ |
A D | warp.c | 229 NULL, 0, GPIOD_ASIS, in pika_setup_leds()
|
/linux-6.3-rc2/drivers/soc/fsl/qe/ |
A D | gpio.c | 177 GPIOD_ASIS | GPIOD_FLAGS_BIT_NONEXCLUSIVE); in qe_pin_request()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | ohci-omap.c | 224 priv->power = devm_gpiod_get_optional(&pdev->dev, "power", GPIOD_ASIS); in ohci_hcd_omap_probe()
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpiolib-acpi.c | 323 return GPIOD_ASIS; in acpi_gpio_to_gpiod_flags() 1068 enum gpiod_flags dflags = GPIOD_ASIS; in acpi_dev_gpio_irq_wake_get_by() 1272 *dflags = GPIOD_ASIS; in acpi_gpiochip_parse_own_gpio()
|
/linux-6.3-rc2/drivers/remoteproc/ |
A D | keystone_remoteproc.c | 435 ksproc->kick_gpio = gpiod_get(dev, "kick", GPIOD_ASIS); in keystone_rproc_probe()
|
/linux-6.3-rc2/drivers/gpu/drm/panel/ |
A D | panel-boe-bf060y8m-aj0.c | 371 boe->reset_gpio = devm_gpiod_get_optional(dev, "reset", GPIOD_ASIS); in boe_bf060y8m_aj0_probe()
|
/linux-6.3-rc2/sound/soc/ti/ |
A D | rx51.c | 430 GPIOD_ASIS); in rx51_soc_probe()
|
/linux-6.3-rc2/drivers/input/misc/ |
A D | soc_button_array.c | 119 desc = gpiod_get_index(dev, NULL, acpi_index, GPIOD_ASIS); in soc_button_lookup_gpio()
|