Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/extcon/
Dextcon-intel-int3496.c127 data->gpio_vbus_en = devm_gpiod_get(dev, "vbus", GPIOD_ASIS); in int3496_probe()
131 data->gpio_usb_mux = devm_gpiod_get(dev, "mux", GPIOD_ASIS); in int3496_probe()
/Linux-v4.19/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.c80 desc = gpiod_get_index(dev, NULL, acpi_index, GPIOD_ASIS); in surface3_button_lookup_gpio()
/Linux-v4.19/drivers/usb/phy/
Dphy-generic.c225 GPIOD_ASIS); in usb_phy_gen_create_phy()
230 GPIOD_ASIS); in usb_phy_gen_create_phy()
/Linux-v4.19/drivers/leds/
Dleds-ktd2692.c272 led->ctrl_gpio = devm_gpiod_get(dev, "ctrl", GPIOD_ASIS); in ktd2692_parse_dt()
279 led->aux_gpio = devm_gpiod_get(dev, "aux", GPIOD_ASIS); in ktd2692_parse_dt()
Dleds-aat1290.c229 led->gpio_fl_en = devm_gpiod_get(dev, "flen", GPIOD_ASIS); in aat1290_led_parse_dt()
236 led->gpio_en_set = devm_gpiod_get(dev, "enset", GPIOD_ASIS); in aat1290_led_parse_dt()
Dleds-lt3593.c156 flags = GPIOD_ASIS; in lt3593_led_probe()
Dleds-gpio.c188 GPIOD_ASIS, in gpio_leds_create()
/Linux-v4.19/drivers/input/misc/
Dsoc_button_array.c51 desc = gpiod_get_index(dev, NULL, acpi_index, GPIOD_ASIS); in soc_button_lookup_gpio()
/Linux-v4.19/sound/soc/omap/
Drx51.c442 GPIOD_ASIS); in rx51_soc_probe()
/Linux-v4.19/include/linux/gpio/
Dconsumer.h39 GPIOD_ASIS = 0, enumerator
/Linux-v4.19/drivers/gpio/
Dgpio-max3191x.c387 "maxim,modesel", GPIOD_ASIS, max3191x->nchips); in max3191x_probe()
Dgpiolib-acpi.c443 return GPIOD_ASIS; in acpi_gpio_to_gpiod_flags()
/Linux-v4.19/drivers/hwmon/
Dgpio-fan.c450 gpios[i] = devm_gpiod_get_index(dev, NULL, i, GPIOD_ASIS); in gpio_fan_get_of_data()
/Linux-v4.19/drivers/video/backlight/
Dpwm_bl.c486 GPIOD_ASIS); in pwm_backlight_probe()
/Linux-v4.19/drivers/net/phy/
Dsfp.c138 GPIOD_ASIS, enumerator
139 GPIOD_ASIS, enumerator
/Linux-v4.19/drivers/video/fbdev/
Datmel_lcdfb.c1076 i, GPIOD_ASIS); in atmel_lcdfb_of_init()
/Linux-v4.19/drivers/spi/
Dspi-sh-msiof.c1139 gpiod = devm_gpiod_get_index(dev, "cs", i, GPIOD_ASIS); in sh_msiof_get_cs_gpios()
Dspi-pxa2xx.c1692 gpiod = devm_gpiod_get_index(dev, "cs", i, GPIOD_ASIS); in pxa2xx_spi_probe()
/Linux-v4.19/Documentation/driver-api/gpio/
Dconsumer.rst65 * GPIOD_ASIS or 0 to not initialize the GPIO at all. The direction must be set
/Linux-v4.19/drivers/usb/gadget/udc/
Dpxa27x_udc.c2378 udc->gpiod = devm_gpiod_get(&pdev->dev, NULL, GPIOD_ASIS); in pxa_udc_probe()
/Linux-v4.19/drivers/gpu/drm/i2c/
Dtda998x_drv.c508 calib = gpiod_get(&priv->hdmi->dev, "nxp,calib", GPIOD_ASIS); in tda998x_cec_hook_init()