Lines Matching refs:dflags
940 enum gpiod_flags *dflags, in acpi_find_gpio() argument
953 (*dflags == GPIOD_OUT_LOW || *dflags == GPIOD_OUT_HIGH)) { in acpi_find_gpio()
958 acpi_gpio_update_gpiod_flags(dflags, &info); in acpi_find_gpio()
1005 enum gpiod_flags dflags = GPIOD_ASIS; in acpi_dev_gpio_irq_wake_get_by() local
1016 acpi_gpio_update_gpiod_flags(&dflags, &info); in acpi_dev_gpio_irq_wake_get_by()
1024 ret = gpiod_configure_flags(desc, label, lflags, dflags); in acpi_dev_gpio_irq_wake_get_by()
1205 enum gpiod_flags *dflags) in acpi_gpiochip_parse_own_gpio() argument
1213 *dflags = GPIOD_ASIS; in acpi_gpiochip_parse_own_gpio()
1229 *dflags |= GPIOD_IN; in acpi_gpiochip_parse_own_gpio()
1231 *dflags |= GPIOD_OUT_LOW; in acpi_gpiochip_parse_own_gpio()
1233 *dflags |= GPIOD_OUT_HIGH; in acpi_gpiochip_parse_own_gpio()
1248 enum gpiod_flags dflags; in acpi_gpiochip_scan_gpios() local
1257 &lflags, &dflags); in acpi_gpiochip_scan_gpios()
1261 ret = gpiod_hog(desc, name, lflags, dflags); in acpi_gpiochip_scan_gpios()