Home
last modified time | relevance | path

Searched refs:protocols (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dwayland-protocols_1.39.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"
/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
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/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 …]
H A Dpython3-pyasn1-modules_0.4.1.bb1 SUMMARY = "A collection of ASN.1-based protocols modules."
3 classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various\
/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()
1159 static int parse_protocol_change(struct rc_dev *dev, u64 *protocols, in parse_protocol_change() argument
1205 *protocols |= mask; in parse_protocol_change()
1207 *protocols &= ~mask; in parse_protocol_change()
1209 *protocols = mask; in parse_protocol_change()
1220 void ir_raw_load_modules(u64 *protocols) in ir_raw_load_modules() argument
[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/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
/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/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/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
/openbmc/linux/drivers/mailbox/
H A Darm_mhuv2.c185 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()
809 windows = mhu->protocols[i + 1]; in mhuv2_mbox_of_xlate()
842 protocol = mhu->protocols[i]; in mhuv2_verify_protocol()
843 windows = mhu->protocols[i + 1]; in mhuv2_verify_protocol()
889 protocol = mhu->protocols[i]; in mhuv2_allocate_channels()
890 windows = mhu->protocols[i + 1]; in mhuv2_allocate_channels()
936 u32 *protocols; in mhuv2_parse_channels() local
[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
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'")
75 + command: [mpv, '--no-config','--list-protocols'],
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A Dmakedbs.sh68 if [ -e /etc/protocols ]; then
69 target=$VAR_DB/protocols.db
76 { printf ".%s ", $$i; print } }' /etc/protocols | \
/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
H A Dsysfs-bus-hsi11 the protocols available in the system. Bus drivers implement
12 those protocols.
/openbmc/linux/net/nfc/
H A Ddigital_core.c483 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()
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()
788 ddev->protocols |= NFC_PROTO_NFC_DEP_MASK; in nfc_digital_allocate_device()
790 ddev->protocols |= NFC_PROTO_ISO15693_MASK; in nfc_digital_allocate_device()
792 ddev->protocols |= NFC_PROTO_ISO14443_MASK; in nfc_digital_allocate_device()
794 ddev->protocols |= NFC_PROTO_ISO14443_B_MASK; in nfc_digital_allocate_device()
[all …]
/openbmc/linux/drivers/nfc/st-nci/
H A Dcore.c117 u32 protocols; in st_nci_probe() local
124 protocols = NFC_PROTO_JEWEL_MASK in st_nci_probe()
133 ndlc->ndev = nci_allocate_device(&st_nci_ops, protocols, in st_nci_probe()
/openbmc/openbmc/meta-phosphor/
H A Drecipes.txt8 recipes-protocols - bbappends from recipes-protocols in the meta-networking layer
/openbmc/openbmc/poky/meta/recipes-core/netbase/
H A Dnetbase_6.4.bb20 install -m 0644 ${S}/etc/protocols ${D}${sysconfdir}/protocols
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-cpp/
H A Dpaho-mqtt-cpp_1.4.1.bb1 SUMMARY = "Paho MQTT - C++ libraries for the MQTT and MQTT-SN protocols"
2 DESCRIPTION = "Client implementation of open and standard messaging protocols for Machine-to-Machin…
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/
H A Dlibauthen-sasl-perl_2.1700.bb3 protocols. Authen::SASL provides an implementation framework that all \
4 protocols should be able to share."

12345678910>>...16