Lines Matching refs:dflags
975 enum gpiod_flags *dflags, in acpi_find_gpio() argument
1017 (*dflags == GPIOD_OUT_LOW || *dflags == GPIOD_OUT_HIGH)) { in acpi_find_gpio()
1022 acpi_gpio_update_gpiod_flags(dflags, &info); in acpi_find_gpio()
1068 enum gpiod_flags dflags = GPIOD_ASIS; in acpi_dev_gpio_irq_wake_get_by() local
1079 acpi_gpio_update_gpiod_flags(&dflags, &info); in acpi_dev_gpio_irq_wake_get_by()
1083 ret = gpiod_configure_flags(desc, label, lflags, dflags); in acpi_dev_gpio_irq_wake_get_by()
1264 enum gpiod_flags *dflags) in acpi_gpiochip_parse_own_gpio() argument
1272 *dflags = GPIOD_ASIS; in acpi_gpiochip_parse_own_gpio()
1288 *dflags |= GPIOD_IN; in acpi_gpiochip_parse_own_gpio()
1290 *dflags |= GPIOD_OUT_LOW; in acpi_gpiochip_parse_own_gpio()
1292 *dflags |= GPIOD_OUT_HIGH; in acpi_gpiochip_parse_own_gpio()
1308 enum gpiod_flags dflags; in acpi_gpiochip_scan_gpios() local
1317 &lflags, &dflags); in acpi_gpiochip_scan_gpios()
1321 ret = gpiod_hog(desc, name, lflags, dflags); in acpi_gpiochip_scan_gpios()