Home
last modified time | relevance | path

Searched refs:Handle (Results 1 – 25 of 171) sorted by relevance

1234567

/openbmc/gpioplus/src/gpioplus/
H A Dhandle.cpp44 static int build(const Chip& chip, const std::vector<Handle::Line>& lines, in build()
77 Handle::Handle(const Chip& chip, const std::vector<Line>& lines, in Handle() function in gpioplus::Handle
84 const internal::Fd& Handle::getFd() const in getFd()
89 std::vector<uint8_t> Handle::getValues() const in getValues()
96 void Handle::getValues(std::vector<uint8_t>& values) const in getValues()
114 void Handle::setValues(const std::vector<uint8_t>& values) const in setValues()
H A Dhandle.hpp57 class Handle : public HandleInterface class
80 Handle(const Chip& chip, const std::vector<Line>& lines, HandleFlags flags,
/openbmc/gpioplus/test/
H A Dhandle.cpp81 std::vector<Handle::Line> lines; in TEST_F()
92 Handle handle(*chip, lines, in TEST_F()
112 const std::vector<Handle::Line> lines(GPIOHANDLES_MAX + 1); in TEST_F()
113 EXPECT_THROW(Handle(*chip, lines, HandleFlags(), "too_many"), in TEST_F()
121 EXPECT_THROW(Handle(*chip, {}, HandleFlags(), std::string(large_size, '1')), in TEST_F()
128 std::vector<Handle::Line> lines; in TEST_F()
137 EXPECT_THROW(Handle(*chip, lines, in TEST_F()
155 std::unique_ptr<Handle> handle;
156 const std::vector<Handle::Line> lines{{1, 1}, {4, 0}};
165 handle = std::make_unique<Handle>( in SetUp()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.hpp18 using Handle = uint32_t; typedef
31 Handle handle; //!< File handle
73 FileEntry at(Handle handle) const in at()
100 std::unordered_map<Handle, FileEntry> tableEntries;
/openbmc/linux/Documentation/crypto/
H A Dapi-aead.rst16 Asynchronous AEAD Request Handle
20 :doc: Asynchronous AEAD Request Handle
H A Dapi-skcipher.rst19 Symmetric Key Cipher Request Handle
23 :doc: Symmetric Key Cipher Request Handle
H A Dapi-digest.rst19 Asynchronous Hash Request Handle
23 :doc: Asynchronous Hash Request Handle
H A Dapi-akcipher.rst16 Asymmetric Cipher Request Handle
/openbmc/phosphor-hwmon/
H A Dgpio_handle.cpp42 std::vector<gpioplus::Handle::Line> lines = { in BuildGpioHandle()
45 return std::make_unique<gpioplus::Handle>(chip, lines, flags, in BuildGpioHandle()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0001-Handle-interface-without-ifa_addr.patch4 Subject: [PATCH] Handle interface without `ifa_addr`
7 Handle this case gracefully.
/openbmc/openbmc/poky/meta/recipes-support/boost/boost/
H A D0001-dont-setup-compiler-flags-m32-m64.patch24 - # Handle address-model
40 # Handle threading
/openbmc/linux/tools/testing/selftests/kselftest/
H A Dprefix.pl6 use IO::Handle;
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst31 - bitbake: cooker: Handle parse threads disappearing to avoid hangs
32 - bitbake: cooker: Handle parsing results queue race
35 - bitbake: fetch/git: Handle github dropping git:// support
40 - bitbake: fetch: Handle mirror user/password replacements correctly
50 - bitbake: utils: Handle lockfile filenames that are too long for filesystems
140 - scripts/oe-package-browser: Handle no packages being built
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dchassis-poweron-failure@.service2 Description=Handle chassis poweron failure for instance %i
H A Dhost-poweron-failure@.service2 Description=Handle host poweron failure for instance %i
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/
H A Dmdns_2559.40.32.bb20 file://0006-Handle-noisy-netlink-sockets.patch \
22 file://0008-Handle-errors-from-socket-calls.patch \
25 file://0001-Handle-interface-without-ifa_addr.patch \
/openbmc/gpioplus/example/
H A Dpulse.cpp23 gpioplus::Handle handle(chip, {{line_offset, 0}}, flags, in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_255.6.bb37 file://0013-Handle-__cpu_mask-usage.patch \
38 file://0014-Handle-missing-gshadow.patch \
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dnet_handler.hpp38 using Fd = stdplus::Managed<int>::Handle<closefd>;
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,msm8916-wcd-digital.txt8 - clocks: Handle to mclk and ahbclk
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/
H A Doptee-os-corstone1000-common.inc3 file://0001-Handle-logging-syscall.patch \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A DReplace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch68 - /* Handle the last few bytes of the input */
113 - /* Handle leftover data in temp registers */
132 - /* Handle tail bytes */
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/
H A Dtrusted-firmware-a.inc116 # Handle TFA_BOARD parameter
119 # Handle TFA_SPD parameter
125 # Handle TFA_DEBUG parameter
128 # Handle MBEDTLS
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_platform.robot26 ${next_record_handle}= Run Keyword Verify GetPDR For Record Handle ${record_handle}
45 Verify GetPDR For Record Handle
/openbmc/sdeventplus/src/sdeventplus/
H A Devent.hpp169 bool>::Handle<drop, ref>

1234567