/openbmc/phosphor-net-ipmid/ |
H A D | auth_algo.hpp | 49 class Interface class 52 explicit Interface(integrity::Algorithms intAlgo, in Interface() function in cipher::rakp_auth::Interface 57 Interface() = delete; 58 virtual ~Interface() = default; 59 Interface(const Interface&) = default; 60 Interface& operator=(const Interface&) = default; 61 Interface(Interface&&) = default; 62 Interface& operator=(Interface&&) = default; 159 class AlgoSHA1 : public Interface 166 Interface(intAlgo, cryptAlgo) in AlgoSHA1() [all …]
|
H A D | crypt_algo.hpp | 40 class Interface class 46 explicit Interface(const std::vector<uint8_t>& k2) : k2(k2) {} in Interface() function in cipher::crypt::Interface 48 Interface() = delete; 49 virtual ~Interface() = default; 50 Interface(const Interface&) = default; 51 Interface& operator=(const Interface&) = default; 52 Interface(Interface&&) = default; 53 Interface& operator=(Interface&&) = default; 120 class AlgoAES128 final : public Interface 144 explicit AlgoAES128(const std::vector<uint8_t>& k2) : Interface(k2) {} in AlgoAES128()
|
H A D | integrity_algo.hpp | 42 class Interface class 50 explicit Interface(size_t authLength) : authCodeLength(authLength) {} in Interface() function in cipher::integrity::Interface 52 Interface() = delete; 53 virtual ~Interface() = default; 54 Interface(const Interface&) = default; 55 Interface& operator=(const Interface&) = default; 56 Interface(Interface&&) = default; 57 Interface& operator=(Interface&&) = default; 158 class AlgoSHA1 final : public Interface 244 class AlgoSHA256 final : public Interface
|
H A D | session.hpp | 149 void setAuthAlgo(std::unique_ptr<cipher::rakp_auth::Interface>&& inAuthAlgo) in setAuthAlgo() 178 std::unique_ptr<cipher::integrity::Interface>&& integrityAlgo) in setIntegrityAlgo() 215 void setCryptAlgo(std::unique_ptr<cipher::crypt::Interface>&& cryptAlgo) in setCryptAlgo() 299 std::unique_ptr<cipher::rakp_auth::Interface> authAlgoInterface; 302 std::unique_ptr<cipher::integrity::Interface> integrityAlgoInterface = 306 std::unique_ptr<cipher::crypt::Interface> cryptAlgoInterface = nullptr;
|
/openbmc/openpower-occ-control/ |
H A D | pldm.hpp | 56 class Interface class 59 Interface() = delete; 61 Interface(const Interface&) = delete; 62 Interface& operator=(const Interface&) = delete; 63 Interface(Interface&&) = delete; 64 Interface& operator=(Interface&&) = delete; 77 explicit Interface( in Interface() function in pldm::Interface 92 std::bind(std::mem_fn(&Interface::sensorEvent), this, in Interface() 98 std::bind(std::mem_fn(&Interface::hostStateEvent), this, in Interface() 103 sdpEvent, std::bind(&Interface::pldmRspExpired, this))) in Interface() [all …]
|
H A D | pldm.cpp | 33 bool Interface::throttleTraces = false; 34 enum pldm_msg_type Interface::msgType = MSG_UNDEFINED; 35 open_power::occ::instanceID Interface::resetInstance = 0; 37 void Interface::fetchSensorInfo(uint16_t stateSetId, in fetchSensorInfo() 132 void Interface::sensorEvent(sdbusplus::message_t& msg) in sensorEvent() 262 void Interface::hostStateEvent(sdbusplus::message_t& msg) in hostStateEvent() 281 void Interface::clearData() in clearData() 321 void Interface::fetchEffecterInfo( in fetchEffecterInfo() 395 std::vector<uint8_t> Interface::prepareSetEffecterReq( in prepareSetEffecterReq() 435 void Interface::resetOCC(open_power::occ::instanceID occInstanceId) in resetOCC() [all …]
|
/openbmc/linux/drivers/char/tpm/ |
H A D | Kconfig | 48 tristate "TPM Interface Specification 1.2 Interface / TPM 2.0 FIFO Interface" 59 tristate "TPM Interface Specification 1.3 Interface / TPM 2.0 FIFO Interface - (SPI)" 71 bool "Cr50 SPI Interface" 78 tristate "TPM Interface Specification 1.3 Interface / TPM 2.0 FIFO Interface - (I2C - generic)" 90 tristate "TPM Interface Specification 1.2 Interface / TPM 2.0 FIFO Interface (MMIO - SynQuacer)" 102 tristate "TPM Interface Specification 2.0 Interface (I2C - CR50)" 111 tristate "TPM Interface Specification 1.2 Interface (I2C - Atmel)" 120 tristate "TPM Interface Specification 1.2 Interface (I2C - Infineon)" 131 tristate "TPM Interface Specification 1.2 Interface (I2C - Nuvoton)" 141 tristate "National Semiconductor TPM Interface" [all …]
|
/openbmc/phosphor-inventory-manager/test/ |
H A D | interface_ops_test.cpp | 117 Interface i; in TEST() 134 Interface i{{"foo"s, static_cast<int64_t>(1ll)}}; in TEST() 151 Interface i; in TEST() 168 Interface i{{"foo"s, static_cast<int64_t>(1ll)}}; in TEST() 185 Interface i; in TEST() 200 Interface i{{"foo"s, static_cast<int64_t>(1ll)}}; in TEST() 215 Interface i; in TEST() 230 Interface i{{"foo"s, static_cast<int64_t>(1ll)}}; in TEST() 245 Interface i; in TEST() 261 Interface i{{"foo"s, static_cast<int64_t>(1ll)}}; in TEST() [all …]
|
/openbmc/linux/drivers/zorro/ |
H A D | zorro.ids | 66 0100 Easyl Drawing Tablet Interface 135 0800 Impact 3001 [IDE Interface] 152 0d00 Impact 3001 [IDE Interface] 190 0600 Tandem AT-2008/508 [IDE Interface] 194 4000 ISDN MasterCard [ISDN Interface] 204 0100 IEEE-488 Interface Card 208 0500 32Bit Parallel I/O Interface 210 0700 16 Channel ADC Interface 217 0300 Advantage [IDE Interface] 238 0600 Tandem AT-2008/508 [IDE Interface] [all …]
|
/openbmc/pldm/libpldmresponder/ |
H A D | fru_parser.hpp | 22 using Interface = std::string; typedef 23 using Interfaces = std::set<Interface>; 51 pldm::responder::dbus::Interface, pldm::responder::dbus::Property, 100 const pldm::responder::dbus::Interface& intf) const in getRecordInfo() 106 const pldm::responder::dbus::Interface& intf) const in getEntityType() 133 std::map<pldm::responder::dbus::Interface,
|
/openbmc/phosphor-host-ipmid/ |
H A D | settings.hpp | 13 using Interface = std::string; typedef 27 Objects(sdbusplus::bus_t& bus, const std::vector<Interface>& filter); 43 Service service(const Path& path, const Interface& interface) const; 46 std::map<Interface, std::vector<Path>> map;
|
/openbmc/linux/drivers/mmc/host/ |
H A D | Kconfig | 27 tristate "ARM AMBA Multimedia Card Interface support" 31 Interface (PL180 and PL181) support. If you have an ARM(R) 58 tristate "Intel PXA25x/26x/27x Multimedia Card Interface support" 61 This selects the Intel(R) PXA(R) Multimedia card Interface. 68 tristate "Secure Digital Host Controller Interface support" 71 This selects the generic Secure Digital Host Controller Interface. 108 This selects the PCI Secure Digital Host Controller Interface. 147 Host Controller Interface based platform and OF drivers. 160 This selects the Arasan Secure Digital Host Controller Interface 174 This selects the ASPEED Secure Digital Host Controller Interface. [all …]
|
/openbmc/phosphor-networkd/src/ |
H A D | ncsi_util.hpp | 73 struct Interface struct 96 virtual ~Interface() {}; in ~Interface() argument 99 std::string to_string(Interface& interface); 101 struct NetlinkInterface : Interface 156 struct MCTPInterface : Interface
|
/openbmc/phosphor-gpio-monitor/presence/ |
H A D | gpio_presence.hpp | 24 using Interface = std::string; typedef 37 using Interface = std::string; typedef in phosphor::gpio::presence::Presence 39 using InterfaceMap = std::map<Interface, PropertyMap>; 72 const std::vector<Interface>& ifaces, in Presence() 146 const std::vector<Interface> ifaces;
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | ti-am437x-vpfe.txt | 14 0 - Raw Bayer Interface. 15 1 - 8 Bit BT656 Interface. 16 2 - 10 Bit BT656 Interface. 17 3 - YCbCr 8 Bit Interface. 18 4 - YCbCr 16 Bit Interface.
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/nintendo/ |
H A D | wii.txt | 23 1.a) The Video Interface (VI) node 34 1.b) The Processor Interface (PI) node 67 1.d) The Serial Interface (SI) node 79 1.e) The Audio Interface (AI) node 90 1.f) The External Interface (EXI) node 100 1.h) The Enhanced Host Controller Interface (EHCI) node 102 Represents the USB 2.0 Enhanced Host Controller Interface. 110 1.i) The Secure Digital Host Controller Interface (SDHCI) nodes 157 1.n) The Disk Interface (DI) node
|
/openbmc/linux/drivers/char/tpm/st33zp24/ |
H A D | Kconfig | 13 tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (I2C)" 23 tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (SPI)"
|
/openbmc/linux/Documentation/gpu/amdgpu/ |
H A D | ras.rst | 20 RAS Error Count sysfs Interface 24 :doc: AMDGPU RAS sysfs Error Count Interface 26 RAS EEPROM debugfs Interface 32 RAS VRAM Bad Pages sysfs Interface 36 :doc: AMDGPU RAS sysfs gpu_vram_bad_pages Interface
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | zii,rave-sp.txt | 23 rave-sp-nvmem : Interface to onboard EEPROM 25 rave-sp-hwmon : Interface to onboard hardware sensors 26 rave-sp-leds : Interface to onboard LEDs 27 rave-sp-input : Interface to onboard power button
|
/openbmc/linux/Documentation/driver-api/soundwire/ |
H A D | stream.rst | 33 | Interface | | Interface | 47 | Interface | | Interface | 61 | Interface | | | Interface | 71 | | Interface | 87 | Interface | | | Interface | 97 | | Interface | 117 | Interface | | || 1 | | 122 | | R Channel || | Interface | 135 | Interface | | Interface | 144 | Interface | | Interface | [all …]
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_vmi_multiple_interfaces.robot | 58 Verify VMI Network Interface Details ${default} DHCP ${default} ${default} 59 …Verify VMI Network Interface Details ${default} DHCP ${default} ${default} ${interface_list}[… 61 Configure VMI First Interface In Static And Second In Dynamic And Verify 73 … Verify VMI Network Interface Details ${test_ipv4_1} Static ${test_gateway_1} ${test_netmask_1} 74 …Verify VMI Network Interface Details ${default} DHCP ${default} ${default} ${interface_list}[… 76 Configure VMI First Interface In Dynamic And Second In Static And Verify 88 Verify VMI Network Interface Details ${default} DHCP ${default} ${default} 123 ... Get VMI Network Interface Details ${interface}
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | platform-cardlist.rst | 20 atmel-isi ATMEL Image Sensor Interface (ISI) 43 pxa_camera PXA27x Quick Capture Interface 46 rcar_drif Renesas Digital Radio Interface (DRIF) 53 s3c-camif Samsung S3C24XX/S3C64XX SoC Camera Interface 61 stm32-dcmi STM32 Digital Camera Memory Interface (DCMI) 63 sun4i-csi Allwinner A10 CMOS Sensor Interface Support 64 sun6i-csi Allwinner V3s Camera Sensor Interface
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/ |
H A D | README.md | 7 ### Power Button Interface 23 ### ID Button Interface 37 ### Reset Button Interface 51 ### Host Selector Button Interface
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_lanplus.robot | 23 Repeat Keyword ${LOOP_COUNT} times Verify Lanplus Interface Commands 26 Verify Lanplus Interface 30 Verify Lanplus Interface Commands
|
/openbmc/linux/drivers/usb/typec/ucsi/ |
H A D | Kconfig | 4 tristate "USB Type-C Connector System Software Interface driver" 9 USB Type-C Connector System Software Interface (UCSI) is a 31 tristate "UCSI Interface Driver for Cypress CCGx" 41 tristate "UCSI ACPI Interface Driver" 53 tristate "UCSI Interface Driver for STM32G0" 63 tristate "UCSI Qualcomm PMIC GLINK Interface Driver"
|