Home
last modified time | relevance | path

Searched refs:union (Results 76 – 100 of 357) sorted by relevance

12345678910>>...15

/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddvbproperty.rst17 union with the parameters needed to tune for DVB-S, DVB-C, DVB-T and
19 generation standards appeared, the size of such union was not big
23 So, the legacy union/struct based approach was deprecated, in favor
/openbmc/qemu/tests/qapi-schema/
H A Dunion-clash-member.json11 { 'union': 'TestUnion',
H A Dunion-bad-discriminator.json11 { 'union': 'TestUnion',
H A Ddoc-good.out35 feature union-feat1
141 feature=union-feat1
H A Dqapi-schema-test.out204 command boxed-union UserDefFlatUnion -> None
297 object q_obj_test-if-union-cmd-arg
298 member union-cmd-arg: TestIfUnion optional=False
300 command test-if-union-cmd q_obj_test-if-union-cmd-arg -> None
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dwatch_queue.rst139 union {
286 union {
/openbmc/qemu/qapi/
H A Dtpm.json127 # A union referencing different TPM backend types' configuration
138 { 'union': 'TpmTypeOptions',
H A Dsockets.json185 { 'union': 'SocketAddressLegacy',
225 { 'union': 'SocketAddress',
H A Dcrypto.json248 { 'union': 'QCryptoBlockOpenOptions',
262 { 'union': 'QCryptoBlockCreateOptions',
348 { 'union': 'QCryptoBlockInfo',
418 { 'union': 'QCryptoBlockAmendOptions',
659 { 'union': 'QCryptoAkCipherOptions',
H A Dyank.json66 { 'union': 'YankInstance',
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst106 [5] FWD 'sock' fwd_kind=union
132 union my_union {
144 int my_func(union my_union *arg1, int arg2)
175 [13] FWD 'fwd_struct' fwd_kind=union
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dsplit_page_table_lock.rst83 与page->private(以及union中的其他几个字段)共享存储。
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-fmt.rst51 the respective member of the ``fmt`` union. In case of video capture
59 ``type`` field and all fields of the respective ``fmt`` union member.
101 * - union {
H A Ddev-output.rst69 member of the ``fmt`` union.
74 ``vbi`` member of the ``fmt`` union, or better just modify the results
H A Dstreaming-par.rst30 contains a union holding separate parameters for input and output
H A Ddev-capture.rst72 member of the ``fmt`` union.
77 ``vbi`` member of the ``fmt`` union, or better just modify the results
H A Dfunc-mmap.rst93 :c:type:`v4l2_buffer` ``m`` union ``offset`` field for
95 in the struct :c:type:`v4l2_plane` ``m`` union
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0008-platform-corstone1000-fix-synchronization-issue.patch90 + union _mhu_v2_x_frame_t *p_mhu = (union _mhu_v2_x_frame_t *)dev->base;
/openbmc/linux/Documentation/bpf/
H A Dbtf.rst105 * struct, union, fwd, enum and enum64.
115 union {
241 * ``info.vlen``: the number of struct/union members
242 * ``info.size``: the size of the struct/union in bytes
310 * ``info.kind_flag``: 0 for struct, 1 for union
487 * ``type``: ``struct``, ``union``, ``func``, ``var`` or ``typedef``
496 The ``type`` should be ``struct``, ``union``, ``func``, ``var`` or ``typedef``.
499 applied to the ``struct``, ``union`` or ``func`` itself,
501 the attribute is applied to a ``struct``/``union`` member or
526 int, ptr, array, struct, union, enum, func_proto and float types.
[all …]
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-controls.rst150 const union v4l2_ctrl_ptr p_def);
312 The following union is used inside the control framework to access control
317 union v4l2_ctrl_ptr {
335 union v4l2_ctrl_ptr p_new;
336 union v4l2_ctrl_ptr p_cur;
375 Note that you use the 'new value' union as well in g_volatile_ctrl. In general
389 you can modify them in try_ctrl or set them in s_ctrl. The 'cur' union
393 values to the 'cur' union.
425 The v4l2_ctrl struct contains this union:
429 union {
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-command.rst70 union {
/openbmc/sdbusplus/tools/sdbusplus/
H A Dinterface.py93 set.union(
/openbmc/linux/Documentation/userspace-api/
H A Diommu.rst51 2. Adding new union members at the end. May increase the structure sizes.
53 No new fields can be added *after* the variable sized union in that it
159 union {
/openbmc/qemu/docs/devel/
H A Dqapi-code-gen.rst328 UNION = { 'union': STRING,
338 Member 'union' names the union type.
350 union must have at least one branch.
366 { 'union': 'BlockdevOptions',
382 with the base members in QAPI schema order, and then a union of
421 An alternate type is like a union type, except there is no
431 complex type (struct or union), it accepts a JSON object.
478 are the arguments. A union type requires ``'boxed': true``.
823 A union's discriminator may not be conditional.
984 .. FIXME union branches should be described, too.
[all …]
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt125 union {
166 union perf_event *perf_mmap__read_event(struct perf_mmap *map);

12345678910>>...15