drivers/staging/rtl8723bs/include/rtl8723b_dm.h

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

File Facts

System
Linux kernel
Corpus path
drivers/staging/rtl8723bs/include/rtl8723b_dm.h
Extension
.h
Size
808 bytes
Lines
34
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 __RTL8723B_DM_H__
#define __RTL8723B_DM_H__
/*  */
/*  Description: */
/*  */
/*  This file is for 8723B dynamic mechanism only */
/*  */
/*  */
/*  */

/*  */
/*  structure and define */
/*  */

/*  */
/*  function prototype */
/*  */

void rtl8723b_init_dm_priv(struct adapter *padapter);

void rtl8723b_InitHalDm(struct adapter *padapter);
void rtl8723b_HalDmWatchDog(struct adapter *padapter);
void rtl8723b_HalDmWatchDog_in_LPS(struct adapter *padapter);
void rtl8723b_hal_dm_in_lps(struct adapter *padapter);


#endif

Annotation

Implementation Notes