drivers/net/wireless/ti/wl1251/debugfs.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/ti/wl1251/debugfs.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/ti/wl1251/debugfs.h
Extension
.h
Size
364 bytes
Lines
18
Domain
Driver Families
Bucket
drivers/net
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 WL1251_DEBUGFS_H
#define WL1251_DEBUGFS_H

#include "wl1251.h"

int wl1251_debugfs_init(struct wl1251 *wl);
void wl1251_debugfs_exit(struct wl1251 *wl);
void wl1251_debugfs_reset(struct wl1251 *wl);

#endif /* WL1251_DEBUGFS_H */

Annotation

Implementation Notes