Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-generic.c222 GPIOD_ASIS); in usb_phy_gen_create_phy()
227 GPIOD_ASIS); in usb_phy_gen_create_phy()
/linux-4.4.14/drivers/leds/
Dleds-ktd2692.c298 led->ctrl_gpio = devm_gpiod_get(dev, "ctrl", GPIOD_ASIS); in ktd2692_parse_dt()
305 led->aux_gpio = devm_gpiod_get(dev, "aux", GPIOD_ASIS); in ktd2692_parse_dt()
Dleds-aat1290.c250 led->gpio_fl_en = devm_gpiod_get(dev, "flen", GPIOD_ASIS); in aat1290_led_parse_dt()
257 led->gpio_en_set = devm_gpiod_get(dev, "enset", GPIOD_ASIS); in aat1290_led_parse_dt()
/linux-4.4.14/drivers/input/misc/
Dsoc_button_array.c57 desc = gpiod_get_index(dev, KBUILD_MODNAME, acpi_index, GPIOD_ASIS); in soc_button_lookup_gpio()
/linux-4.4.14/include/linux/gpio/
Dconsumer.h37 GPIOD_ASIS = 0, enumerator
/linux-4.4.14/sound/soc/omap/
Drx51.c462 GPIOD_ASIS); in rx51_soc_probe()
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt48 * GPIOD_ASIS or 0 to not initialize the GPIO at all. The direction must be set
/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa27x_udc.c2426 udc->gpiod = devm_gpiod_get(&pdev->dev, NULL, GPIOD_ASIS); in pxa_udc_probe()