| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | rtl8723b_dm.c | 18 static void Init_ODM_ComInfo_8723b(struct adapter *Adapter) in Init_ODM_ComInfo_8723b() 53 static void Update_ODM_ComInfo_8723b(struct adapter *Adapter) in Update_ODM_ComInfo_8723b() 107 void rtl8723b_InitHalDm(struct adapter *Adapter) in rtl8723b_InitHalDm() 125 void rtl8723b_HalDmWatchDog(struct adapter *Adapter) in rtl8723b_HalDmWatchDog() 199 void rtl8723b_HalDmWatchDog_in_LPS(struct adapter *Adapter) in rtl8723b_HalDmWatchDog_in_LPS() 257 void rtl8723b_init_dm_priv(struct adapter *Adapter) in rtl8723b_init_dm_priv()
|
| H A D | rtl8723b_rf6052.c | 58 struct adapter *Adapter, enum channel_width Bandwidth in PHY_RF6052SetBandwidth8723B() 82 static int phy_RF6052_Config_ParaFile(struct adapter *Adapter) in phy_RF6052_Config_ParaFile() 152 int PHY_RF6052_Config8723B(struct adapter *Adapter) in PHY_RF6052_Config8723B()
|
| H A D | odm_EdcaTurboCheck.c | 35 struct adapter *Adapter = pDM_Odm->Adapter; in ODM_EdcaTurboInit() local 59 struct adapter *Adapter = pDM_Odm->Adapter; in odm_EdcaTurboCheckCE() local
|
| H A D | odm_DynamicTxPower.c | 14 struct adapter *Adapter = pDM_Odm->Adapter; in odm_DynamicTxPowerInit() local
|
| H A D | HalPhyRf.c | 58 void ODM_TXPowerTrackingCallback_ThermalMeter(struct adapter *Adapter) in ODM_TXPowerTrackingCallback_ThermalMeter()
|
| H A D | HalBtcOutSrc.h | 362 void *Adapter; /* default adapter */ member
|
| /linux/rust/kernel/ |
| H A D | platform.rs | 44 pub struct Adapter<T: Driver>(T); struct 51 unsafe impl<T: Driver + 'static> driver::DriverLayout for Adapter<T> { implementation 59 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { implementation 94 impl<T: Driver + 'static> Adapter<T> { impl 127 impl<T: Driver + 'static> driver::Adapter for Adapter<T> { implementation
|
| H A D | auxiliary.rs | 35 pub struct Adapter<T: Driver>(T); struct 42 unsafe impl<T: Driver + 'static> driver::DriverLayout for Adapter<T> { implementation 50 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { implementation 76 impl<T: Driver + 'static> Adapter<T> { implementation
|
| H A D | i2c.rs | 93 pub struct Adapter<T: Driver>(T); global() struct 100 unsafe impl<T: Driver + 'static> driver::DriverLayout for Adapter<T> { global() implementation 108 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { global() implementation 155 impl<T: Driver + 'static> Adapter<T> { global() implementation 226 impl<T: Driver + 'static> driver::Adapter for Adapter<T> { global() implementation [all...] |
| H A D | pci.rs | 58 pub struct Adapter<T: Driver>(T); struct 65 unsafe impl<T: Driver + 'static> driver::DriverLayout for Adapter<T> { implementation 73 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { implementation 99 impl<T: Driver + 'static> Adapter<T> { impl
|
| H A D | fmt.rs | 15 pub struct Adapter<T>(pub T); struct 51 impl<T: ?Sized + Display> core::fmt::Display for Adapter<&T> { implementation
|
| H A D | usb.rs | 37 pub struct Adapter<T: Driver>(T); global() struct 44 unsafe impl<T: Driver + 'static> driver::DriverLayout for Adapter<T> { global() implementation 52 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { global() implementation 78 impl<T: Driver + 'static> Adapter<T> { global() implementation
|
| H A D | driver.rs | 287 pub trait Adapter { interface
|
| /linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
| H A D | cs89x0.rst | 410 5.2.1. Diagnostic Self-test 463 5.2.2. Diagnostic Network Test
|
| /linux/rust/kernel/debugfs/ |
| H A D | callback_adapters.rs | 18 pub(crate) unsafe trait Adapter { global() interface
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme.c | 1994 static int SecIsInPMKIDList(struct adapter *Adapter, u8 *bssid) in SecIsInPMKIDList() 2014 static int rtw_append_pmkid(struct adapter *Adapter, int iEntry, u8 *ie, uint ie_len) in rtw_append_pmkid()
|