drivers/net/wireless/rsi/rsi_debugfs.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/rsi/rsi_debugfs.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/rsi/rsi_debugfs.h
Extension
.h
Size
1364 bytes
Lines
48
Domain
Driver Families
Bucket
drivers/net
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

const struct file_operations fops;
};

struct rsi_debugfs {
	struct dentry *subdir;
	struct dentry *rsi_files[MAX_DEBUGFS_ENTRIES];
};
int rsi_init_dbgfs(struct rsi_hw *adapter);
void rsi_remove_dbgfs(struct rsi_hw *adapter);
#endif
#endif

Annotation

Implementation Notes