drivers/pwm/pwm-lpss.h

Source file repositories/reference/linux-study-clean/drivers/pwm/pwm-lpss.h

File Facts

System
Linux kernel
Corpus path
drivers/pwm/pwm-lpss.h
Extension
.h
Size
680 bytes
Lines
30
Domain
Driver Families
Bucket
drivers/pwm
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

struct pwm_lpss_chip {
	void __iomem *regs;
	const struct pwm_lpss_boardinfo *info;
};

extern const struct pwm_lpss_boardinfo pwm_lpss_byt_info;
extern const struct pwm_lpss_boardinfo pwm_lpss_bsw_info;
extern const struct pwm_lpss_boardinfo pwm_lpss_bxt_info;
extern const struct pwm_lpss_boardinfo pwm_lpss_tng_info;

#endif	/* __PWM_LPSS_H */

Annotation

Implementation Notes