| /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() argument 21 struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); in Init_ODM_ComInfo_8723b() 31 pDM_Odm->Adapter = Adapter; in Init_ODM_ComInfo_8723b() 46 ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_BWIFI_TEST, Adapter->registrypriv.wifi_spec); in Init_ODM_ComInfo_8723b() 53 static void Update_ODM_ComInfo_8723b(struct adapter *Adapter) in Update_ODM_ComInfo_8723b() argument 55 struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; in Update_ODM_ComInfo_8723b() 56 struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; in Update_ODM_ComInfo_8723b() 57 struct dvobj_priv *dvobj = adapter_to_dvobj(Adapter); in Update_ODM_ComInfo_8723b() 58 struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(Adapter); in Update_ODM_ComInfo_8723b() 59 struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); in Update_ODM_ComInfo_8723b() [all …]
|
| H A D | rtl8723b_rf6052.c | 58 struct adapter *Adapter, enum channel_width Bandwidth in PHY_RF6052SetBandwidth8723B() argument 61 struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); in PHY_RF6052SetBandwidth8723B() 66 PHY_SetRFReg(Adapter, RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask, pHalData->RfRegChnlVal[0]); in PHY_RF6052SetBandwidth8723B() 67 PHY_SetRFReg(Adapter, RF_PATH_B, RF_CHNLBW, bRFRegOffsetMask, pHalData->RfRegChnlVal[0]); in PHY_RF6052SetBandwidth8723B() 72 PHY_SetRFReg(Adapter, RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask, pHalData->RfRegChnlVal[0]); in PHY_RF6052SetBandwidth8723B() 73 PHY_SetRFReg(Adapter, RF_PATH_B, RF_CHNLBW, bRFRegOffsetMask, pHalData->RfRegChnlVal[0]); in PHY_RF6052SetBandwidth8723B() 82 static int phy_RF6052_Config_ParaFile(struct adapter *Adapter) in phy_RF6052_Config_ParaFile() argument 87 struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); in phy_RF6052_Config_ParaFile() 100 u4RegValue = PHY_QueryBBReg(Adapter, pPhyReg->rfintfs, bRFSI_RFENV); in phy_RF6052_Config_ParaFile() 103 u4RegValue = PHY_QueryBBReg(Adapter, pPhyReg->rfintfs, bRFSI_RFENV << 16); in phy_RF6052_Config_ParaFile() [all …]
|
| H A D | odm_DynamicBBPowerSaving.c | 37 pDM_PSTable->Reg874 = (PHY_QueryBBReg(pDM_Odm->Adapter, 0x874, bMaskDWord)&0x1CC000)>>14; in ODM_RF_Saving() 38 pDM_PSTable->RegC70 = (PHY_QueryBBReg(pDM_Odm->Adapter, 0xc70, bMaskDWord)&BIT3)>>3; in ODM_RF_Saving() 39 pDM_PSTable->Reg85C = (PHY_QueryBBReg(pDM_Odm->Adapter, 0x85c, bMaskDWord)&0xFF000000)>>24; in ODM_RF_Saving() 40 pDM_PSTable->RegA74 = (PHY_QueryBBReg(pDM_Odm->Adapter, 0xa74, bMaskDWord)&0xF000)>>12; in ODM_RF_Saving() 65 PHY_SetBBReg(pDM_Odm->Adapter, 0x874, 0x1C0000, 0x2); /* Reg874[20:18]=3'b010 */ in ODM_RF_Saving() 66 PHY_SetBBReg(pDM_Odm->Adapter, 0xc70, BIT3, 0); /* RegC70[3]= 1'b0 */ in ODM_RF_Saving() 67 PHY_SetBBReg(pDM_Odm->Adapter, 0x85c, 0xFF000000, 0x63); /* Reg85C[31:24]= 0x63 */ in ODM_RF_Saving() 68 PHY_SetBBReg(pDM_Odm->Adapter, 0x874, 0xC000, 0x2); /* Reg874[15:14]=2'b10 */ in ODM_RF_Saving() 69 PHY_SetBBReg(pDM_Odm->Adapter, 0xa74, 0xF000, 0x3); /* RegA75[7:4]= 0x3 */ in ODM_RF_Saving() 70 PHY_SetBBReg(pDM_Odm->Adapter, 0x818, BIT28, 0x0); /* Reg818[28]= 1'b0 */ in ODM_RF_Saving() [all …]
|
| H A D | odm_EdcaTurboCheck.c | 35 struct adapter *Adapter = pDM_Odm->Adapter; in ODM_EdcaTurboInit() local 39 Adapter->recvpriv.bIsAnyNonBEPkts = false; in ODM_EdcaTurboInit() 59 struct adapter *Adapter = pDM_Odm->Adapter; in odm_EdcaTurboCheckCE() local 60 struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(Adapter); in odm_EdcaTurboCheckCE() 61 struct recv_priv *precvpriv = &(Adapter->recvpriv); in odm_EdcaTurboCheckCE() 62 struct registry_priv *pregpriv = &Adapter->registrypriv; in odm_EdcaTurboCheckCE() 63 struct mlme_ext_priv *pmlmeext = &(Adapter->mlmeextpriv); in odm_EdcaTurboCheckCE() 75 struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); in odm_EdcaTurboCheckCE() 145 rtw_write32(Adapter, REG_EDCA_BE_PARAM, edca_param); in odm_EdcaTurboCheckCE() 154 rtw_write32(Adapter, REG_EDCA_BE_PARAM, pHalData->AcParam_BE); in odm_EdcaTurboCheckCE()
|
| H A D | odm_DynamicTxPower.c | 14 struct adapter *Adapter = pDM_Odm->Adapter; in odm_DynamicTxPowerInit() local 15 struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); in odm_DynamicTxPowerInit()
|
| H A D | HalPhyRf.c | 26 struct hal_com_data *pHalData = GET_HAL_DATA(pDM_Odm->Adapter); in ODM_ClearTxPowerTrackingState() 58 void ODM_TXPowerTrackingCallback_ThermalMeter(struct adapter *Adapter) in ODM_TXPowerTrackingCallback_ThermalMeter() argument 61 struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); in ODM_TXPowerTrackingCallback_ThermalMeter() 96 …ThermalValue = (u8)PHY_QueryRFReg(pDM_Odm->Adapter, RF_PATH_A, c.ThermalRegAddr, 0xfc00); /* 0x42:… in ODM_TXPowerTrackingCallback_ThermalMeter()
|
| /linux/drivers/zorro/ |
| H A D | zorro.ids | 16 0a00 [SCSI Host Adapter] 22 1300 Warp Engine [Accelerator, SCSI Host Adapter and RAM Expansion] 28 5400 A4091 [SCSI Host Adapter] 31 0100 A2090/A2090A [SCSI Host Adapter] 32 0200 A590/A2091 [SCSI Host Adapter] 33 0300 A590/A2091 [SCSI Host Adapter] 34 0400 A2090B 2090 Autoboot [SCSI Host Adapter] 42 5400 A4091 [SCSI Host Adapter] 49 0300 A2090/A2090A Combitec/MacroSystem [SCSI Host Adapter] 57 0400 Kronos 2000 [SCSI Host Adapter] [all …]
|
| /linux/drivers/eisa/ |
| H A D | eisa.ids | 10 ABP0510 "Advansys ABP-510 ISA SCSI Host Adapter" 11 ABP0540 "Advansys ABP-540/542 ISA SCSI Host Adapter" 12 ABP7401 "AdvanSys ABP-740/742 EISA Single Channel SCSI Host Adapter" 13 ABP7501 "AdvanSys ABP-750/752 EISA Dual Channel SCSI Host Adapter" 14 ACC1200 "ACCTON EtherCombo-32 Ethernet Adapter" 15 ACC120A "ACCTON EtherCombo-32 Ethernet Adapter" 16 ACC1650 "Accton MPX Ethernet Adapter (EN165x)" 17 ACC1660 "Accton MPX Ethernet Adapter (EN166x)" 50 ADI0001 "Lightning Networks 32-Bit EISA Ethernet LAN Adapter" 54 ADP0100 "Adaptec AHA-1540/1542 ISA SCSI Host Adapter" [all …]
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | hal_com_phycfg.h | 57 u8 PHY_GetTxPowerByRateBase(struct adapter *Adapter, u8 RfPath, 77 void PHY_SetTxPowerLevelByPath(struct adapter *Adapter, u8 channel, u8 path); 97 void PHY_SetTxPowerLimit(struct adapter *Adapter, u8 *Regulation, u8 *Bandwidth, 100 void PHY_ConvertTxPowerLimitToPowerIndex(struct adapter *Adapter); 102 void PHY_InitTxPowerLimit(struct adapter *Adapter); 106 void Hal_ChannelPlanToRegulation(struct adapter *Adapter, u16 ChannelPlan);
|
| H A D | rtl8723b_rf.h | 11 int PHY_RF6052_Config8723B(struct adapter *Adapter); 14 PHY_RF6052SetBandwidth8723B(struct adapter *Adapter,
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | Kconfig | 15 tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter" 27 tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter" 38 tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter" 50 tristate "Realtek RTL8723AE PCIe Wireless Network Adapter" 63 tristate "Realtek RTL8723BE PCIe Wireless Network Adapter" 76 tristate "Realtek RTL8188EE Wireless Network Adapter" 87 tristate "Realtek RTL8192EE Wireless Network Adapter" 99 tristate "Realtek RTL8821AE/RTL8812AE Wireless Network Adapter" 111 tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter" 123 tristate "Realtek RTL8192DU USB Wireless Network Adapter"
|
| /linux/rust/kernel/ |
| H A D | i2c.rs | 92 pub struct Adapter<T: Driver>(T); 99 unsafe impl<T: Driver + 'static> driver::DriverLayout for Adapter<T> { 107 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { 154 impl<T: Driver + 'static> Adapter<T> { 163 Self::i2c_id_info(idev).or_else(|| <Self as driver::Adapter>::id_info(idev.as_ref())); in probe_callback() 198 fn i2c_id_table() -> Option<IdTable<<Self as driver::Adapter>::IdInfo>> { 205 fn i2c_id_info(dev: &I2cClient) -> Option<&'static <Self as driver::Adapter>::IdInfo> { 225 impl<T: Driver + 'static> driver::Adapter for Adapter<T> { 253 $crate::module_driver!(<T>, $crate::i2c::Adapter< 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 | 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 101 let info = <Self as driver::Adapter>::id_info(pdev.as_ref()); in probe_callback() 127 impl<T: Driver + 'static> driver::Adapter for Adapter<T> { implementation 155 $crate::module_driver!(<T>, $crate::platform::Adapter<T>, { $($f)* });
|
| H A D | fmt.rs | 15 pub struct Adapter<T>(pub T); struct 20 impl<T: $trait> $trait for Adapter<T> { 51 impl<T: ?Sized + Display> core::fmt::Display 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> { impl 120 $crate::module_driver!(<T>, $crate::auxiliary::Adapter<T>, { $($f)* });
|
| 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 155 $crate::module_driver!(<T>, $crate::pci::Adapter<T>, { $($f)* });
|
| H A D | usb.rs | 35 pub struct Adapter<T: Driver>(T); 42 unsafe impl<T: Driver + 'static> driver::DriverLayout for Adapter<T> { 50 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { 76 impl<T: Driver + 'static> Adapter<T> { 483 $crate::module_driver!(<T>, $crate::usb::Adapter<T>, { $($f)* }); 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
|
| /linux/rust/kernel/debugfs/ |
| H A D | callback_adapters.rs | 27 pub(crate) unsafe trait Adapter { 31 /// Adapter to implement `Reader` via a callback with the same representation as `T`. 46 unsafe impl<D, W> Adapter for WritableAdapter<D, W> { 67 /// Adapter to implement `Writer` via a callback with the same representation as `T`. 97 unsafe impl<D, F> Adapter for FormatAdapter<D, F> { 107 unsafe impl<D> Adapter for NoWriter<D> { 18 pub(crate) unsafe trait Adapter { global() interface
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | Kconfig | 13 Intel Wireless WiFi Link 6250AGN Adapter 20 Intel Wireless WiFi Link 6150BGN 2 Adapter 23 Intel 7260 Wi-Fi Adapter 24 Intel 3160 Wi-Fi Adapter 25 Intel 7265 Wi-Fi Adapter 26 Intel 8260 Wi-Fi Adapter 27 Intel 3165 Wi-Fi Adapter
|
| /linux/drivers/infiniband/hw/efa/ |
| H A D | Kconfig | 8 tristate "Amazon Elastic Fabric Adapter (EFA) support" 12 This driver supports Amazon Elastic Fabric Adapter (EFA).
|
| /linux/drivers/infiniband/hw/mana/ |
| H A D | Kconfig | 3 tristate "Microsoft Azure Network Adapter support" 7 Network Adapter (MANA). MANA supports RDMA features that can be used
|
| /linux/drivers/net/ethernet/dlink/ |
| H A D | Kconfig | 27 D-Link DGE-550T Gigabit Ethernet Adapter. 28 D-Link DL2000-based Gigabit Ethernet Adapter. 29 Sundance/Tamarack TC902x Gigabit Ethernet Adapter.
|
| /linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
| H A D | cs89x0.rst | 33 2.1 CS8900-based Adapter Configuration 34 2.2 CS8920-based Adapter Configuration 45 5.2 Testing the Adapter 48 5.3 Using the Adapter's LEDs 76 adapters. Refer to the "Adapter Configuration" section for details on 83 The CS8900/CS8920 Ethernet Adapter driver for Linux supports the Linux 111 * Cirrus Logic LAN (CS8900/20-based) Ethernet ISA Adapter 151 2. Adapter Installation and Configuration 169 2.1. CS8900-based Adapter Configuration 190 2.2. CS8920-based Adapter Configuration [all …]
|
| /linux/drivers/net/ethernet/intel/ |
| H A D | Kconfig | 32 Use the above information and the Adapter & Driver ID Guide that 51 to the Adapter & Driver ID Guide that can be located at: 70 identify your adapter, go to the Adapter & Driver ID Guide that 99 to the Adapter & Driver ID Guide that can be located at: 134 information on how to identify your adapter, go to the Adapter & 157 to the Adapter & Driver ID Guide that can be located at: 209 adapter, go to the Adapter & Driver ID Guide that can be located at: 240 to the Adapter & Driver ID Guide that can be located at: 277 information on how to identify your adapter, go to the Adapter 310 to the Adapter & Driver ID Guide that can be located at: [all …]
|
| /linux/drivers/net/ethernet/amazon/ |
| H A D | Kconfig | 20 tristate "Elastic Network Adapter (ENA) support" 26 This driver supports Elastic Network Adapter (ENA)"
|