Home
last modified time | relevance | path

Searched refs:GPIOD_ASIS (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.4/drivers/staging/olpc_dcon/
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 },
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-v5.4/drivers/extcon/
Dextcon-intel-int3496.c119 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.4/drivers/platform/x86/
Dgpd-pocket-fan.c153 fan->gpio0 = devm_gpiod_get_index(fan->dev, NULL, 0, GPIOD_ASIS); in gpd_pocket_fan_probe()
157 fan->gpio1 = devm_gpiod_get_index(fan->dev, NULL, 1, GPIOD_ASIS); in gpd_pocket_fan_probe()
Dsurface3_button.c76 desc = gpiod_get_index(dev, NULL, acpi_index, GPIOD_ASIS); in surface3_button_lookup_gpio()
/Linux-v5.4/drivers/usb/phy/
Dphy-generic.c225 GPIOD_ASIS); in usb_phy_gen_create_phy()
230 GPIOD_ASIS); in usb_phy_gen_create_phy()
/Linux-v5.4/drivers/leds/
Dleds-ktd2692.c269 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()
Dleds-aat1290.c226 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()
Dleds-gpio.c155 GPIOD_ASIS, in gpio_leds_create()
/Linux-v5.4/drivers/i2c/busses/
Di2c-iop3xx.c435 GPIOD_ASIS); in iop3xx_i2c_probe()
440 GPIOD_ASIS); in iop3xx_i2c_probe()
Di2c-s3c2410.c958 i, GPIOD_ASIS); in s3c24xx_i2c_parse_dt_gpio()
/Linux-v5.4/drivers/video/backlight/
Dgpio_backlight.c66 gbl->gpiod = devm_gpiod_get(dev, NULL, GPIOD_ASIS); in gpio_backlight_probe_dt()
Dpwm_bl.c489 GPIOD_ASIS); in pwm_backlight_probe()
/Linux-v5.4/drivers/watchdog/
Dmena21_wdt.c153 gflags = GPIOD_ASIS; in a21_wdt_probe()
/Linux-v5.4/drivers/gpu/drm/msm/hdmi/
Dhdmi.c561 gpiod = devm_gpiod_get_optional(dev, name, GPIOD_ASIS); in msm_hdmi_bind()
575 gpiod = devm_gpiod_get_optional(dev, name3, GPIOD_ASIS); in msm_hdmi_bind()
/Linux-v5.4/drivers/input/misc/
Dsoc_button_array.c52 desc = gpiod_get_index(dev, NULL, acpi_index, GPIOD_ASIS); in soc_button_lookup_gpio()
/Linux-v5.4/sound/soc/ti/
Drx51.c430 GPIOD_ASIS); in rx51_soc_probe()
/Linux-v5.4/drivers/gpio/
Dgpio-max3191x.c387 "maxim,modesel", GPIOD_ASIS, max3191x->nchips); in max3191x_probe()
Dgpiolib-acpi.c490 return GPIOD_ASIS; in acpi_gpio_to_gpiod_flags()
/Linux-v5.4/include/linux/gpio/
Dconsumer.h49 GPIOD_ASIS = 0, enumerator
/Linux-v5.4/drivers/hwmon/
Dgpio-fan.c437 gpios[i] = devm_gpiod_get_index(dev, NULL, i, GPIOD_ASIS); in gpio_fan_get_of_data()
/Linux-v5.4/drivers/net/phy/
Dsfp.c140 GPIOD_ASIS, enumerator
141 GPIOD_ASIS, enumerator
/Linux-v5.4/drivers/net/dsa/
Dqca8k.c1060 GPIOD_ASIS); in qca8k_sw_probe()
/Linux-v5.4/drivers/video/fbdev/
Datmel_lcdfb.c993 i, GPIOD_ASIS); in atmel_lcdfb_of_init()
/Linux-v5.4/drivers/spi/
Dspi-sh-msiof.c1143 gpiod = devm_gpiod_get_index(dev, "cs", i, GPIOD_ASIS); in sh_msiof_get_cs_gpios()

12