drivers/staging/rtl8723bs/include/cmd_osdep.h

Source file repositories/reference/linux-study-clean/drivers/staging/rtl8723bs/include/cmd_osdep.h

File Facts

System
Linux kernel
Corpus path
drivers/staging/rtl8723bs/include/cmd_osdep.h
Extension
.h
Size
680 bytes
Lines
19
Domain
Driver Families
Bucket
drivers/staging
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 __CMD_OSDEP_H_
#define __CMD_OSDEP_H_


int rtw_init_cmd_priv(struct	cmd_priv *pcmdpriv);
int rtw_init_evt_priv(struct evt_priv *pevtpriv);
extern void _rtw_free_evt_priv(struct	evt_priv *pevtpriv);
extern void _rtw_free_cmd_priv(struct	cmd_priv *pcmdpriv);
int _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj);
extern struct	cmd_obj	*_rtw_dequeue_cmd(struct __queue *queue);

#endif

Annotation

Implementation Notes