Searched refs:GPIOD_ASIS (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/usb/phy/ |
D | phy-generic.c | 222 GPIOD_ASIS); in usb_phy_gen_create_phy() 227 GPIOD_ASIS); in usb_phy_gen_create_phy()
|
/linux-4.4.14/drivers/leds/ |
D | leds-ktd2692.c | 298 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()
|
D | leds-aat1290.c | 250 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/ |
D | soc_button_array.c | 57 desc = gpiod_get_index(dev, KBUILD_MODNAME, acpi_index, GPIOD_ASIS); in soc_button_lookup_gpio()
|
/linux-4.4.14/include/linux/gpio/ |
D | consumer.h | 37 GPIOD_ASIS = 0, enumerator
|
/linux-4.4.14/sound/soc/omap/ |
D | rx51.c | 462 GPIOD_ASIS); in rx51_soc_probe()
|
/linux-4.4.14/Documentation/gpio/ |
D | consumer.txt | 48 * GPIOD_ASIS or 0 to not initialize the GPIO at all. The direction must be set
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | pxa27x_udc.c | 2426 udc->gpiod = devm_gpiod_get(&pdev->dev, NULL, GPIOD_ASIS); in pxa_udc_probe()
|