Lines Matching refs:dflags
1013 enum gpiod_flags *dflags, in acpi_find_gpio() argument
1026 (*dflags == GPIOD_OUT_LOW || *dflags == GPIOD_OUT_HIGH)) { in acpi_find_gpio()
1031 acpi_gpio_update_gpiod_flags(dflags, &info); in acpi_find_gpio()
1078 enum gpiod_flags dflags = GPIOD_ASIS; in acpi_dev_gpio_irq_wake_get_by() local
1089 acpi_gpio_update_gpiod_flags(&dflags, &info); in acpi_dev_gpio_irq_wake_get_by()
1097 ret = gpiod_configure_flags(desc, label, lflags, dflags); in acpi_dev_gpio_irq_wake_get_by()
1278 enum gpiod_flags *dflags) in acpi_gpiochip_parse_own_gpio() argument
1286 *dflags = GPIOD_ASIS; in acpi_gpiochip_parse_own_gpio()
1302 *dflags |= GPIOD_IN; in acpi_gpiochip_parse_own_gpio()
1304 *dflags |= GPIOD_OUT_LOW; in acpi_gpiochip_parse_own_gpio()
1306 *dflags |= GPIOD_OUT_HIGH; in acpi_gpiochip_parse_own_gpio()
1322 enum gpiod_flags dflags; in acpi_gpiochip_scan_gpios() local
1331 &lflags, &dflags); in acpi_gpiochip_scan_gpios()
1335 ret = gpiod_hog(desc, name, lflags, dflags); in acpi_gpiochip_scan_gpios()