drivers/w1/w1_internal.h

Source file repositories/reference/linux-study-clean/drivers/w1/w1_internal.h

File Facts

System
Linux kernel
Corpus path
drivers/w1/w1_internal.h
Extension
.h
Size
2694 bytes
Lines
79
Domain
Driver Families
Bucket
drivers/w1
Inferred role
Driver Families: operation-table or driver-model contract
Status
pattern 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

extern struct device_driver w1_master_driver;
extern struct device w1_master_device;
extern int w1_max_slave_count;
extern int w1_max_slave_ttl;
extern struct list_head w1_masters;
extern struct mutex w1_mlock;
extern spinlock_t w1_flock;

int w1_process_callbacks(struct w1_master *dev);
int w1_process(void *data);

#endif /* __W1_H */

Annotation

Implementation Notes