Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 606) sorted by relevance

12345678910>>...25

/openbmc/linux/arch/m68k/fpsp040/
H A Dtbldo.S85 .long serror |$04-0 ERROR - illegal extension
86 .long serror |$04-1 ERROR - illegal extension
87 .long serror |$04-2 ERROR - illegal extension
88 .long serror |$04-3 ERROR - illegal extension
89 .long serror |$04-4 ERROR - illegal extension
90 .long serror |$04-5 ERROR - illegal extension
91 .long serror |$04-6 ERROR - illegal extension
92 .long serror |$04-7 ERROR - illegal extension
94 .long serror |$05-0 ERROR - illegal extension
95 .long serror |$05-1 ERROR - illegal extension
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-wiimote-modules.c878 input_report_abs(wdata->extension.input, ABS_HAT0X, bx); in wiimod_nunchuk_in_ext()
879 input_report_abs(wdata->extension.input, ABS_HAT0Y, by); in wiimod_nunchuk_in_ext()
881 input_report_abs(wdata->extension.input, ABS_RX, x); in wiimod_nunchuk_in_ext()
882 input_report_abs(wdata->extension.input, ABS_RY, y); in wiimod_nunchuk_in_ext()
883 input_report_abs(wdata->extension.input, ABS_RZ, z); in wiimod_nunchuk_in_ext()
886 input_report_key(wdata->extension.input, in wiimod_nunchuk_in_ext()
889 input_report_key(wdata->extension.input, in wiimod_nunchuk_in_ext()
893 input_report_key(wdata->extension.input, in wiimod_nunchuk_in_ext()
896 input_report_key(wdata->extension.input, in wiimod_nunchuk_in_ext()
901 input_sync(wdata->extension.input); in wiimod_nunchuk_in_ext()
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-xorg_21.1.15.bb11 RREPLACES:${PN} = "${PN}-extension-dri \
12 ${PN}-extension-dri2 \
13 ${PN}-extension-record \
14 ${PN}-extension-extmod \
15 ${PN}-extension-dbe \
17 RPROVIDES:${PN} = "${PN}-extension-dri \
18 ${PN}-extension-dri2 \
19 ${PN}-extension-record \
20 ${PN}-extension-extmod \
21 ${PN}-extension-dbe \
[all …]
H A Dxserver-xorg.inc64 ${PN}-extension-dri \
65 ${PN}-extension-dri2 \
66 ${PN}-extension-glx \
67 ${PN}-extension-record \
68 ${PN}-extension-extmod \
69 ${PN}-extension-dbe \
99 FILES:${PN}-extension-dri = "${libdir}/xorg/modules/extensions/libdri.so"
100 FILES:${PN}-extension-dri2 = "${libdir}/xorg/modules/extensions/libdri2.so"
101 FILES:${PN}-extension-glx = "${libdir}/xorg/modules/extensions/libglx.so"
102 FILES:${PN}-extension-record = "${libdir}/xorg/modules/extensions/librecord.so"
[all …]
/openbmc/linux/tools/bpf/
H A Dbpf_exp.l88 return extension;
92 return extension;
96 return extension;
100 return extension;
104 return extension;
108 return extension;
112 return extension;
116 return extension;
120 return extension;
124 return extension;
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D031.out5 === Create image with unknown header extension ===
27 Header extension:
30 data 'This is a test header extension'
55 Header extension:
58 data 'This is a test header extension'
83 Header extension:
88 Header extension:
91 data 'This is a test header extension'
96 === Create image with unknown header extension ===
118 Header extension:
[all …]
/openbmc/bmcweb/include/
H A Dwebassets.hpp121 inline std::string_view getFiletypeForExtension(std::string_view extension) in getFiletypeForExtension() argument
147 std::ranges::find_if(contentTypes, [&extension](const auto& val) { in getFiletypeForExtension()
148 return val.first == extension; in getFiletypeForExtension()
155 extension); in getFiletypeForExtension()
168 std::string extension = relativePath.extension(); in addFile() local
171 if (extension == ".gz") in addFile()
175 extension = webpath.extension().string(); in addFile()
178 else if (extension == ".zstd") in addFile()
182 extension = webpath.extension().string(); in addFile()
210 file.contentType = getFiletypeForExtension(extension); in addFile()
/openbmc/linux/sound/soc/sof/
H A Dipc4.c216 text, msg->primary, msg->extension, str, str2, in sof_ipc4_log_header()
220 msg->extension, str, str2); in sof_ipc4_log_header()
224 text, msg->primary, msg->extension, str, in sof_ipc4_log_header()
228 msg->extension, str); in sof_ipc4_log_header()
244 msg->primary, msg->extension, msg->data_size); in sof_ipc4_log_header()
246 dev_dbg(dev, "%s: %#x|%#x\n", text, msg->primary, msg->extension); in sof_ipc4_log_header()
297 ipc4_msg->primary, ipc4_msg->extension); in ipc4_wait_tx_done()
304 ipc4_msg->primary, ipc4_msg->extension); in ipc4_wait_tx_done()
351 __func__, ipc4_msg->primary, ipc4_msg->extension, ret); in ipc4_tx_msg_unlocked()
426 tx.extension = ipc4_msg->extension; in sof_ipc4_set_get_data()
[all …]
H A Dsof-client-probes-ipc4.c126 msg.extension = SOF_IPC4_MOD_EXT_DST_MOD_INSTANCE(INVALID_PIPELINE_ID); in ipc4_probes_init()
127 msg.extension |= SOF_IPC4_MOD_EXT_CORE_ID(0); in ipc4_probes_init()
128 msg.extension |= SOF_IPC4_MOD_EXT_PARAM_SIZE(sizeof(cfg) / sizeof(uint32_t)); in ipc4_probes_init()
157 msg.extension = SOF_IPC4_MOD_EXT_DST_MOD_INSTANCE(INVALID_PIPELINE_ID); in ipc4_probes_deinit()
158 msg.extension |= SOF_IPC4_MOD_EXT_CORE_ID(0); in ipc4_probes_deinit()
227 msg.extension = SOF_IPC4_MOD_EXT_MSG_PARAM_ID(SOF_IPC4_PROBE_POINTS); in ipc4_probes_points_add()
272 msg.extension = in ipc4_probes_points_remove()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-sst-ipc.c303 header->extension); in skl_ipc_tx_msg()
528 header.extension = hipcte; in skl_dsp_irq_thread_handler()
532 header.extension); in skl_dsp_irq_thread_handler()
649 header.extension = IPC_PPL_LP_MODE(lp_mode); in skl_ipc_create_pipeline()
722 header.extension = IPC_DMA_ID(dma_id); in skl_ipc_save_pipeline()
777 header.primary, header.extension); in skl_ipc_set_dx()
807 header.extension = IPC_CORE_ID(msg->core_id); in skl_ipc_init_instance()
808 header.extension |= IPC_PPL_INSTANCE_ID(msg->ppl_instance_id); in skl_ipc_init_instance()
809 header.extension |= IPC_PARAM_BLOCK_SIZE(param_block_size); in skl_ipc_init_instance()
810 header.extension |= IPC_DOMAIN(msg->domain); in skl_ipc_init_instance()
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0002-Fix-in-AEAD-for-psa-arch-test-254.patch19 .../crypto/provider/extension/aead/aead_provider.c | 10 ++++++++--
50 … a/components/service/crypto/provider/extension/aead/aead_provider.c b/components/service/crypto/p…
52 --- a/components/service/crypto/provider/extension/aead/aead_provider.c
53 +++ b/components/service/crypto/provider/extension/aead/aead_provider.c
83 …ts/service/crypto/provider/extension/aead/serializer/aead_provider_serializer.h b/components/servi…
85 --- a/components/service/crypto/provider/extension/aead/serializer/aead_provider_serializer.h
86 +++ b/components/service/crypto/provider/extension/aead/serializer/aead_provider_serializer.h
95 …e/crypto/provider/extension/aead/serializer/packed-c/packedc_aead_provider_serializer.c b/componen…
97 --- a/components/service/crypto/provider/extension/aead/serializer/packed-c/packedc_aead_provider_s…
98 +++ b/components/service/crypto/provider/extension/aead/serializer/packed-c/packedc_aead_provider_s…
/openbmc/linux/Documentation/firmware-guide/acpi/dsd/
H A Ddata-node-references.rst12 Hierarchical data extension nodes may not be referred to directly, hence this
16 hierarchical data extension [dsd-guide] keys. Specifically, the hierarchical
17 data extension node which is referred to by the key shall lie directly under
19 extension node.
23 or postfixes). The same ACPI object shall include the _DSD property extension
30 extension key.
38 hierarchical data extension key "node@1" referring to the NOD1 object
39 and lastly, a hierarchical data extension key "anothernode" referring to
H A Dgraph.rst15 property extension provides generic key-value pairs whereas the
16 hierarchical data extension supports nodes with references to other
18 defined by the property extension. The two extensions together provide
32 hierarchical data extension array on each depth.
44 data extension tree. The data extension related to each port node must begin
52 data extension key of the endpoint nodes must begin with
60 Each port node contains a property extension key "port", the value of which is
62 extension key "reg", the value of which is the number of the endpoint. Port
68 The endpoint reference uses property extension with "remote-endpoint" property
70 the remote device reference, the first package entry of the port data extension
[all …]
/openbmc/telemetry/tests/src/
H A Dtest_path_append.cpp36 auto [basePath, extension, expectedPath] = GetParam(); in TEST_P()
37 EXPECT_EQ(pathAppend(basePath, extension), expectedPath); in TEST_P()
56 auto [basePath, extension] = GetParam(); in TEST_P()
57 EXPECT_THROW(pathAppend(basePath, extension), in TEST_P()
/openbmc/openbmc/poky/meta/recipes-bsp/keymaps/files/
H A Dkeymap.sh15 for extension in `ls -1 /etc/keymap-extension-$KERNEL_MAJMIN*`
17 loadkeys "$extension"
/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/
H A Dpyproject.toml6 # "extension-module" tells pyo3 we want to build an extension module (skips linking against libpyth…
7 features = ["pyo3/extension-module"]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf/
H A D0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch34 -WEBEXTINC = `pkg-config --cflags webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0`
35 -WEBEXTLIBS = `pkg-config --libs webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0`
38 +WEBEXTINC = $(shell $(PKG_CONFIG) --cflags webkit2gtk-4.1 webkit2gtk-web-extension-4.1 gio-2.0)
39 +WEBEXTLIBS = $(shell $(PKG_CONFIG) --libs webkit2gtk-4.1 webkit2gtk-web-extension-4.1 gio-2.0)
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxres_1.2.2.bb1 SUMMARY = "XRes: X Resource extension library"
4 the Resource extension to the X protocol. The Resource extension allows \
H A Dlibxv_1.0.13.bb1 SUMMARY = "Xv: X Video extension library"
4 X Video extension to the X protocol. The X Video extension allows for \
/openbmc/linux/drivers/media/pci/saa7146/
H A Dhexium_orion.c409 static struct saa7146_extension extension; variable
413 .ext = &extension,
418 .ext = &extension,
423 .ext = &extension,
463 static struct saa7146_extension extension = { variable
480 if (0 != saa7146_register_extension(&extension)) { in hexium_init_module()
490 saa7146_unregister_extension(&extension); in hexium_cleanup_module()
/openbmc/qemu/docs/interop/
H A Dparallels.rst160 extension must be "End of features" (see below).
170 External flags for extension:
173 If the software cannot load the extension (due to an
176 loading the extension, said extension should be dropped.
179 If there is an unknown extension with this flag set,
180 said extension should be left as is.
182 If neither NECESSARY nor TRANSIT are set, the extension should be
194 next extension starts.
196 The last extension must be "End of features" with all the fields set to 0.
221 The dirty bitmap described by this feature extension is stored in a set of
[all …]
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ipc.c113 snd_sof_dsp_write(sdev, HDA_DSP_BAR, HDA_DSP_REG_HIPCIE, msg_data->extension); in hda_dsp_ipc4_send_msg()
183 u32 extension = hipcte & HDA_DSP_REG_HIPCTE_MSG_MASK; in hda_dsp_ipc4_irq_thread() local
195 data->extension = extension; in hda_dsp_ipc4_irq_thread()
207 primary, extension); in hda_dsp_ipc4_irq_thread()
213 notification_data.extension = extension; in hda_dsp_ipc4_irq_thread()
H A Dcnl.c62 u32 extension = hipctdd & CNL_DSP_REG_HIPCTDD_MSG_MASK; in cnl_ipc4_irq_thread() local
70 data->extension = extension; in cnl_ipc4_irq_thread()
82 primary, extension); in cnl_ipc4_irq_thread()
87 notification_data.extension = extension; in cnl_ipc4_irq_thread()
279 snd_sof_dsp_write(sdev, HDA_DSP_BAR, CNL_DSP_REG_HIPCIDD, msg_data->extension); in cnl_ipc4_send_msg()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-cors/
H A DCVE-2024-6221.patch14 flask_cors/extension.py | 16 ++++++++++++++++
60 # was evaluated, in case the decorator and extension are both applied
82 diff --git a/flask_cors/extension.py b/flask_cors/extension.py
84 --- a/flask_cors/extension.py
85 +++ b/flask_cors/extension.py
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-wiimote12 What: /sys/bus/hid/drivers/wiimote/<dev>/extension
19 motionp is the official Nintendo Motion+ extension, nunchuck is
20 the official Nintendo Nunchuck extension and classic is the
21 Nintendo Classic Controller extension. The motionp extension can
26 extension. You will get uevent notifications for the motion-plus

12345678910>>...25