Home
last modified time | relevance | path

Searched full:extended (Results 1 – 25 of 3907) sorted by relevance

12345678910>>...157

/kernel/liteos_a/testsuites/unittest/extended/signal/
Dconfig.gni31 signal_include_dirs = [ "$TEST_UNITTEST_DIR/extended/signal" ]
33 signal_sources_entry = [ "$TEST_UNITTEST_DIR/extended/signal/signal_test.cpp" ]
36 "$TEST_UNITTEST_DIR/extended/signal/smoke/It_ipc_fdisset_001.cpp",
37 "$TEST_UNITTEST_DIR/extended/signal/smoke/It_ipc_mkfifo_002.cpp",
38 "$TEST_UNITTEST_DIR/extended/signal/smoke/It_ipc_mkfifo_003.cpp",
39 "$TEST_UNITTEST_DIR/extended/signal/smoke/It_ipc_pipe_004.cpp",
40 "$TEST_UNITTEST_DIR/extended/signal/smoke/It_ipc_pipe_005.cpp",
41 "$TEST_UNITTEST_DIR/extended/signal/smoke/mkfifo_test_001.cpp",
42 "$TEST_UNITTEST_DIR/extended/signal/smoke/mkfifo_test_002.cpp",
43 "$TEST_UNITTEST_DIR/extended/signal/smoke/pipe_test_002.cpp",
[all …]
/kernel/linux/linux-5.10/drivers/media/tuners/
Dtda18271-priv.h36 #define R_EB1 0x10 /* Extended byte 1 */
37 #define R_EB2 0x11 /* Extended byte 2 */
38 #define R_EB3 0x12 /* Extended byte 3 */
39 #define R_EB4 0x13 /* Extended byte 4 */
40 #define R_EB5 0x14 /* Extended byte 5 */
41 #define R_EB6 0x15 /* Extended byte 6 */
42 #define R_EB7 0x16 /* Extended byte 7 */
43 #define R_EB8 0x17 /* Extended byte 8 */
44 #define R_EB9 0x18 /* Extended byte 9 */
45 #define R_EB10 0x19 /* Extended byte 10 */
[all …]
/kernel/linux/linux-4.19/drivers/media/tuners/
Dtda18271-priv.h48 #define R_EB1 0x10 /* Extended byte 1 */
49 #define R_EB2 0x11 /* Extended byte 2 */
50 #define R_EB3 0x12 /* Extended byte 3 */
51 #define R_EB4 0x13 /* Extended byte 4 */
52 #define R_EB5 0x14 /* Extended byte 5 */
53 #define R_EB6 0x15 /* Extended byte 6 */
54 #define R_EB7 0x16 /* Extended byte 7 */
55 #define R_EB8 0x17 /* Extended byte 8 */
56 #define R_EB9 0x18 /* Extended byte 9 */
57 #define R_EB10 0x19 /* Extended byte 10 */
[all …]
/kernel/linux/linux-4.19/fs/ubifs/
Dxattr.c24 * This file implements UBIFS extended attributes support.
26 * Extended attributes are implemented as regular inodes with attached data,
27 * which limits extended attribute size to UBIFS block size (4KiB). Names of
28 * extended attributes are described by extended attribute entries (xentries),
31 * In other words, the situation with extended attributes is very similar to
34 * directory entries. Extended attribute entries store the name of the extended
35 * attribute, the host inode number, and the extended attribute inode number.
38 * extended attributes.
40 * The number of extended attributes is not limited, but there is Linux
41 * limitation on the maximum possible size of the list of all extended
[all …]
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Ducontext.h6 * struct extcontext - extended context header structure
7 * @magic: magic value identifying the type of extended context
10 * Extended context structures provide context which does not fit within struct
12 * ucontext and struct sigframe, with each extended context structure beginning
14 * indicated by the magic field. Userland may check each extended context
17 * of the extended context data is indicated by the magic value
26 * struct msa_extcontext - MSA extended context structure
27 * @ext: the extended context header, with magic == MSA_EXTCONTEXT_MAGIC
52 * @uc_extcontext: holds extended processor state
62 /* Extended context structures may follow ucontext */
/kernel/linux/linux-4.19/arch/mips/include/uapi/asm/
Ducontext.h6 * struct extcontext - extended context header structure
7 * @magic: magic value identifying the type of extended context
10 * Extended context structures provide context which does not fit within struct
12 * ucontext and struct sigframe, with each extended context structure beginning
14 * indicated by the magic field. Userland may check each extended context
17 * of the extended context data is indicated by the magic value
26 * struct msa_extcontext - MSA extended context structure
27 * @ext: the extended context header, with magic == MSA_EXTCONTEXT_MAGIC
52 * @uc_extcontext: holds extended processor state
62 /* Extended context structures may follow ucontext */
/kernel/linux/linux-5.10/fs/ubifs/
Dxattr.c12 * This file implements UBIFS extended attributes support.
14 * Extended attributes are implemented as regular inodes with attached data,
15 * which limits extended attribute size to UBIFS block size (4KiB). Names of
16 * extended attributes are described by extended attribute entries (xentries),
19 * In other words, the situation with extended attributes is very similar to
22 * directory entries. Extended attribute entries store the name of the extended
23 * attribute, the host inode number, and the extended attribute inode number.
26 * extended attributes.
28 * The number of extended attributes is not limited, but there is Linux
29 * limitation on the maximum possible size of the list of all extended
[all …]
/kernel/linux/linux-5.10/arch/arm/nwfpe/
Dfpopcode.c19 { .high = 0x0000, .low = 0x0000000000000000ULL},/* extended 0.0 */
20 { .high = 0x3fff, .low = 0x8000000000000000ULL},/* extended 1.0 */
21 { .high = 0x4000, .low = 0x8000000000000000ULL},/* extended 2.0 */
22 { .high = 0x4000, .low = 0xc000000000000000ULL},/* extended 3.0 */
23 { .high = 0x4001, .low = 0x8000000000000000ULL},/* extended 4.0 */
24 { .high = 0x4001, .low = 0xa000000000000000ULL},/* extended 5.0 */
25 { .high = 0x3ffe, .low = 0x8000000000000000ULL},/* extended 0.5 */
26 { .high = 0x4002, .low = 0xa000000000000000ULL},/* extended 10.0 */
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Dattributes.rst3 Extended Attributes
6 Extended attributes (xattrs) are typically stored in a separate data
8 The first use of extended attributes seems to have been for storing file
10 option it is possible for users to store extended attributes so long as
14 There are two places where extended attributes can be found. The first
18 available for in-inode extended attribute storage. The second place
19 where extended attributes can be found is in the block pointed to by
21 block to contain a pointer to a second extended attribute block (or even
29 Extended attributes, when stored after the inode, have a header
46 The beginning of an extended attribute block is in
[all …]
/kernel/linux/linux-4.19/Documentation/filesystems/ext4/ondisk/
Dattributes.rst3 Extended Attributes
6 Extended attributes (xattrs) are typically stored in a separate data
8 The first use of extended attributes seems to have been for storing file
10 option it is possible for users to store extended attributes so long as
14 There are two places where extended attributes can be found. The first
18 available for in-inode extended attribute storage. The second place
19 where extended attributes can be found is in the block pointed to by
21 block to contain a pointer to a second extended attribute block (or even
29 Extended attributes, when stored after the inode, have a header
46 The beginning of an extended attribute block is in
[all …]
/kernel/linux/linux-4.19/arch/arm/nwfpe/
Dfpopcode.c31 { .high = 0x0000, .low = 0x0000000000000000ULL},/* extended 0.0 */
32 { .high = 0x3fff, .low = 0x8000000000000000ULL},/* extended 1.0 */
33 { .high = 0x4000, .low = 0x8000000000000000ULL},/* extended 2.0 */
34 { .high = 0x4000, .low = 0xc000000000000000ULL},/* extended 3.0 */
35 { .high = 0x4001, .low = 0x8000000000000000ULL},/* extended 4.0 */
36 { .high = 0x4001, .low = 0xa000000000000000ULL},/* extended 5.0 */
37 { .high = 0x3ffe, .low = 0x8000000000000000ULL},/* extended 0.5 */
38 { .high = 0x4002, .low = 0xa000000000000000ULL},/* extended 10.0 */
/kernel/linux/linux-4.19/Documentation/filesystems/
Dhpfs.txt16 Set owner/group/mode for files that do not have it specified in extended
20 rights, you must use extended attributes.
43 What to do with extended attributes. 'no' - ignore them and use always
44 values specified in uid/gid/mode options. 'ro' - read extended
45 attributes but do not create them. 'rw' - create extended attributes
66 Extended attributes
69 extended attributes. Extended attributes are pairs of (key,value) where key is
73 driver can do it. If you chown/chgrp/chmod on a hpfs partition, extended
75 that extended attributes those value differs from defaults specified in mount
76 options are created. Once created, the extended attributes are never deleted,
[all …]
/kernel/linux/linux-4.19/arch/s390/include/asm/
Dcio.h79 * struct erw - extended report word
105 * struct erw_eadm - EADM Subchannel extended report word
119 * @esf: extended status flags
145 * struct esw0 - Format 0 Extended Status Word (ESW)
147 * @erw: extended report word
159 * struct esw1 - Format 1 Extended Status Word (ESW)
163 * @erw: extended report word
175 * struct esw2 - Format 2 Extended Status Word (ESW)
179 * @erw: extended report word
191 * struct esw3 - Format 3 Extended Status Word (ESW)
[all …]
/kernel/linux/linux-5.10/include/sound/sof/
Dext_manifest.h10 * Extended manifest is a place to store metadata about firmware, known during
33 /* check extended manifest version consistency */
38 /* used extended manifest header version */
41 /* extended manifest header, deleting any field breaks backward compatibility */
56 /* Now define extended manifest elements */
58 /* Extended manifest elements types */
66 /* extended manifest element header */
82 /* extended data memory windows for IPC, trace and debug */
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dextended-controls.rst6 Extended Controls API
19 implementing this extended control mechanism: the MPEG standard is quite
28 these new uses and so it was extended into the (not terribly originally
29 named) extended control API.
32 Extended Control API, nowadays there are also other classes of Extended
34 Extended Controls API as well as all Extended Controls classes are
38 The Extended Control API
102 Enumerating Extended Controls
105 The recommended way to enumerate over the extended controls is by using
151 If the driver does not support extended controls, then
/kernel/linux/linux-5.10/Documentation/arm/nwfpe/
Dnotes.rst16 f4 had been converted to an extended value in the emulator.
19 converted to extended, then stored. If an lfm/sfm combination had been used,
22 emulator sees a multiply of a double and extended, it promotes the double to
23 extended, then does the multiply in extended precision.
32 in extended precision, due to the stfe instruction used to save f4 in log(y).
/kernel/linux/linux-4.19/Documentation/arm/nwfpe/
DNOTES13 f4 had been converted to an extended value in the emulator.
16 converted to extended, then stored. If an lfm/sfm combination had been used,
19 emulator sees a multiply of a double and extended, it promotes the double to
20 extended, then does the multiply in extended precision.
29 in extended precision, due to the stfe instruction used to save f4 in log(y).
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dcio.h80 * struct erw - extended report word
106 * struct erw_eadm - EADM Subchannel extended report word
120 * @esf: extended status flags
146 * struct esw0 - Format 0 Extended Status Word (ESW)
148 * @erw: extended report word
160 * struct esw1 - Format 1 Extended Status Word (ESW)
164 * @erw: extended report word
176 * struct esw2 - Format 2 Extended Status Word (ESW)
180 * @erw: extended report word
192 * struct esw3 - Format 3 Extended Status Word (ESW)
[all …]
/kernel/linux/linux-5.10/Documentation/filesystems/
Dhpfs.rst24 Set owner/group/mode for files that do not have it specified in extended
28 rights, you must use extended attributes.
51 What to do with extended attributes. 'no' - ignore them and use always
52 values specified in uid/gid/mode options. 'ro' - read extended
53 attributes but do not create them. 'rw' - create extended attributes
75 Extended attributes
79 extended attributes. Extended attributes are pairs of (key,value) where key is
83 driver can do it. If you chown/chgrp/chmod on a hpfs partition, extended
85 that extended attributes those value differs from defaults specified in mount
86 options are created. Once created, the extended attributes are never deleted,
[all …]
/kernel/linux/linux-4.19/Documentation/media/uapi/v4l/
Dpixfmt-v4l2.rst96 extended fields, are valid. When set to
97 ``V4L2_PIX_FMT_PRIV_MAGIC``, it indicates that the extended fields
99 indicates that the extended fields contain undefined values.
101 Applications that wish to use the pixel format extended fields
104 capability. If the capability isn't set the pixel format extended
105 fields are not supported and using the extended fields will lead
108 To use the extended fields, applications must set the ``priv``
109 field to ``V4L2_PIX_FMT_PRIV_MAGIC``, initialize all the extended
114 drivers must act as if all the extended fields were set to zero.
116 ``V4L2_PIX_FMT_PRIV_MAGIC`` and all the extended fields to
/kernel/liteos_a/testsuites/unittest/extended/trace/
Dconfig.gni31 trace_include_dirs = [ "$TEST_UNITTEST_DIR/extended/trace" ]
34 [ "$TEST_UNITTEST_DIR/extended/trace/trace_unit_test.cpp" ]
37 "$TEST_UNITTEST_DIR/extended/trace/smoke/trace_test_001.cpp",
38 "$TEST_UNITTEST_DIR/extended/trace/smoke/trace_test_002.cpp",
39 "$TEST_UNITTEST_DIR/extended/trace/smoke/trace_test_003.cpp",
40 "$TEST_UNITTEST_DIR/extended/trace/smoke/trace_test_004.cpp",
/kernel/linux/linux-4.19/sound/hda/ext/
Dhdac_ext_bus.c2 * hdac-ext-bus.c - HD-audio extended core bus functions.
25 MODULE_DESCRIPTION("HDA extended core");
81 * snd_hdac_ext_bus_init - initialize a HD-audio extended bus
82 * @ebus: the pointer to extended bus object
118 * snd_hdac_ext_bus_exit - clean up a HD-audio extended bus
119 * @ebus: the pointer to extended bus object
134 * snd_hdac_ext_bus_device_init - initialize the HDA extended codec base device
135 * @ebus: hdac extended bus to attach to
170 * snd_hdac_ext_bus_device_exit - clean up a HD-audio extended codec base device
180 * snd_hdac_ext_bus_device_remove - remove HD-audio extended codec base devices
[all …]
/kernel/linux/linux-4.19/arch/x86/include/uapi/asm/
Dsigcontext.h29 * extended state information along with fpstate information.
32 * sw_reserved.extended_size bytes large extended context area present. (The
33 * last 32-bit word of this extended area (at the
37 * This extended area typically grows with newer CPUs that have larger and
57 * Feature bit mask (including FP/SSE/extended state) that is present
79 * The FPU state data structure has had to grow to accommodate the extended FPU
134 struct _fpx_sw_bytes sw_reserved; /* Potential extended state is encoded here */
164 struct _fpx_sw_bytes sw_reserved; /* Potential extended state is encoded here */
186 * Extended state pointed to by sigcontext::fpstate.
189 * indicates the presence of other extended state information supported
[all …]
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
Dsigcontext.h29 * extended state information along with fpstate information.
32 * sw_reserved.extended_size bytes large extended context area present. (The
33 * last 32-bit word of this extended area (at the
37 * This extended area typically grows with newer CPUs that have larger and
57 * Feature bit mask (including FP/SSE/extended state) that is present
79 * The FPU state data structure has had to grow to accommodate the extended FPU
134 struct _fpx_sw_bytes sw_reserved; /* Potential extended state is encoded here */
164 struct _fpx_sw_bytes sw_reserved; /* Potential extended state is encoded here */
186 * Extended state pointed to by sigcontext::fpstate.
189 * indicates the presence of other extended state information supported
[all …]
/kernel/linux/linux-4.19/fs/ext2/
DKconfig2 tristate "Second extended fs support"
12 bool "Ext2 extended attributes"
15 Extended attributes are name:value pairs associated with inodes by
36 enables an extended attribute handler for file security
40 extended attributes for file security labels, say N.

12345678910>>...157