| /linux/drivers/media/tuners/ |
| H A D | tda18271-priv.h | 36 #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 …]
|
| /linux/fs/ubifs/ |
| H A D | xattr.c | 12 * 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 …]
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | ucontext.h | 6 * 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 */
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | attributes.rst | 3 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 …]
|
| H A D | inlinedata.rst | 10 ``inode.i_block``. If the rest of the file would fit inside the extended 11 attribute space, then it might be found as an extended attribute 13 constrains the amount of extended attributes one can attach to an inode. 17 Pending a change to compact the extended attribute key used to store 22 The inline data feature requires the presence of an extended attribute
|
| H A D | eainode.rst | 3 Large Extended Attribute Values 6 To enable ext4 to store extended attribute values that do not fit in the 7 inode or in the single extended attribute block attached to an inode, 9 a regular file inode. This “EA inode” is linked only from the extended
|
| /linux/arch/arm/nwfpe/ |
| H A D | fpopcode.c | 19 { .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 */
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | extended-controls.rst | 7 Extended Controls API 20 implementing this extended control mechanism: the MPEG standard is quite 29 these new uses and so it was extended into the (not terribly originally 30 named) extended control API. 33 Extended Control API, nowadays there are also other classes of Extended 35 Extended Controls API as well as all Extended Controls classes are 39 The Extended Control API 103 Enumerating Extended Controls 106 The recommended way to enumerate over the extended controls is by using 152 If the driver does not support extended controls, then
|
| H A D | pixfmt-v4l2.rst | 125 extended fields, are valid. When set to 126 ``V4L2_PIX_FMT_PRIV_MAGIC``, it indicates that the extended fields 128 indicates that the extended fields contain undefined values. 130 Applications that wish to use the pixel format extended fields 133 capability. If the capability isn't set the pixel format extended 134 fields are not supported and using the extended fields will lead 137 To use the extended fields, applications must set the ``priv`` 138 field to ``V4L2_PIX_FMT_PRIV_MAGIC``, initialize all the extended 143 drivers must act as if all the extended fields were set to zero. 145 ``V4L2_PIX_FMT_PRIV_MAGIC`` and all the extended fields to
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls1088a-rdb.dts | 86 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 91 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 96 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 101 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 106 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 111 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 116 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 121 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 131 interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>; 171 interrupts-extended = <&extirq 0 IRQ_TYPE_LEVEL_LOW>; [all …]
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | sigcontext.h | 29 * 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 …]
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | notes.rst | 16 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).
|
| /linux/tools/perf/pmu-events/arch/x86/elkhartlake/ |
| H A D | virtual-memory.json | 125 "BriefDescription": "Counts the number of Extended Page Directory Entry hits.", 129 …"PublicDescription": "Counts the number of Extended Page Directory Entry hits. The Extended Page … 134 "BriefDescription": "Counts the number of Extended Page Directory Entry misses.", 138 …"PublicDescription": "Counts the number Extended Page Directory Entry misses. The Extended Page D… 143 "BriefDescription": "Counts the number of Extended Page Directory Pointer Entry hits.", 147 …"PublicDescription": "Counts the number Extended Page Directory Pointer Entry hits. The Extended … 152 "BriefDescription": "Counts the number of Extended Page Directory Pointer Entry misses.", 156 …"PublicDescription": "Counts the number Extended Page Directory Pointer Entry misses. The Extende… 161 …"BriefDescription": "Counts the number of page walks outstanding for an Extended Page table walk i… 165 …e number of page walks outstanding for an Extended Page table walk including GTLB hits per cycle. …
|
| /linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
| H A D | virtual-memory.json | 125 "BriefDescription": "Counts the number of Extended Page Directory Entry hits.", 129 …"PublicDescription": "Counts the number of Extended Page Directory Entry hits. The Extended Page … 134 "BriefDescription": "Counts the number of Extended Page Directory Entry misses.", 138 …"PublicDescription": "Counts the number Extended Page Directory Entry misses. The Extended Page D… 143 "BriefDescription": "Counts the number of Extended Page Directory Pointer Entry hits.", 147 …"PublicDescription": "Counts the number Extended Page Directory Pointer Entry hits. The Extended … 152 "BriefDescription": "Counts the number of Extended Page Directory Pointer Entry misses.", 156 …"PublicDescription": "Counts the number Extended Page Directory Pointer Entry misses. The Extende… 161 …"BriefDescription": "Counts the number of page walks outstanding for an Extended Page table walk i… 165 …e number of page walks outstanding for an Extended Page table walk including GTLB hits per cycle. …
|
| /linux/rust/kernel/pci/ |
| H A D | io.rs | 30 /// or an *extended* configuration space of 4096 bytes as defined in the PCI Express 38 /// 4096-byte PCIe extended configuration space. 39 Extended = 4096, enumerator 55 /// Marker type for extended (4096-byte) PCIe configuration space. 56 pub struct Extended; struct 60 /// This trait is implemented by [`Normal`] and [`Extended`] to provide 71 impl ConfigSpaceKind for Extended { implementation 81 /// Use [`Normal`] for 256-byte legacy configuration space or [`Extended`] for 82 /// 4096-byte PCIe extended configuration space (default). 83 pub struct ConfigSpace<'a, S: ConfigSpaceKind = Extended> { [all …]
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | integratorap-im-pd1.dts | 167 interrupts-extended = <&impd1_vic 1>; 175 interrupts-extended = <&impd1_vic 2>; 183 interrupts-extended = <&impd1_vic 3>; 195 interrupts-extended = <&impd1_vic 4>; 207 interrupts-extended = <&impd1_vic 5>; 215 interrupts-extended = <&impd1_vic 6>; 223 interrupts-extended = <&impd1_vic 7>, 237 interrupts-extended = <&impd1_vic 9>; 245 interrupts-extended = <&impd1_vic 11>; 273 interrupts-extended = <&pic 9>;
|
| /linux/arch/m68k/fpsp040/ |
| H A D | x_store.S | 91 cmpil #0,%d0 |if dest format is extended 104 | a1 -> source in extended precision 110 |Changes extended precision to double precision. 111 | Note: no attempt is made to round the extended value to double. 118 | extended -> |s| exp | |1| ms mant | | ls mant | 133 subw #0x3fff,%d0 |subtract extended precision bias 175 | a1 -> source in extended precision 182 |Changes extended precision to single precision. 189 | extended -> |s| exp | |1| ms mant | | ls mant | 204 subw #0x3fff,%d0 |subtract extended precision bias [all …]
|
| H A D | util.S | 74 | This forces the destination precision to be extended 77 | Output: a result is in ETEMP (internal extended format) 90 | Input a0 points to an operand in the internal extended format 91 | Output a0 points to the result in the internal extended format 97 | extended. If the instruction is not fsgldiv or fsglmul but a force- 136 | Inst is either fsgldiv or fsglmul. Force extended precision. 161 | Input a0 points to an operand in the internal extended format 162 | Output a0 points to the result in the internal extended format 176 | a0 points to operand in internal extended format 178 | a0 points to result in internal extended format [all …]
|
| /linux/drivers/firewire/ |
| H A D | packet-serdes-test.c | 192 unsigned int phy_id, bool extended, in serialize_phy_packet_self_id_zero() argument 200 phy_packet_self_id_set_extended(quadlet, extended); in serialize_phy_packet_self_id_zero() 211 unsigned int *phy_id, bool *extended, in deserialize_phy_packet_self_id_zero() argument 219 *extended = phy_packet_self_id_get_extended(quadlet); in deserialize_phy_packet_self_id_zero() 230 unsigned int phy_id, bool extended, in serialize_phy_packet_self_id_extended() argument 235 phy_packet_self_id_set_extended(quadlet, extended); in serialize_phy_packet_self_id_extended() 241 unsigned int *phy_id, bool *extended, in deserialize_phy_packet_self_id_extended() argument 246 *extended = phy_packet_self_id_get_extended(quadlet); in deserialize_phy_packet_self_id_extended() 654 bool extended; in test_phy_packet_self_id_zero_case0() local 665 deserialize_phy_packet_self_id_zero(expected[0], &packet_identifier, &phy_id, &extended, in test_phy_packet_self_id_zero_case0() [all …]
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | regs.h | 11 #define E1000_CTRL_EXT 0x00018 /* Extended Device Control - RW */ 17 #define E1000_FEXT 0x0002C /* Future Extended - RW */ 18 #define E1000_FEXTNVM 0x00028 /* Future Extended NVM - RW */ 19 #define E1000_FEXTNVM3 0x0003C /* Future Extended NVM 3 - RW */ 20 #define E1000_FEXTNVM4 0x00024 /* Future Extended NVM 4 - RW */ 21 #define E1000_FEXTNVM5 0x00014 /* Future Extended NVM 5 - RW */ 22 #define E1000_FEXTNVM6 0x00010 /* Future Extended NVM 6 - RW */ 23 #define E1000_FEXTNVM7 0x000E4 /* Future Extended NVM 7 - RW */ 24 #define E1000_FEXTNVM8 0x5BB0 /* Future Extended NVM 8 - RW */ 25 #define E1000_FEXTNVM9 0x5BB4 /* Future Extended NVM 9 - RW */ [all …]
|
| /linux/Documentation/arch/x86/ |
| H A D | topology.rst | 156 1) CPUID leaf 0x80000026 [Extended CPU Topology] (Core::X86::Cpuid::ExCpuTopology) 158 The extended CPUID leaf 0x80000026 is the extension of the CPUID leaf 0xB 162 Support for the leaf is discovered by checking if the maximum extended 180 2) CPUID leaf 0x0000000B [Extended Topology Enumeration] (Core::X86::Cpuid::ExtTopEnum) 182 The extended CPUID leaf 0x0000000B is the predecessor on the extended 208 extended CPUID level is >= 0x80000008. 217 Unless Extended APIC ID is supported, the APIC ID used to find the 221 The topology parsing continues to detect if Extended APIC ID is 225 4) CPUID leaf 0x8000001E [Extended APIC ID, Core Identifiers, Node Identifiers] 228 The support for Extended APIC ID can be detected by checking for the [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc8280xp-pmics.dtsi | 111 interrupts-extended = <&spmi_bus 0x0 0x13 0x7 IRQ_TYPE_EDGE_BOTH>; 118 interrupts-extended = <&spmi_bus 0x0 0x13 0x6 IRQ_TYPE_EDGE_BOTH>; 126 interrupts-extended = <&spmi_bus 0x0 0x31 0x0 IRQ_TYPE_EDGE_RISING>; 166 interrupts-extended = <&spmi_bus 0x0 0x34 0x0 IRQ_TYPE_EDGE_RISING>; 177 interrupts-extended = <&spmi_bus 0x0 0x62 0x1 IRQ_TYPE_EDGE_RISING>; 201 interrupts-extended = <&spmi_bus 0x1 0xa 0x0 IRQ_TYPE_EDGE_BOTH>; 227 interrupts-extended = <&spmi_bus 0x2 0xa 0x0 IRQ_TYPE_EDGE_BOTH>; 262 interrupts-extended = <&spmi_bus 0x3 0xa 0x0 IRQ_TYPE_EDGE_BOTH>; 288 interrupts-extended = <&spmi_bus 0x4 0xa 0x0 IRQ_TYPE_EDGE_BOTH>;
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_dma.h | 14 __be32 eclndar; /* Current link descriptor extended addr reg */ 21 __be32 enlndar; /* Next link descriptor extended address reg */ 24 __be32 eclsdar; /* Current list descriptor extended addr reg */ 26 __be32 enlsdar; /* Next list descriptor extended address reg */ 96 * List Descriptor for extended chaining mode DMA operations. 111 * Link Descriptor for basic and extended chaining mode DMA operations.
|
| /linux/net/x25/ |
| H A D | x25_link.c | 145 *dptr++ = nb->extended ? X25_GFI_EXTSEQ : X25_GFI_STDSEQ; in x25_transmit_restart_request() 172 *dptr++ = nb->extended ? X25_GFI_EXTSEQ : X25_GFI_STDSEQ; in x25_transmit_restart_confirmation() 199 *dptr++ = ((lci >> 8) & 0x0F) | (nb->extended ? in x25_transmit_clear_request() 276 nb->extended = 0; in x25_link_device_up() 378 x25_subscr.extended = nb->extended; in x25_subscr_ioctl() 385 if (!(x25_subscr.extended && x25_subscr.extended != 1)) { in x25_subscr_ioctl() 388 nb->extended = x25_subscr.extended; in x25_subscr_ioctl()
|
| /linux/include/linux/rtc/ |
| H A D | ds1685.h | 18 * Application Note 90, Using the Multiplex Bus RTC Extended Features. 64 * registers, or uses one or more of the extended interrupts and needs special 139 #define RTC_EXT_CTRL_4A 0x4a /* Extended Control Register 4A */ 140 #define RTC_EXT_CTRL_4B 0x4b /* Extended Control Register 4B */ 193 * Bit names in Extended Control Register 4A. 200 * access to the extended NV-SRAM by automatically incrementing the address 216 * Bit names in Extended Control Register 4B. 233 * to become available, including Extended Control Registers 4A & 4B. 243 #define RTC_BANK1_RAM_DATA_PORT 0x53 /* Extended RAM Data Port */ 253 * DS1685/DS1687 - Extended NV-SRAM address (LSB only). [all …]
|