Lines Matching refs:dflags
912 enum gpiod_flags *dflags, in acpi_find_gpio() argument
949 (*dflags == GPIOD_OUT_LOW || *dflags == GPIOD_OUT_HIGH)) { in acpi_find_gpio()
954 acpi_gpio_update_gpiod_flags(dflags, &info); in acpi_find_gpio()
1044 enum gpiod_flags dflags = GPIOD_ASIS; in acpi_dev_gpio_irq_wake_get_by() local
1055 acpi_gpio_update_gpiod_flags(&dflags, &info); in acpi_dev_gpio_irq_wake_get_by()
1059 ret = gpiod_configure_flags(desc, label, lflags, dflags); in acpi_dev_gpio_irq_wake_get_by()
1239 enum gpiod_flags *dflags) in acpi_gpiochip_parse_own_gpio() argument
1247 *dflags = GPIOD_ASIS; in acpi_gpiochip_parse_own_gpio()
1263 *dflags |= GPIOD_IN; in acpi_gpiochip_parse_own_gpio()
1265 *dflags |= GPIOD_OUT_LOW; in acpi_gpiochip_parse_own_gpio()
1267 *dflags |= GPIOD_OUT_HIGH; in acpi_gpiochip_parse_own_gpio()
1283 enum gpiod_flags dflags; in acpi_gpiochip_scan_gpios() local
1292 &lflags, &dflags); in acpi_gpiochip_scan_gpios()
1296 ret = gpiod_hog(desc, name, lflags, dflags); in acpi_gpiochip_scan_gpios()