drivers/staging/rtl8723bs/hal/HalPhyRf.h

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

File Facts

System
Linux kernel
Corpus path
drivers/staging/rtl8723bs/hal/HalPhyRf.h
Extension
.h
Size
1092 bytes
Lines
41
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

struct txpwrtrack_cfg {
	u8 SwingTableSize_CCK;
	u8 SwingTableSize_OFDM;
	u8 Threshold_IQK;
	u8 AverageThermalNum;
	u8 RfPathCount;
	u32 ThermalRegAddr;
	FuncSetPwr ODM_TxPwrTrackSetPwr;
	FuncLCK PHY_LCCalibrate;
	FuncSwing GetDeltaSwingTable;
};

void ConfigureTxpowerTrack(struct dm_odm_t *pDM_Odm, struct txpwrtrack_cfg *pConfig);


void ODM_ClearTxPowerTrackingState(struct dm_odm_t *pDM_Odm);

void ODM_TXPowerTrackingCallback_ThermalMeter(struct adapter *Adapter);

#endif	/*  #ifndef __HAL_PHY_RF_H__ */

Annotation

Implementation Notes