drivers/counter/counter-sysfs.h

Source file repositories/reference/linux-study-clean/drivers/counter/counter-sysfs.h

File Facts

System
Linux kernel
Corpus path
drivers/counter/counter-sysfs.h
Extension
.h
Size
292 bytes
Lines
14
Domain
Driver Families
Bucket
drivers/counter
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 _COUNTER_SYSFS_H_
#define _COUNTER_SYSFS_H_

#include <linux/counter.h>

int counter_sysfs_add(struct counter_device *const counter);

#endif /* _COUNTER_SYSFS_H_ */

Annotation

Implementation Notes