drivers/net/wireless/silabs/wfx/debug.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/silabs/wfx/debug.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/silabs/wfx/debug.h
Extension
.h
Size
419 bytes
Lines
20
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 WFX_DEBUG_H
#define WFX_DEBUG_H

struct wfx_dev;

int wfx_debug_init(struct wfx_dev *wdev);

const char *wfx_get_hif_name(unsigned long id);
const char *wfx_get_mib_name(unsigned long id);
const char *wfx_get_reg_name(unsigned long id);

#endif

Annotation

Implementation Notes