Searched defs:acpi_ec (Results 1 – 5 of 5) sorted by relevance
61531 struct acpi_ec { struct61547 enum acpi_ec_event_state event_state; argument61548 unsigned int events_to_process;61549 unsigned int events_in_progress;61550 unsigned int queries_in_progress;61551 bool busy_polling;61552 unsigned int polling_guard;
69255 struct acpi_ec { struct69256 acpi_handle handle;69257 int gpe;69258 int irq;69259 long unsigned int command_addr;69260 long unsigned int data_addr;69261 bool global_lock;69262 long unsigned int flags;69263 long unsigned int reference_count;69264 struct mutex mutex;[all …]
62522 struct acpi_ec { struct62523 acpi_handle handle;62524 int gpe;62525 int irq;62526 long unsigned int command_addr;62527 long unsigned int data_addr;62528 bool global_lock;62529 long unsigned int flags;62530 long unsigned int reference_count;62531 struct mutex mutex;[all …]