/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/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/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/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 | inodes.rst | 7 pertaining to the file (time stamps, block maps, extended attributes, 56 inode flag is set, this inode stores an extended attribute value and 62 EA_INODE inode flag is set, this inode stores an extended attribute 69 EA_INODE inode flag is set, this inode stores an extended attribute 71 extended attribute. 120 - Lower 32-bits of extended attribute block. ACLs are of course one of 121 many possible extended attributes; I think the name of this field is a 122 result of the first use of extended attributes being for ACLs. 139 - Size of this inode - 128. Alternately, the size of the extended inode 283 - Inode stores a large extended attribute value in its data blocks [all …]
|
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 | 6 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
|
H A D | pixfmt-v4l2.rst | 124 extended fields, are valid. When set to 125 ``V4L2_PIX_FMT_PRIV_MAGIC``, it indicates that the extended fields 127 indicates that the extended fields contain undefined values. 129 Applications that wish to use the pixel format extended fields 132 capability. If the capability isn't set the pixel format extended 133 fields are not supported and using the extended fields will lead 136 To use the extended fields, applications must set the ``priv`` 137 field to ``V4L2_PIX_FMT_PRIV_MAGIC``, initialize all the extended 142 drivers must act as if all the extended fields were set to zero. 144 ``V4L2_PIX_FMT_PRIV_MAGIC`` and all the extended fields to
|
/linux/arch/s390/include/asm/ |
H A D | cio.h | 81 * struct erw - extended report word 107 * struct erw_eadm - EADM Subchannel extended report word 121 * @esf: extended status flags 147 * struct esw0 - Format 0 Extended Status Word (ESW) 149 * @erw: extended report word 161 * struct esw1 - Format 1 Extended Status Word (ESW) 165 * @erw: extended report word 177 * struct esw2 - Format 2 Extended Status Word (ESW) 181 * @erw: extended report word 193 * struct esw3 - Format 3 Extended Status Word (ESW) [all …]
|
/linux/Documentation/filesystems/ |
H A D | hpfs.rst | 24 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 …]
|
/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/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/arch/riscv/boot/dts/sophgo/ |
H A D | sg2042.dtsi | 226 interrupts-extended = <&cpu0_intc 3>, 296 interrupts-extended = <&cpu0_intc 7>, 306 interrupts-extended = <&cpu4_intc 7>, 316 interrupts-extended = <&cpu8_intc 7>, 326 interrupts-extended = <&cpu12_intc 7>, 336 interrupts-extended = <&cpu16_intc 7>, 346 interrupts-extended = <&cpu20_intc 7>, 356 interrupts-extended = <&cpu24_intc 7>, 366 interrupts-extended = <&cpu28_intc 7>, 376 interrupts-extended = <&cpu32_intc 7>, [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/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/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/drivers/net/phy/mscc/ |
H A D | mscc.h | 130 #define MSCC_PHY_PAGE_EXTENDED 0x0001 /* Extended registers */ 131 #define MSCC_PHY_PAGE_EXTENDED_2 0x0002 /* Extended reg - page 2 */ 132 #define MSCC_PHY_PAGE_EXTENDED_3 0x0003 /* Extended reg - page 3 */ 133 #define MSCC_PHY_PAGE_EXTENDED_4 0x0004 /* Extended reg - page 4 */ 136 /* Extended reg - GPIO; this is a bank of registers that are shared for all PHYs 139 #define MSCC_PHY_PAGE_EXTENDED_GPIO 0x0010 /* Extended reg - GPIO */ 148 /* Extended Page 1 Registers */ 170 /* Extended Page 2 Registers */ 198 /* Extended Page 3 Registers */ 204 /* Extended page GPIO Registers */
|