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

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

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/ti/wl1251/ps.h
Extension
.h
Size
514 bytes
Lines
22
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_PS_H__
#define __WL1251_PS_H__

#include "wl1251.h"
#include "acx.h"

int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode);
void wl1251_ps_elp_sleep(struct wl1251 *wl);
int wl1251_ps_elp_wakeup(struct wl1251 *wl);
void wl1251_elp_work(struct work_struct *work);


#endif /* __WL1251_PS_H__ */

Annotation

Implementation Notes