drivers/counter/counter-chrdev.h

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

File Facts

System
Linux kernel
Corpus path
drivers/counter/counter-chrdev.h
Extension
.h
Size
373 bytes
Lines
15
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_CHRDEV_H_
#define _COUNTER_CHRDEV_H_

#include <linux/counter.h>

int counter_chrdev_add(struct counter_device *const counter);
void counter_chrdev_remove(struct counter_device *const counter);

#endif /* _COUNTER_CHRDEV_H_ */

Annotation

Implementation Notes