drivers/cpuidle/dt_idle_states.h

Source file repositories/reference/linux-study-clean/drivers/cpuidle/dt_idle_states.h

File Facts

System
Linux kernel
Corpus path
drivers/cpuidle/dt_idle_states.h
Extension
.h
Size
216 bytes
Lines
9
Domain
Driver Families
Bucket
drivers/cpuidle
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __DT_IDLE_STATES
#define __DT_IDLE_STATES

int dt_init_idle_driver(struct cpuidle_driver *drv,
			const struct of_device_id *matches,
			unsigned int start_idx);
#endif

Annotation

Implementation Notes