| /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/drivers/staging/rtl8723bs/hal/ |
| 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()
|
| /linux/rust/kernel/ |
| H A D | i2c.rs | 82 pub struct Adapter<T: Driver>(T); struct 89 unsafe impl<T: Driver> driver::DriverLayout for Adapter<T> { implementation 97 unsafe impl<T: Driver> driver::RegistrationOps for Adapter<T> { implementation 144 impl<T: Driver> Adapter<T> { implementation 154 unsafe { <Self as driver::Adapter>::id_info(idev.as_ref()) } in probe_callback() 190 fn i2c_id_table() -> Option<IdTable<<Self as driver::Adapter>::IdInfo>> { in i2c_id_table() 197 fn i2c_id_info(dev: &I2cClient) -> Option<&'static <Self as driver::Adapter>::IdInfo> { in i2c_id_info() 218 impl<T: Driver> driver::Adapter for Adapter<T> { implementation 246 $crate::module_driver!(<T>, $crate::i2c::Adapter<T>, { $($f)* });
|
| H A D | platform.rs | 44 pub struct Adapter<T: Driver>(T); struct 51 unsafe impl<T: Driver> driver::DriverLayout for Adapter<T> { implementation 59 unsafe impl<T: Driver> driver::RegistrationOps for Adapter<T> { implementation 96 impl<T: Driver> Adapter<T> { implementation 104 let info = unsafe { <Self as driver::Adapter>::id_info(pdev.as_ref()) }; in probe_callback() 130 impl<T: Driver> driver::Adapter for Adapter<T> { implementation 158 $crate::module_driver!(<T>, $crate::platform::Adapter<T>, { $($f)* });
|
| H A D | fmt.rs | 24 pub struct Adapter<T>(pub T); 29 impl<T: $trait> $trait for Adapter<T> { 52 /// Together with the [`Adapter`] type and [`fmt!`] macro, it enables raw pointer formatting to be in fmt() 146 // `Adapter<&T>` bridges our `Pointer` trait to `core::fmt::Pointer` 147 impl<T: Pointer> core::fmt::Pointer for Adapter<&T> { 157 /// [`Adapter`] type and [`fmt!`] macro, it allows for formatting foreign types (e.g. types from 172 impl<T: ?Sized + Display> core::fmt::Display for Adapter<&T> { 15 pub struct Adapter<T>(pub T); global() struct 51 impl<T: ?Sized + Display> core::fmt::Display for Adapter<&T> { global() implementation
|
| H A D | auxiliary.rs | 42 pub struct Adapter<T: Driver>(T); implementation 49 unsafe impl<T: Driver> driver::DriverLayout for Adapter<T> { 57 unsafe impl<T: Driver> driver::RegistrationOps for Adapter<T> { in register() 83 impl<T: Driver> Adapter<T> { in probe_callback() 129 $crate::module_driver!(<T>, $crate::auxiliary::Adapter<T>, { $($f)* }); 35 pub struct Adapter<T: Driver>(T); global() struct 50 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { global() implementation 76 impl<T: Driver + 'static> Adapter<T> { global() implementation
|
| H A D | pci.rs | 60 pub struct Adapter<T: Driver>(T); 67 unsafe impl<T: Driver> driver::DriverLayout for Adapter<T> { 75 unsafe impl<T: Driver> driver::RegistrationOps for Adapter<T> { in register() 101 impl<T: Driver> Adapter<T> { in probe_callback() 161 $crate::module_driver!(<T>, $crate::pci::Adapter<T>, { $($f)* }); 289 /// `Adapter` documentation for an example. 58 pub struct Adapter<T: Driver>(T); global() struct 65 unsafe impl<T: Driver + 'static> driver::DriverLayout for Adapter<T> { global() implementation 73 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { global() implementation 99 impl<T: Driver + 'static> Adapter<T> { global() implementation
|
| H A D | usb.rs | 32 pub struct Adapter<T: Driver>(T); 39 unsafe impl<T: Driver> driver::DriverLayout for Adapter<T> { 47 unsafe impl<T: Driver> driver::RegistrationOps for Adapter<T> { 73 impl<T: Driver> Adapter<T> { in unregister() 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/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/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/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)"
|
| /linux/drivers/net/ethernet/microsoft/ |
| H A D | Kconfig | 19 tristate "Microsoft Azure Network Adapter (MANA) support" 28 This driver supports Microsoft Azure Network Adapter (MANA).
|
| /linux/samples/rust/ |
| H A D | rust_driver_auxiliary.rs | 182 _pci_driver: driver::Registration<pci::Adapter<ParentDriver>>, 184 _aux_driver: driver::Registration<auxiliary::Adapter<AuxiliaryDriver>>,
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | igbvf.rst | 12 - Identifying Your Adapter 34 Identifying Your Adapter
|
| H A D | ixgbevf.rst | 13 - Identifying Your Adapter 25 Identifying Your Adapter
|
| H A D | e1000e.rst | 13 - Identifying Your Adapter 19 Identifying Your Adapter 291 - Intel(R) PRO/1000 Gigabit Server Adapter 329 In the default mode, an Intel(R) Ethernet Network Adapter using copper 345 always match the adapter settings. Adapter performance may suffer or your 349 An Intel(R) Ethernet Network Adapter using fiber-based connections, however, 365 - Intel(R) PRO/1000 PT Dual Port Server Adapter 366 - Intel(R) PRO/1000 PF Dual Port Server Adapter 367 - Intel(R) PRO/1000 PT Quad Port Server Adapter
|
| /linux/Documentation/scsi/ |
| H A D | BusLogic.rst | 69 the BT-948 PCI Ultra SCSI Host Adapter, and then again for the BT-958 PCI Wide 70 Ultra SCSI Host Adapter in January 1996. This was mutually beneficial since 219 Host Adapter not in the following table contact the author beforehand to verify 333 Ctrl-B at system startup and select "Adapter Configuration", "View/Modify 360 the AutoSCSI utility via Ctrl-B at system startup and select "Adapter 421 by the first PCI MultiMaster Host Adapter, in which case MultiMaster Host 433 presented for execution (either to the Host Adapter or Target Device). Note 445 on the Host Adapter's Total Queue Depth and the number, type, speed, and 461 based on the firmware version of the BusLogic Host Adapter and based on 467 all Target Devices on this Host Adapter, overriding any limitation that [all …]
|
| H A D | bfa.rst | 48 v3.0.0.0 Linux Adapter Firmware package for RHEL 6.2, SLES 11SP2 65 v3.0.2.0 Linux Adapter Firmware package for RHEL 6.2, SLES 11SP2
|