Home
last modified time | relevance | path

Searched refs:scrub_flags (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/acpi/nfit/
H A Dnfit.h230 enum scrub_flags { enum
258 unsigned long scrub_flags; member
H A Dcore.c1279 busy = test_bit(ARS_BUSY, &acpi_desc->scrub_flags) in scrub_show()
1280 && !test_bit(ARS_CANCEL, &acpi_desc->scrub_flags); in scrub_show()
1284 &acpi_desc->scrub_flags)) { in scrub_show()
2390 set_bit(ARS_VALID, &acpi_desc->scrub_flags); in ars_start()
2822 if (test_bit(ARS_CANCEL, &acpi_desc->scrub_flags)) in __acpi_nfit_scrub()
2896 set_bit(ARS_BUSY, &acpi_desc->scrub_flags); in __sched_ars()
2912 clear_bit(ARS_BUSY, &acpi_desc->scrub_flags); in notify_ars_done()
2933 clear_bit(ARS_POLL, &acpi_desc->scrub_flags); in acpi_nfit_scrub()
2968 set_bit(ARS_VALID, &acpi_desc->scrub_flags); in acpi_nfit_register_regions()
3221 if (test_bit(ARS_CANCEL, &acpi_desc->scrub_flags)) { in acpi_nfit_ars_rescan()
[all …]