Home
last modified time | relevance | path

Searched refs:pair (Results 126 – 150 of 787) sorted by relevance

12345678910>>...32

/openbmc/linux/drivers/ata/
H A Dpata_cmd64x.c124 struct ata_device *pair = ata_dev_pair(adev); in cmd64x_set_timing() local
126 if (pair) { in cmd64x_set_timing()
128 ata_timing_compute(pair, pair->pio_mode, &tp, T, 0); in cmd64x_set_timing()
H A Dpata_legacy.c487 struct ata_device *pair = ata_dev_pair(adev); in opti82c611a_set_piomode() local
504 if (pair) { in opti82c611a_set_piomode()
506 ata_timing_compute(pair, pair->pio_mode, &tp, clock, 1000); in opti82c611a_set_piomode()
562 struct ata_device *pair = ata_dev_pair(adev); in opti82c46x_set_piomode() local
583 if (pair) { in opti82c46x_set_piomode()
585 ata_timing_compute(pair, pair->pio_mode, &tp, clock, 1000); in opti82c46x_set_piomode()
/openbmc/phosphor-pid-control/pid/
H A Dbuildjson.hpp21 std::pair<std::map<int64_t, conf::PIDConf>, std::map<int64_t, conf::ZoneConfig>>
/openbmc/google-ipmi-sys/test/
H A Dhelper.hpp33 std::pair<std::uint8_t, std::vector<std::uint8_t>>
/openbmc/phosphor-host-ipmid/include/ipmid-host/
H A Dcmd-utils.hpp34 using IpmiCmdData = std::pair<IPMIcmd, Data>;
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch774 + if (uc_priv->pair.rxbuf) {
775 + free(uc_priv->pair.rxbuf);
776 + uc_priv->pair.rxbuf = NULL;
779 + if (uc_priv->pair.txbuf) {
780 + free(uc_priv->pair.txbuf);
781 + uc_priv->pair.txbuf = NULL;
816 + if (!uc_priv->pair.rxbuf) {
824 + if (!uc_priv->pair.txbuf) {
825 + free(uc_priv->pair.rxbuf);
2068 + * @pair: The RX/TX buffers pair
[all …]
/openbmc/telemetry/src/utils/
H A Dmake_id_name.hpp10 std::pair<std::string, std::string>
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfapi_data_process.hpp17 using FFDCData = std::vector<std::pair<std::string, std::string>>;
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-uevent33 It's possible to define zero or more pairs - each pair is then
34 delimited by a space character ' '. Each pair appears in
/openbmc/linux/drivers/watchdog/
H A Ddiag288_wdt.c90 : [r1] "d" (r1.pair), [r3] "d" (r3.pair) in diag288()
/openbmc/bmcweb/test/http/
H A Dhttp2_connection_test.cpp62 std::vector<std::pair<std::string, std::string>>& headers) in unpackHeaders()
164 std::vector<std::pair<std::string, std::string>> headers; in TEST()
/openbmc/telemetry/src/metrics/
H A Dcollection_function.hpp14 using ReadingItem = std::pair<Milliseconds, double>;
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp18 using DbusObjectInfo = std::pair<DbusObjectPath, DbusService>;
122 using DbusPropertyValues = std::pair<PreReqOffsetValueMap, OffsetValueMap>;
225 std::array<std::pair<uint8_t, uint8_t>, maxContainedEntities>;
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dutil.cpp283 std::vector<std::pair<std::string_view, size_t>> timeMap = { in getBootTimesMonotonic()
299 std::vector<std::pair<std::string, std::variant<uint64_t>>> timestamps; in getBootTimesMonotonic()
354 std::pair<std::string, std::variant<uint64_t, uint8_t, std::string>>> in getECCErrorCounts()
/openbmc/phosphor-hwmon/
H A Dtypes.hpp15 using ObjectStateData = std::pair<std::string, ObjectInfo>;
H A Daverage.hpp22 using averageValue = std::pair<int64_t, int64_t>;
/openbmc/telemetry/src/types/
H A Dsensor_types.hpp10 std::vector<std::pair<sdbusplus::message::object_path, std::string>>;
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D14_cidr_support.patch11 +`net/masklength' pair, where `mm' is the number of consecutive `1'
15 `[net]/prefixlen\' pair. An IPv6 host address is matched if
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dphy-hi3798cv200-combphy.txt10 - clocks: The phandle to clock provider and clock specifier pair.
11 - resets: The phandle to reset controller and reset specifier pair.
/openbmc/linux/arch/s390/include/asm/
H A Dpage.h69 : [dst] "+&d" (dst.pair), [src] "+&d" (src.pair) in copy_page()
/openbmc/linux/Documentation/input/devices/
H A Damijoy.rst147 read to determine the state of the related input signal pair.
185 POT0DAT h 012 R Paula Pot counter data left pair (vert, horiz)
186 POT1DAT h 014 R Paula Pot counter data right pair (vert,horiz)
189 These addresses each read a pair of 8 bit pot counters.
/openbmc/linux/drivers/net/phy/
H A Dat803x.c1468 static int at803x_cdt_start(struct phy_device *phydev, int pair) in at803x_cdt_start() argument
1478 cdt = FIELD_PREP(AT803X_CDT_MDI_PAIR_MASK, pair) | in at803x_cdt_start()
1512 ret = at803x_cdt_start(phydev, pair); in at803x_cable_test_one_pair()
1527 ethnl_cable_test_result(phydev, ethtool_pair[pair], in at803x_cable_test_one_pair()
1531 ethnl_cable_test_fault_length(phydev, ethtool_pair[pair], in at803x_cable_test_one_pair()
1542 int pair, ret; in at803x_cable_test_get_status() local
1561 for_each_set_bit(pair, &pair_mask, 4) { in at803x_cable_test_get_status()
1562 ret = at803x_cable_test_one_pair(phydev, pair); in at803x_cable_test_get_status()
1566 clear_bit(pair, &pair_mask); in at803x_cable_test_get_status()
1894 static int qca808x_cdt_fault_length(struct phy_device *phydev, int pair) in qca808x_cdt_fault_length() argument
[all …]
/openbmc/bmcweb/http/
H A Dhttp_body.hpp200 boost::optional<std::pair<const_buffers_type, bool>>
206 boost::optional<std::pair<const_buffers_type, bool>>
209 std::pair<const_buffers_type, bool> ret; in getWithMaxSize()
/openbmc/openpower-pnor-code-mgmt/
H A Dutils.cpp60 std::vector<std::pair<std::string, std::vector<std::string>>> in getService()
123 using PendingAttributesType = std::vector<std::pair< in setPendingAttributes()
/openbmc/s2600wf-misc/hsbp-manager/include/
H A Dutils.hpp33 std::pair<std::string,
34 std::vector<std::pair<std::string, std::vector<std::string>>>>>;

12345678910>>...32