/linux/arch/arm64/boot/dts/freescale/ |
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>;
|
A D | fsl-lx2160a-rdb.dts | 68 interrupts-extended = <&extirq 4 IRQ_TYPE_LEVEL_LOW>; 76 interrupts-extended = <&extirq 5 IRQ_TYPE_LEVEL_LOW>; 84 interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>; 91 interrupts-extended = <&extirq 3 IRQ_TYPE_LEVEL_LOW>; 201 interrupts-extended = <&extirq 8 IRQ_TYPE_LEVEL_LOW>;
|
A D | fsl-ls2088a-rdb.dts | 95 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 101 interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>; 107 interrupts-extended = <&extirq 4 IRQ_TYPE_LEVEL_LOW>; 113 interrupts-extended = <&extirq 5 IRQ_TYPE_LEVEL_LOW>;
|
/linux/net/x25/ |
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()
|
A D | x25_subr.c | 55 int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; in x25_frames_acked() 94 int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; in x25_validate_nr() 168 if (x25->neighbour->extended) { in x25_write_internal() 235 if (x25->neighbour->extended) { in x25_write_internal() 289 if (x25->neighbour->extended) { in x25_decode() 309 if (x25->neighbour->extended) { in x25_decode()
|
A D | x25_out.c | 54 int header_len = x25->neighbour->extended ? X25_EXT_MIN_LEN : in x25_output() 94 if (x25->neighbour->extended) in x25_output() 123 if (x25->neighbour->extended) { in x25_send_iframe() 162 modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; in x25_kick()
|
/linux/arch/x86/boot/compressed/ |
A D | misc.c | 236 long extended = *reloc; in handle_relocations() local 237 extended += map; in handle_relocations() 239 ptr = (unsigned long)extended; in handle_relocations() 247 long extended = *reloc; in handle_relocations() local 248 extended += map; in handle_relocations() 250 ptr = (unsigned long)extended; in handle_relocations() 257 long extended = *reloc; in handle_relocations() local 258 extended += map; in handle_relocations() 260 ptr = (unsigned long)extended; in handle_relocations()
|
/linux/arch/arm/boot/dts/ |
A D | integratorap-im-pd1.dts | 168 interrupts-extended = <&impd1_vic 1>; 176 interrupts-extended = <&impd1_vic 2>; 184 interrupts-extended = <&impd1_vic 3>; 196 interrupts-extended = <&impd1_vic 4>; 208 interrupts-extended = <&impd1_vic 5>; 216 interrupts-extended = <&impd1_vic 6>; 224 interrupts-extended = <&impd1_vic 7>, 238 interrupts-extended = <&impd1_vic 9>; 246 interrupts-extended = <&impd1_vic 11>; 273 interrupts-extended = <&pic 9>;
|
A D | gemini-wbd111.dts | 46 /* Conflict with TVC and extended parallel flash */ 52 /* Conflict with TVC and extended parallel flash */ 58 /* Conflict with TVC and extended parallel flash */ 64 /* Conflict with TVC and extended parallel flash */
|
A D | gemini-wbd222.dts | 45 /* Conflict with TVC and extended parallel flash */ 51 /* Conflict with TVC and extended parallel flash */ 57 /* Conflict with TVC and extended parallel flash */ 63 /* Conflict with TVC and extended parallel flash */
|
/linux/Documentation/arm/nwfpe/ |
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/drivers/net/ |
A D | netconsole.c | 103 bool extended; member 187 nt->extended = true; in alloc_param_target() 254 return snprintf(buf, PAGE_SIZE, "%d\n", to_target(item)->extended); in extended_show() 335 if (nt->extended && !(netconsole_ext.flags & CON_ENABLED)) { in enabled_store() 375 int extended; in extended_store() local 386 err = kstrtoint(buf, 10, &extended); in extended_store() 389 if (extended < 0 || extended > 1) { in extended_store() 394 nt->extended = extended; in extended_store() 573 CONFIGFS_ATTR(, extended); 831 if (nt->extended && nt->enabled && netif_running(nt->np.dev)) in write_ext_msg() [all …]
|
/linux/Documentation/filesystems/ext4/ |
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
|
A D | attributes.rst | 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 46 The beginning of an extended attribute block is in 76 - Checksum of the extended attribute block. 83 of the extended attribute block, and the entire block (header + 152 Logically speaking, extended attributes are a series of key=value pairs.
|
A D | eainode.rst | 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/fs/ext2/ |
A D | Kconfig | 3 tristate "Second extended fs support" 14 bool "Ext2 extended attributes" 38 enables an extended attribute handler for file security 42 extended attributes for file security labels, say N.
|
/linux/drivers/xen/ |
A D | acpi.c | 40 bool extended) in xen_acpi_notify_hypervisor_state() argument 42 unsigned int bits = extended ? 8 : 16; in xen_acpi_notify_hypervisor_state() 51 .flags = extended ? XENPF_ACPI_SLEEP_EXTENDED : 0, in xen_acpi_notify_hypervisor_state()
|
/linux/arch/sh/include/asm/ |
A D | pgtable.h | 43 unsigned long long extended = val; in neff_sign_extend() local 44 return (extended & NEFF_SIGN) ? (extended | NEFF_MASK) : extended; in neff_sign_extend()
|
/linux/arch/m68k/fpsp040/ |
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 250 movel #0x0c,%d0 |byte count for extended number
|
/linux/arch/x86/kernel/ |
A D | verify_cpu.S | 81 andl $0x0ff00f00, %eax # mask family and extended family 87 andl $0x000f00f0, %ecx # mask model and extended model 106 movl $0x80000000,%eax # See if extended cpuid is implemented 109 jb .Lverify_cpu_no_longmode # no extended cpuid
|
/linux/drivers/hwmon/ |
A D | jc42.c | 211 bool extended; /* true if extended range supported */ member 223 static u16 jc42_temp_to_reg(long temp, bool extended) in jc42_temp_to_reg() argument 226 extended ? JC42_TEMP_MIN_EXTENDED : in jc42_temp_to_reg() 327 data->temp[t_min] = jc42_temp_to_reg(val, data->extended); in jc42_write() 332 data->temp[t_max] = jc42_temp_to_reg(val, data->extended); in jc42_write() 337 data->temp[t_crit] = jc42_temp_to_reg(val, data->extended); in jc42_write() 346 val = clamp_val(val, (data->extended ? JC42_TEMP_MIN_EXTENDED in jc42_write() 480 data->extended = !!(cap & JC42_CAP_RANGE); in jc42_probe()
|
/linux/Documentation/filesystems/ |
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 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, 89 extended attribute UID=0. And when you umount the fs and mount it again with 94 number. Currently this driver cannot resize extended attributes - it means [all …]
|
/linux/drivers/input/misc/ |
A D | ideapad_slidebar.c | 138 static bool extended = false; in slidebar_i8042_filter() local 146 extended = true; in slidebar_i8042_filter() 150 if (!extended) in slidebar_i8042_filter() 153 extended = false; in slidebar_i8042_filter()
|
/linux/Documentation/devicetree/bindings/counter/ |
A D | interrupt-counter.yaml | 34 - required: [ interrupts-extended ] 48 interrupts-extended = <&gpio 0 IRQ_TYPE_EDGE_RISING>; 58 interrupts-extended = <&gpio 2 IRQ_TYPE_EDGE_RISING>;
|
/linux/fs/reiserfs/ |
A D | Kconfig | 17 It is more easily extended to have features currently found in 19 systems are. The next version will be so extended, and will support 57 bool "ReiserFS extended attributes" 81 enables an extended attribute handler for file security 85 extended attributes for file security labels, say N.
|