drivers/net/wireless/ti/wl18xx/io.h

Source file repositories/reference/linux-study-clean/drivers/net/wireless/ti/wl18xx/io.h

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/ti/wl18xx/io.h
Extension
.h
Size
359 bytes
Lines
15
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 __WL18XX_IO_H__
#define __WL18XX_IO_H__

int __must_check wl18xx_top_reg_write(struct wl1271 *wl, int addr, u16 val);
int __must_check wl18xx_top_reg_read(struct wl1271 *wl, int addr, u16 *out);

#endif /* __WL18XX_IO_H__ */

Annotation

Implementation Notes