drivers/staging/rtl8723bs/hal/HalHWImg8723B_BB.h

Source file repositories/reference/linux-study-clean/drivers/staging/rtl8723bs/hal/HalHWImg8723B_BB.h

File Facts

System
Linux kernel
Corpus path
drivers/staging/rtl8723bs/hal/HalHWImg8723B_BB.h
Extension
.h
Size
1328 bytes
Lines
40
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 __INC_MP_BB_HW_IMG_8723B_H
#define __INC_MP_BB_HW_IMG_8723B_H

/******************************************************************************
 *                           AGC_TAB.TXT
 ******************************************************************************/

void
ODM_ReadAndConfig_MP_8723B_AGC_TAB(/*  TC: Test Chip, MP: MP Chip */
	struct dm_odm_t *pDM_Odm
);

/******************************************************************************
 *                           PHY_REG.TXT
 ******************************************************************************/

void
ODM_ReadAndConfig_MP_8723B_PHY_REG(/*  TC: Test Chip, MP: MP Chip */
	struct dm_odm_t *pDM_Odm
);

/******************************************************************************
 *                           PHY_REG_PG.TXT
 ******************************************************************************/

void
ODM_ReadAndConfig_MP_8723B_PHY_REG_PG(/*  TC: Test Chip, MP: MP Chip */
	struct dm_odm_t *pDM_Odm
);
u32 ODM_GetVersion_MP_8723B_PHY_REG_PG(void);

#endif

Annotation

Implementation Notes