Home
last modified time | relevance | path

Searched full:protocols (Results 1 – 25 of 905) sorted by relevance

12345678910>>...37

/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dwayland-protocols_1.38.bb1 SUMMARY = "Collection of additional Wayland protocols"
2 DESCRIPTION = "Wayland protocols that add functionality not \
3 available in the Wayland core protocol. Such protocols either add \
6 wayland-protocols."
12 … "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-prot…
15 UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags"
24 FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-twisted_24.11.0.bb2 Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols
16 ${PN}-protocols \
38 ${PN}-protocols \
59 RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-appdirs python3-bcrypt python3-cryptogra…
60 RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols"
62 RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols"
63 RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols"
70 ${PYTHON_SITEPACKAGES_DIR}/twisted/protocols/haproxy/test/ \
73 FILES:${PN}-protocols = " \
74 ${PYTHON_SITEPACKAGES_DIR}/twisted/protocols/*.py* \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/mpv/
H A Da7efb3e62bbd0af86737f5ecb72d3a8e2a8c3b54.patch4 Subject: [PATCH] build: fix dynamic generation of mpv.desktop file protocols
43 if not mpv_desktop["X-KDE-Protocols"]:
44 raise ValueError("Missing X-KDE-Protocols entry in mpv.desktop file")
46 - mpv_protocols = check_output([sys.argv[2], "--no-config", "--list-protocols"], encoding="UTF-8…
56 raise ValueError("Unable to parse any protocols from mpv '--list-protocols'")
58 protocol_list = set(mpv_desktop["X-KDE-Protocols"].strip().split(","))
59 - mpv_desktop["X-KDE-Protocols"] = ",".join(sorted(mpv_protocols & protocol_list)) + "\n"
61 + mpv_desktop["X-KDE-Protocols"] = ",".join(compatible_protocols) + "\n"
75 + command: [mpv, '--no-config','--list-protocols'],
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Darm,mhuv2.yaml28 protocols. The transport protocols determine the method of data transmission
31 Following are the possible transport protocols.
83 arm,mhuv2-protocols:
88 be used for various transport protocols.
91 used in various transport protocols. The entries in this property shall be
114 arm,mhuv2-protocols = <0 2>, <1 1>, <1 5>, <1 7>;
117 The above example defines the protocols of an ARM MHUv2 mailbox
139 From the example given above for arm,mhuv2-protocols, here is how a client
164 - arm,mhuv2-protocols
169 # Multiple transport protocols implemented by the mailbox controllers
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0003-Fix-off-by-one-overflow-in-the-IP-protocol-table.patch14 protocols.cc | 6 +++---
15 protocols.h | 2 ++
72 diff --git a/protocols.cc b/protocols.cc
74 --- a/protocols.cc
75 +++ b/protocols.cc
91 error("Parse error in protocols file %s line %d", filename, lineno);
103 diff --git a/protocols.h b/protocols.h
105 --- a/protocols.h
106 +++ b/protocols.h
144 fatal("Protocols specified must be between 0 and 255 inclusive");
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0001-Add-stub-capsule-update-service-components.patch24 protocols/service/capsule_update/opcodes.h | 17 +++
25 protocols/service/capsule_update/parameters.h | 15 ++
31 create mode 100644 protocols/service/capsule_update/capsule_update_proto.h
32 create mode 100644 protocols/service/capsule_update/opcodes.h
33 create mode 100644 protocols/service/capsule_update/parameters.h
81 +#include <protocols/service/capsule_update/capsule_update_proto.h>
82 +#include <protocols/rpc/common/packed-c/status.h>
313 diff --git a/protocols/service/capsule_update/capsule_update_proto.h b/protocols/service/capsule_up…
317 +++ b/protocols/service/capsule_update/capsule_update_proto.h
328 +#include <protocols/service/capsule_update/opcodes.h>
[all …]
H A D0014-Provide-crypto-api-to-create-uefi-priv-var-fingerpri.patch29 protocols/service/crypto/packed-c/opcodes.h | 1 +
33 create mode 100644 protocols/service/crypto/packed-c/get_uefi_priv_auth_var_fingerprint.h
62 +#include <protocols/common/efi/efi_status.h>
63 +#include <protocols/rpc/common/packed-c/status.h>
64 +#include <protocols/service/crypto/packed-c/opcodes.h>
65 +#include <protocols/service/crypto/packed-c/get_uefi_priv_auth_var_fingerprint.h>
238 +#include <protocols/common/efi/efi_status.h>
239 #include <protocols/rpc/common/packed-c/status.h>
240 #include <protocols/service/crypto/packed-c/opcodes.h>
522 #include <protocols/service/crypto/packed-c/sign_hash.h>
[all …]
/openbmc/linux/drivers/media/rc/img-ir/
H A Dimg-ir-sony.c54 struct img_ir_filter *out, u64 protocols) in img_ir_sony_filter() argument
67 protocols &= RC_PROTO_BIT_SONY12 | RC_PROTO_BIT_SONY15 | in img_ir_sony_filter()
75 if (!is_power_of_2(protocols)) { in img_ir_sony_filter()
77 protocols = RC_PROTO_BIT_SONY20; in img_ir_sony_filter()
79 protocols = RC_PROTO_BIT_SONY15; in img_ir_sony_filter()
81 protocols = RC_PROTO_BIT_SONY12; in img_ir_sony_filter()
84 if (protocols == RC_PROTO_BIT_SONY20) { in img_ir_sony_filter()
90 } else if (protocols == RC_PROTO_BIT_SONY15) { in img_ir_sony_filter()
H A Dimg-ir-nec.c54 struct img_ir_filter *out, u64 protocols) in img_ir_nec_filter() argument
62 protocols &= RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | RC_PROTO_BIT_NEC32; in img_ir_nec_filter()
69 if (!is_power_of_2(protocols)) { in img_ir_nec_filter()
71 protocols = RC_PROTO_BIT_NEC32; in img_ir_nec_filter()
73 protocols = RC_PROTO_BIT_NECX; in img_ir_nec_filter()
75 protocols = RC_PROTO_BIT_NEC; in img_ir_nec_filter()
78 if (protocols == RC_PROTO_BIT_NEC32) { in img_ir_nec_filter()
89 } else if (protocols == RC_PROTO_BIT_NECX) { in img_ir_nec_filter()
/openbmc/linux/tools/testing/selftests/ir/
H A Dir_loopback.c47 } protocols[] = { variable
126 snprintf(buf, sizeof(buf), "/sys/class/rc/%s/protocols", argv[2]); in main()
133 for (i = 0; i < ARRAY_SIZE(protocols); i++) { in main()
134 if (write(protocolfd, protocols[i].decoder, in main()
135 strlen(protocols[i].decoder)) == -1) in main()
139 protocols[i].name, protocols[i].decoder, in main()
140 i + 1, (int)ARRAY_SIZE(protocols)); in main()
143 unsigned int scancode = rand() & protocols[i].mask; in main()
144 unsigned int rc_proto = protocols[i].proto; in main()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-rc18 What: /sys/class/rc/rc<N>/protocols
23 Reading this file returns a list of available protocols,
28 Enabled protocols are shown in [] brackets.
31 protocols.
34 protocols.
38 Writing "none" will disable all protocols.
80 Reading this file returns a list of available protocols to use
/openbmc/linux/include/net/netfilter/
H A Dnf_reject.h11 /* Skip protocols that don't use 16-bit one's complement checksum in nf_reject_verify_csum()
15 /* Protocols with optional checksums. */ in nf_reject_verify_csum()
30 /* Protocols with other integrity checks. */ in nf_reject_verify_csum()
35 /* Protocols with partial checksums. */ in nf_reject_verify_csum()
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-sysfs-nodes.rst34 /sys/class/rc/rcN/protocols
37 Reading this file returns a list of available protocols, something like::
41 Enabled protocols are shown in [] brackets.
43 Writing "+proto" will add a protocol to the list of enabled protocols.
46 protocols.
50 Writing "none" will disable all protocols.
92 Reading this file returns a list of available protocols to use for the
H A Dlirc-dev-intro.rst39 - ir-keytable: can load keymaps; allows you to set IR kernel protocols; load
72 bit is set in protocols that support it (e.g. rc-5 and rc-6), or
73 ``LIRC_SCANCODE_FLAG_REPEAT`` for when a repeat is received for protocols
83 pressing the same button". The rc-5 and rc-6 protocols have a toggle bit.
156 :ref:`IR protocols <Remote_controllers_Protocols>`, but there
157 are many protocols which are not supported. To support these, it is possible
/openbmc/linux/drivers/media/rc/
H A Drc-ir-raw.c41 handler->protocols || !handler->protocols) in ir_raw_event_thread()
250 if (!(dev->enabled_protocols & handler->protocols) && in change_protocol()
251 (*rc_proto & handler->protocols) && handler->raw_register) in change_protocol()
254 if ((dev->enabled_protocols & handler->protocols) && in change_protocol()
255 !(*rc_proto & handler->protocols) && in change_protocol()
266 if (handler->protocols & *rc_proto) { in change_protocol()
291 static void ir_raw_disable_protocols(struct rc_dev *dev, u64 protocols) in ir_raw_disable_protocols() argument
294 dev->enabled_protocols &= ~protocols; in ir_raw_disable_protocols()
530 if (handler->protocols & mask && handler->encode) { in ir_raw_encode_scancode()
598 if (handler->protocols & mask && handler->encode) { in ir_raw_encode_carrier()
[all …]
H A Drc-main.c28 } protocols[] = { variable
723 if (protocol >= ARRAY_SIZE(protocols)) in repeat_period()
726 return protocols[protocol].repeat_period; in repeat_period()
950 if (protocol >= ARRAY_SIZE(protocols)) in rc_validate_filter()
953 mask = protocols[protocol].scancode_bits; in rc_validate_filter()
1032 * used by the sysfs protocols file. Note that the order
1098 * it is triggered by reading /sys/class/rc/rc?/protocols.
1099 * It returns the protocol names of supported protocols.
1100 * Enabled protocols are printed in brackets.
1150 * @protocols: pointer to the bitmask of current protocols
[all …]
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto.c30 * IPVS protocols can only be registered/unregistered when the ipvs
63 * register an ipvs protocols netns related data
115 * unregister an ipvs protocols netns data
173 * Propagate event for state change to all protocols
343 char protocols[64] = { 0 }; in ip_vs_protocol_init() local
347 strcat(protocols, ", "); \ in ip_vs_protocol_init()
348 strcat(protocols, (p)->name); \ in ip_vs_protocol_init()
366 pr_info("Registered protocols (%s)\n", &protocols[2]); in ip_vs_protocol_init()
377 /* unregister all the ipvs protocols */ in ip_vs_protocol_cleanup()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_manageprotocols.c197 * Try to uninstall more protocols than there are installed. This in execute()
198 * should return an error EFI_INVALID_PARAMETER. All deleted protocols in execute()
302 * Check that the protocols are really uninstalled. in execute()
312 efi_st_error("UninstallMultipleProtocolInterfaces failed to uninstall protocols\n"); in execute()
328 efi_st_error("Failed to get protocols per handle\n"); in execute()
332 efi_st_error("Failed to get protocols per handle\n"); in execute()
337 efi_st_error("Failed to get protocols per handle\n"); in execute()
342 efi_st_error("Failed to get protocols per handle\n"); in execute()
353 * Uninstall remaining protocols in execute()
377 .name = "manage protocols",
/openbmc/linux/net/nfc/
H A Ddigital_core.c467 * @im_protocols: bitset of nfc initiator protocols to be used for polling
468 * @tm_protocols: bitset of nfc transport protocols to be used for polling
482 pr_debug("protocols: im 0x%x, tm 0x%x, supported 0x%x\n", im_protocols, in digital_start_poll()
483 tm_protocols, ddev->protocols); in digital_start_poll()
485 matching_im_protocols = ddev->protocols & im_protocols; in digital_start_poll()
486 matching_tm_protocols = ddev->protocols & tm_protocols; in digital_start_poll()
546 pr_err("Unsupported protocols: im=0x%x, tm=0x%x\n", in digital_start_poll()
782 ddev->protocols |= NFC_PROTO_JEWEL_MASK; in nfc_digital_allocate_device()
784 ddev->protocols |= NFC_PROTO_MIFARE_MASK; in nfc_digital_allocate_device()
786 ddev->protocols |= NFC_PROTO_FELICA_MASK; in nfc_digital_allocate_device()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DKeyPolicy.v1_0_1.json197 "description": "The OEM security protocols that this key policy allows.",
204protocols that this key policy allows. NVMe-oF channels are restricted to OEM-defined security pr…
225 "description": "The security protocols that this key policy allows.",
236protocols that this key policy allows. NVMe-oF channels are restricted to security protocols in t…
323 "description": "The NVMe security protocols that a key is allowed to use.",
339 …"longDescription": "This enumeration shall list the NVMe security protocols that a key is allowed …
/openbmc/qemu/hw/pci/
H A Dpcie_doe.c61 prot = &doe_cap->protocols[index - 1]; in pcie_doe_discovery()
92 DOEProtocol *protocols, bool intr, uint16_t vec) in pcie_doe_init() argument
110 doe_cap->protocols = protocols; in pcie_doe_init()
111 for (; protocols->vendor_id; protocols++) { in pcie_doe_init()
220 pcie_doe_build_protocol(&doe_cap->protocols[p])) { in pcie_doe_prepare_rsp()
221 handle_request = doe_cap->protocols[p].handle_request; in pcie_doe_prepare_rsp()
/openbmc/linux/drivers/mailbox/
H A Darm_mhuv2.c13 * The transport protocols should be specified in the device tree entry for the
14 * device. The transport protocols determine how the underlying hardware
20 * as well as the selected transport protocols.
46 #define MHUV2_PROTOCOL_PROP "arm,mhuv2-protocols"
169 * @length: Length of the protocols array in bytes.
170 * @protocols: Raw protocol information, derived from device tree.
185 u32 *protocols; member
514 protocol = mhu->protocols[j]; in get_irq_chan_comb()
515 windows = mhu->protocols[j + 1]; in get_irq_chan_comb()
808 protocol = mhu->protocols[i]; in mhuv2_mbox_of_xlate()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-sync.c128 int iwl_mvm_time_sync_config(struct iwl_mvm *mvm, const u8 *addr, u32 protocols) in iwl_mvm_time_sync_config() argument
149 if (protocols & ~(IWL_TIME_SYNC_PROTOCOL_TM | in iwl_mvm_time_sync_config()
153 cmd.protocols = cpu_to_le32(protocols); in iwl_mvm_time_sync_config()
164 mvm->time_sync.active = protocols != 0; in iwl_mvm_time_sync_config()
/openbmc/linux/include/uapi/linux/
H A Dnfc.h43 * @NFC_CMD_START_POLL: start polling for targets using the given protocols
138 * @NFC_ATTR_PROTOCOLS: nfc protocols - bitwise or-ed combination from
149 * @NFC_ATTR_IM_PROTOCOLS: Initiator mode protocols to poll for
150 * @NFC_ATTR_TM_PROTOCOLS: Target mode protocols to listen for
229 /* NFC protocols */
249 /* NFC protocols masks used in bitsets */
284 /* NFC socket protocols */
/openbmc/linux/drivers/net/wwan/
H A DKconfig44 control protocols/ports to userspace, including AT, MBIM, QMI, DIAG
45 and FIREHOSE. These protocols can be accessed directly from userspace
82 different modem protocols/ports to userspace, including AT and QMI.
83 These protocols can be accessed directly from userspace

12345678910>>...37