Home
last modified time | relevance | path

Searched refs:extended (Results 1 – 200 of 303) sorted by relevance

12

/linux-4.1.27/arch/x86/boot/compressed/
Dmisc.c281 int extended = *reloc; in handle_relocations() local
282 extended += map; in handle_relocations()
284 ptr = (unsigned long)extended; in handle_relocations()
292 long extended = *reloc; in handle_relocations() local
293 extended += map; in handle_relocations()
295 ptr = (unsigned long)extended; in handle_relocations()
302 long extended = *reloc; in handle_relocations() local
303 extended += map; in handle_relocations()
305 ptr = (unsigned long)extended; in handle_relocations()
/linux-4.1.27/net/x25/
Dx25_link.c130 *dptr++ = nb->extended ? X25_GFI_EXTSEQ : X25_GFI_STDSEQ; in x25_transmit_restart_request()
157 *dptr++ = nb->extended ? X25_GFI_EXTSEQ : X25_GFI_STDSEQ; in x25_transmit_restart_confirmation()
184 *dptr++ = ((lci >> 8) & 0x0F) | (nb->extended ? in x25_transmit_clear_request()
260 nb->extended = 0; in x25_link_device_up()
368 x25_subscr.extended = nb->extended; in x25_subscr_ioctl()
375 if (!(x25_subscr.extended && x25_subscr.extended != 1)) { in x25_subscr_ioctl()
378 nb->extended = x25_subscr.extended; in x25_subscr_ioctl()
Dx25_out.c59 int header_len = x25->neighbour->extended ? X25_EXT_MIN_LEN : in x25_output()
99 if (x25->neighbour->extended) in x25_output()
128 if (x25->neighbour->extended) { in x25_send_iframe()
167 modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; in x25_kick()
Dx25_subr.c60 int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; in x25_frames_acked()
99 int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; in x25_validate_nr()
173 if (x25->neighbour->extended) { in x25_write_internal()
245 if (x25->neighbour->extended) { in x25_write_internal()
299 if (x25->neighbour->extended) { in x25_decode()
319 if (x25->neighbour->extended) { in x25_decode()
Daf_x25.c83 compat_uint_t extended; member
1194 if (x25->neighbour->extended) { in x25_sendmsg()
1206 if (x25->neighbour->extended) { in x25_sendmsg()
1271 header_len = x25->neighbour->extended ? in x25_recvmsg()
1649 x25_subscr.extended = nb->extended; in compat_x25_subscr_ioctl()
1656 if (x25_subscr.extended == 0 || x25_subscr.extended == 1) { in compat_x25_subscr_ioctl()
1659 nb->extended = x25_subscr.extended; in compat_x25_subscr_ioctl()
Dx25_in.c68 skb_pull(skbo, (x25->neighbour->extended) ? in x25_queue_rx_frame()
210 modulus = (x25->neighbour->extended) ? X25_EMODULUS : X25_SMODULUS; in x25_state3_machine()
Dx25_facilities.c344 if (!nb->extended) { in x25_limit_facilities()
/linux-4.1.27/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).
DREADME26 double precision, extended double precision, and quadruple precision.
29 double precision and extended double precision formats. The port of
DREADME.FPE7 <S|D|E> = <single|double|extended>, no default
92 extended precision operands. The emulator currently does not check
/linux-4.1.27/arch/sh/include/asm/
Dpgtable.h46 unsigned long long extended = val; in neff_sign_extend() local
47 return (extended & NEFF_SIGN) ? (extended | NEFF_MASK) : extended; in neff_sign_extend()
/linux-4.1.27/drivers/xen/
Dacpi.c40 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-4.1.27/fs/ext2/
DKconfig2 tristate "Second extended fs support"
12 bool "Ext2 extended attributes"
40 enables an extended attribute handler for file security
44 extended attributes for file security labels, say N.
/linux-4.1.27/arch/x86/kernel/
Dverify_cpu.S83 andl $0x0ff00f00, %eax # mask family and extended family
89 andl $0x000f00f0, %ecx # mask model and extended model
108 movl $0x80000000,%eax # See if extended cpuid is implemented
111 jb verify_cpu_no_longmode # no extended cpuid
/linux-4.1.27/arch/m68k/fpsp040/
Dx_store.S91 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
Dslog2.S10 | INPUT: Double-extended value in memory location pointed to
35 | traps, and precision control = double extended.
50 | traps, and precision control = double extended.
64 | traps, and precision control = double extended.
79 | traps, and precision control = double extended.
87 | 2.3 Return ans := convert-to-double-extended(k).
Dutil.S97 | 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
317 | 00 - extended
407 | Force extended
436 | If E3, the format is extended.
439 | extended 010 -> 00
[all …]
Dsint.S12 | Input: (Entry points sint and sintrz) Double-extended
15 | (Entry point sintdo) Double-extended number X in
17 | (Entry point sintd) Double-extended denormalized
141 bclrb #sign_bit,LOCAL_EX(%a0) |convert to internal extended
238 bsetb #sign_bit,LOCAL_EX(%a0) |return to IEEE extended format
Dsgetem.S6 | and the exponent value is returned as an extended
12 | extended precision number and returned in fp0. The
16 | Input: Double-extended number X in the ETEMP space in
Dscosh.S8 | Input: Double-extended number X in location pointed to
45 | extended format. Exit.
Dbindec.S7 | Converts an input in extended precision format
11 | a0 points to the input extended precision value
12 | value in memory; d0 contains the k-factor sign-extended
33 | value is viewed as 2^^e * 1.f in extended precision.
143 | Constants in extended precision
219 | as 2^^e * 1.f in extended precision. This value is stored
551 | the size to extended. The sintdo entry point in the sint
613 | in extended precision, so the use of a previous power-of-ten
Dssinh.S8 | Input: Double-extended number X in location pointed to
46 | extended format. Exit.
Dsacos.S8 | Input: Double-extended number X in location pointed to
Dround.S23 | a0 points to the input operand in the internal extended format
33 | d0{31:29} contains the g,r,s bits (extended)
38 | result is still in the internal extended format.
404 | (in the internal extended format)
409 | (in the internal extended format)
425 cmpib #0,%d0 |if 0 then extended precision
Dres_func.S491 tstb %d0 |check for extended
526 | The precision is extended, so the result in etemp is correct.
826 | denorm and it will correctly generate the result in extended
1001 | denorm and it will correctly generate the result in extended
1458 | Return ETEMP to extended format from internal extended format so
1476 | Return ETEMP to extended format from internal extended format so
1492 btstb #7,STAG(%a6) |check for extended denorm
1582 btstb #7,STAG(%a6) |check for extended denorm
1922 | input: a0 points to input operand in the internal extended format
Dx_unfl.S160 | force the precision to extended for the denorm routine. Use
223 beqs ext_opc011 |If extended, do not subtract
Dsasin.S8 | Input: Double-extended number X in location pointed to
Dsatanh.S9 | Input: Double-extended number X in location pointed to
Dscale.S12 | Input: Double-extended destination operand in FPTEMP,
13 | double-extended source operand in ETEMP.
Dsetox.S11 | Double-extended value in memory location pointed to by address
105 | 3.2 R := R + N*L2, L2 := extended-precision(-log2/64 - L1).
145 | 2^(J/64) to roughly 85 bits; T is in extended precision
531 movew %d0,SCALE(%a6) | ...SCALE is 2^(M) in extended
696 movew %d0,SC(%a6) | ...SC is 2^(M) in extended
Ddecbin.S5 | register A6 to extended-precision value in FP0.
439 clrl %d3 |clear d3 to force no exc and extended
Dstanh.S8 | Input: Double-extended number X in location pointed to
Dstwotox.S9 | Input: Double-extended number X in location pointed to
Dsrem_mod.S10 | Double-extended value Y is pointed to by address in register
11 | A0. Double-extended value X is located in -12(A0). The values
Dbugfix.S233 bfins %d0,CMDREG1B(%a6){#0:#6} |opclass 2, extended
327 bfins %d0,CMDREG1B(%a6){#0:#6} |opclass 2, extended
Dsatan.S8 | Input: Double-extended value in memory location pointed to by address
Dget_op.S613 | ;extended (was packed).
Dslogn.S9 | Input: Double-extended value in memory location pointed to by address
Dstan.S8 | Input: Double-extended number X in location pointed to
/linux-4.1.27/drivers/input/misc/
Dideapad_slidebar.c142 static bool extended = false; in slidebar_i8042_filter() local
150 extended = true; in slidebar_i8042_filter()
154 if (!extended) in slidebar_i8042_filter()
157 extended = false; in slidebar_i8042_filter()
/linux-4.1.27/Documentation/ABI/testing/
Devm5 EVM protects a file's security extended attributes(xattrs)
7 HMAC-sha1 value across the extended attributes, storing the
8 value as the extended attribute 'security.evm'.
Dsysfs-platform-at9118 In order to use an extended can_id add the
24 - extended id 0x1fffffff:
Dsysfs-class-iommu-intel-iommu23 The cached hardware extended capability register
Dsysfs-driver-samsung-laptop26 life can be extended by reducing the max battery charge
Dsysfs-class-cxl116 or extended configuration space defined by the PCIe
/linux-4.1.27/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
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,
79 extended attribute UID=0. And when you umount the fs and mount it again with
[all …]
Dvfat.txt221 knowledge of the extended FAT file system used in Windows NT 3.5 and
225 The extended FAT file system is almost identical to the FAT
262 With the extended FAT system, Microsoft has inserted extra
263 directory entries for any files with extended names. (Any name which
267 a file's extended name. Think of slots as additional labeling for the
270 extended slot directory entries as the file name.
300 Because the extended FAT system is backward compatible, it is
302 be taken to ensure the validity of slots. An extended FAT system can
308 slot has an id which marks its order in the extended file
335 Finally, note that the extended name is stored in Unicode. Each Unicode
Ddax.txt43 stall the CPU for an extended period, you should also not attempt to
75 - ext2: the second extended filesystem, see Documentation/filesystems/ext2.txt
76 - ext4: the fourth extended filesystem, see Documentation/filesystems/ext4.txt
Dxfs.txt7 support large files and large filesystems, extended attributes,
40 be made in the way inline extended attributes are stored
42 attr2 is selected (either when setting or removing extended
215 when the current end of file is being extended and the file
Doverlayfs.txt47 is it must support the creation of trusted.* extended attributes, and
81 such as metadata and extended attributes are reported for the upper
153 extended attributes are copied up.
Dhfs.txt10 HFS but is extended in various areas. Use the hfsplus filesystem driver
Dext3.txt78 need to have extended attribute support enabled in the
81 learn more about extended attributes.
Dsquashfs.txt126 regular files and directories, and extended types where extra
214 The xattr table contains extended attributes for each inode. The xattrs
/linux-4.1.27/fs/reiserfs/
DKconfig16 It is more easily extended to have features currently found in
18 systems are. The next version will be so extended, and will support
56 bool "ReiserFS extended attributes"
84 enables an extended attribute handler for file security
88 extended attributes for file security labels, say N.
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dinterrupts.txt8 "interrupts" property, an "interrupts-extended" property, or both. If both are
25 The "interrupts-extended" property is a special form for use when a node needs
27 both the parent phandle and the interrupt specifier. "interrupts-extended"
31 interrupts-extended = <&intc1 5 1>, <&intc2 1 0>;
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dsi4713.txt13 - interrupts-extended: Interrupt specifier for the chips interrupt
25 interrupts-extended = <&gpio2 21 IRQ_TYPE_EDGE_FALLING>; /* 53 */
Dsamsung-fimc.txt80 supports extended image size and has CIEXTEN register;
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Datmel-at91.txt11 * "atmel,at91sam9" for SoCs using an ARM926EJ-S core, shall be extended with
16 o "atmel,at91sam9x5" for the 5 series, shall be extended with the specific
28 * "atmel,sama5" for SoCs using a Cortex-A5, shall be extended with the specific
30 o "atmel,sama5d3" shall be extended with the specific SoC compatible:
36 o "atmel,sama5d4" shall be extended with the specific SoC compatible:
Dmarvell,kirkwood.txt9 In addition, the above compatible shall be extended with the specific
19 And in addition, the compatible shall be extended with the specific
Dmarvell,berlin.txt10 In addition, the above compatible shall be extended with the specific
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Dfirmware.txt13 - extended-modes: The Extended Modes bitfield, taken from the
22 extended-modes = <0 0>;
/linux-4.1.27/drivers/hwmon/
Djc42.c196 bool extended; /* true if extended range supported */ member
208 static u16 jc42_temp_to_reg(long temp, bool extended) in jc42_temp_to_reg() argument
211 extended ? JC42_TEMP_MIN_EXTENDED : in jc42_temp_to_reg()
293 data->temp[nr] = jc42_temp_to_reg(val, data->extended); in set_temp()
319 val = clamp_val(val, (data->extended ? JC42_TEMP_MIN_EXTENDED : in set_temp_crit_hyst()
467 data->extended = !!(cap & JC42_CAP_RANGE); in jc42_probe()
/linux-4.1.27/fs/ext3/
DKconfig5 This is the journalling version of the Second extended file system
54 bool "Ext3 extended attributes"
85 enables an extended attribute handler for file security
89 extended attributes for file security labels, say N.
/linux-4.1.27/drivers/platform/x86/
Dhp_accel.c310 static bool extended; in hp_accel_i8042_filter() local
316 extended = true; in hp_accel_i8042_filter()
318 } else if (unlikely(extended)) { in hp_accel_i8042_filter()
319 extended = false; in hp_accel_i8042_filter()
Dmsi-laptop.c821 static bool extended; in msi_laptop_i8042_filter() local
828 extended = true; in msi_laptop_i8042_filter()
830 } else if (unlikely(extended)) { in msi_laptop_i8042_filter()
831 extended = false; in msi_laptop_i8042_filter()
Ddell-laptop.c623 static bool extended; in dell_laptop_i8042_filter() local
629 extended = true; in dell_laptop_i8042_filter()
631 } else if (unlikely(extended)) { in dell_laptop_i8042_filter()
638 extended = false; in dell_laptop_i8042_filter()
/linux-4.1.27/fs/9p/
DKconfig42 enables an extended attribute handler for file security
46 extended attributes for file security labels, say N.
Dv9fs_vfs.h69 int v9fs_uflags2omode(int uflags, int extended);
Dvfs_inode.c175 int v9fs_uflags2omode(int uflags, int extended) in v9fs_uflags2omode() argument
195 if (extended) { in v9fs_uflags2omode()
/linux-4.1.27/fs/f2fs/
DKconfig31 bool "F2FS extended attributes"
61 Linux. This option enables an extended attribute handler for file
63 the extended attribute support in advance.
/linux-4.1.27/tools/firewire/
Dnosy-dump.h43 uint32_t extended:1; member
61 uint32_t extended:1; member
/linux-4.1.27/arch/arm/nwfpe/
Dsoftfloat-specialize262 The pattern for a default generated extended double-precision NaN. The
272 Returns 1 if the extended double-precision floating-point value `a' is a
285 Returns 1 if the extended double-precision floating-point value `a' is a
306 Returns the result of converting the extended double-precision floating-
325 Returns the result of converting the canonical NaN `a' to the extended
342 Takes two extended double-precision floating-point values `a' and `b', one
/linux-4.1.27/drivers/media/common/b2c2/
Dflexcop-eeprom.c132 int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended) in flexcop_eeprom_check_mac_addr() argument
138 if (extended != 0) { in flexcop_eeprom_check_mac_addr()
Dflexcop-common.h103 int (*get_mac_addr) (struct flexcop_device *fc, int extended);
139 int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended);
/linux-4.1.27/fs/jfs/
DKconfig30 enables an extended attribute handler for file security
34 extended attributes for file security labels, say N.
/linux-4.1.27/security/apparmor/include/
Dcapability.h36 kernel_cap_t extended; member
/linux-4.1.27/Documentation/scsi/
Daha152x.txt26 EXT_TRANS: enable extended translation (0/1: default 0 [off])
98 enable extended translation for first and second controller
138 extended translation. This means that the BIOS uses 255 for heads,
155 ie. either (C/32/64) or (C/63/255)). This can be extended translation
158 - if that fails, take extended translation if enabled by override,
Dlpfc.txt15 and extended attribute support is now part of the upstream kernel
Dscsi-generic.txt24 an extended version of the sg_header interface structure.
Daic7xxx.txt239 Option: extended
240 Definition: Force extended translation on the controller
Daic79xx.txt242 Option: extended
243 Definition: Force extended translation on the controller
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Dmax6697.txt23 - extended-range-enable
24 Only valid for MAX6581. Set to enable extended temperature range.
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DS3C2413.txt7 The S3C2413 is an extended version of the S3C2412, with an camera
DS3C2412.txt55 The USB hardware is similar to the S3C2410, with extended clock source
/linux-4.1.27/arch/arm/boot/dts/
Domap3-evm-37xx.dts143 interrupts-extended = <&intc 72 &omap3_pmx_core OMAP3_UART1_RX>;
147 interrupts-extended = <&intc 73 &omap3_pmx_core OMAP3_UART2_RX>;
151 interrupts-extended = <&intc 74 &omap3_pmx_core OMAP3_UART3_RX>;
Darmada-38x.dtsi68 interrupts-extended = <&mpic 3>;
389 interrupts-extended = <&gic GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
429 interrupts-extended = <&mpic 10>;
437 interrupts-extended = <&mpic 12>;
493 interrupts-extended = <&mpic 8>;
Dat91sam9n12.dtsi111 interrupts-extended = <&pmc AT91_PMC_MOSCRCS>;
119 interrupts-extended = <&pmc AT91_PMC_MOSCS>;
126 interrupts-extended = <&pmc AT91_PMC_MOSCSELS>;
133 interrupts-extended = <&pmc AT91_PMC_LOCKA>;
157 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
168 interrupts-extended = <&pmc AT91_PMC_MCKRDY>;
Dversatile-pb.dts89 interrupts-extended = <&vic 23 &sic 2>;
Domap4-panda-common.dtsi490 interrupts-extended = <&wakeupgen GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH
495 interrupts-extended = <&wakeupgen GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH
500 interrupts-extended = <&wakeupgen GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH
Domap3-overo-common-peripherals.dtsi91 interrupts-extended = <&intc 74 &omap3_pmx_core OMAP3_UART3_RX>;
Dat91sam9261.dtsi582 interrupts-extended = <&pmc AT91_PMC_MOSCS>;
595 interrupts-extended = <&pmc AT91_PMC_LOCKA>;
607 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
618 interrupts-extended = <&pmc AT91_PMC_MCKRDY>;
Dat91sam9x5.dtsi119 interrupts-extended = <&pmc AT91_PMC_MOSCRCS>;
127 interrupts-extended = <&pmc AT91_PMC_MOSCS>;
134 interrupts-extended = <&pmc AT91_PMC_MOSCSELS>;
141 interrupts-extended = <&pmc AT91_PMC_LOCKA>;
165 interrupts-extended = <&pmc AT91_PMC_LOCKU>;
172 interrupts-extended = <&pmc AT91_PMC_MCKRDY>;
Domap4-sdp.dts582 interrupts-extended = <&wakeupgen GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH
589 interrupts-extended = <&wakeupgen GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH
596 interrupts-extended = <&wakeupgen GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH
Domap3-n900.dts604 interrupts-extended = <&gpio2 21 IRQ_TYPE_EDGE_FALLING>; /* 53 */
830 interrupts-extended = <&gpio4 4 IRQ_TYPE_EDGE_RISING>; /* 100 */
900 interrupts-extended = <&intc 73 &omap3_pmx_core OMAP3_UART2_RX>;
906 interrupts-extended = <&intc 74 &omap3_pmx_core OMAP3_UART3_RX>;
973 interrupts-extended = <&gpio3 8 IRQ_TYPE_EDGE_FALLING>; /* 72 */
Dat91rm9200.dtsi111 interrupts-extended = <&pmc AT91_PMC_MOSCS>;
124 interrupts-extended = <&pmc AT91_PMC_LOCKA>;
136 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
148 interrupts-extended = <&pmc AT91_PMC_MCKRDY>;
Dat91sam9263.dtsi107 interrupts-extended = <&pmc AT91_PMC_MOSCS>;
120 interrupts-extended = <&pmc AT91_PMC_LOCKA>;
132 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
144 interrupts-extended = <&pmc AT91_PMC_MCKRDY>;
Dat91sam9260.dtsi114 interrupts-extended = <&pmc AT91_PMC_MOSCS>;
140 interrupts-extended = <&pmc AT91_PMC_LOCKA>;
152 interrupts-extended = <&pmc AT91_PMC_LOCKB>;
163 interrupts-extended = <&pmc AT91_PMC_MCKRDY>;
Dat91sam9261ek.dts135 interrupts-extended = <&pioC 2 IRQ_TYPE_EDGE_BOTH>;
Dimx6q-arm2.dts186 interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>,
Dimx6qdl-wandboard.dtsi212 interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>,
Domap3.dtsi286 interrupts-extended = <&intc 72>;
296 interrupts-extended = <&intc 73>;
306 interrupts-extended = <&intc 74>;
Dat91sam9rl.dtsi828 interrupts-extended = <&pmc AT91_PMC_MOSCS>;
835 interrupts-extended = <&pmc AT91_PMC_LOCKA>;
855 interrupts-extended = <&pmc AT91_PMC_MCKRDY>;
Dversatile-ab.dts270 interrupts-extended = <&vic 22 &sic 2>;
Dat91sam9g45.dtsi128 interrupts-extended = <&pmc AT91_PMC_MOSCS>;
141 interrupts-extended = <&pmc AT91_PMC_LOCKA>;
165 interrupts-extended = <&pmc AT91_PMC_LOCKU>;
172 interrupts-extended = <&pmc AT91_PMC_MCKRDY>;
Darmada-375.dtsi101 interrupts-extended = <&mpic 3>;
415 interrupts-extended = <&gic GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
Domap3-ldp.dts289 interrupts-extended = <&intc 74 &omap3_pmx_core OMAP3_UART3_RX>;
Dimx6qdl-sabrelite.dtsi171 interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>,
Domap3-beagle-xm.dts335 interrupts-extended = <&intc 74 &omap3_pmx_core OMAP3_UART3_RX>;
Dimx6qdl-nitrogen6x.dtsi172 interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>,
Dimx6qdl-sabreauto.dtsi68 interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>,
Domap3-beagle.dts321 interrupts-extended = <&intc 74 &omap3_pmx_core OMAP3_UART3_RX>;
Darmada-370-xp.dtsi78 interrupts-extended = <&mpic 3>;
Dimx6dl-riotboard.dts98 interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>,
/linux-4.1.27/Documentation/video4linux/
Dmeye.txt84 for accessing the Motion Eye extended parameters (camera sharpness,
92 Get and set the extended parameters of the motion eye camera.
95 MEYEIOC_S_PARAMS call (checking for -EINVAL). The extended
Dsi4713.txt27 All properties can also be accessed by v4l2 extended controls interface, by
35 etc. But mostly of its properties will be present in the extended controls.
42 The properties can be accessed using v4l2 extended controls.
/linux-4.1.27/drivers/media/usb/b2c2/
Dflexcop-usb.c149 u32 addr, int extended, u8 *buf, u32 len) in flexcop_usb_memory_req() argument
176 (V8_MEMORY_EXTENDED*extended)); in flexcop_usb_memory_req()
181 (V8_MEMORY_EXTENDED*extended), in flexcop_usb_memory_req()
192 static int flexcop_usb_get_mac_addr(struct flexcop_device *fc, int extended) in flexcop_usb_get_mac_addr() argument
/linux-4.1.27/arch/x86/
DKconfig.cpu69 extended instructions.
76 Pentium Pro extended instructions, and disables the init-time guard
95 extended prefetch instructions in addition to the Pentium II
146 some extended instructions, and passes appropriate optimization
154 some extended instructions, and passes appropriate optimization
161 Enables use of some extended instructions, and passes appropriate
183 treat this chip as a 586TSC with some extended instructions
191 treat this chip as a 586TSC with some extended instructions
/linux-4.1.27/include/uapi/linux/
Dx25.h76 unsigned int extended; member
/linux-4.1.27/drivers/of/unittest-data/
Dtests-interrupts.dtsi48 interrupts-extended = <&test_intc0 1>,
Dtestcases.dts51 interrupts-extended = <0x00000000 0x00000008
/linux-4.1.27/fs/ext4/
DKconfig61 enables an extended attribute handler for file security
65 extended attributes for file security labels, say N.
/linux-4.1.27/fs/qnx6/
DKconfig22 Turns on extended debugging output.
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Domap_serial.txt8 - interrupts or interrupts-extended : Should contain the uart interrupt
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/
Dtsc2005.txt30 interrupts-extended = <&gpio4 4 IRQ_TYPE_EDGE_RISING>; /* 100 */
/linux-4.1.27/fs/minix/
DKconfig8 but has been superseded by the second extended file system ext2fs.
/linux-4.1.27/Documentation/devicetree/bindings/hsi/
Dnokia-modem.txt44 interrupts-extended = <&gpio3 8 IRQ_TYPE_EDGE_FALLING>; /* 72 */
/linux-4.1.27/security/integrity/evm/
DKconfig9 EVM protects a file's security extended attributes against
/linux-4.1.27/fs/hfsplus/
DKconfig7 If you say Y here, you will be able to mount extended format
/linux-4.1.27/fs/nilfs2/
DKconfig20 Some features including atime, extended attributes, and POSIX ACLs,
/linux-4.1.27/security/integrity/ima/
DKconfig116 It requires the system to be labeled with a security extended
118 the security extended attributes from offline attack, enable
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt43 NETFS_XATTR_SET, /* Set extended attribute */
44 NETFS_XATTR_GET, /* Get extended attribute */
223 Used to set/get extended attributes for given inode.
/linux-4.1.27/arch/metag/
DKconfig.soc43 Use the Meta 2.x MMU in extended mode.
/linux-4.1.27/Documentation/networking/
Dgianfar.txt27 TSEC (and the extended hash table on the eTSEC) for multicast
Dnf_conntrack-sysctl.txt176 This extended timeout will be used in case there is an UDP stream
Dlapb-module.txt75 and 7 for a standard LAPB link, and between 1 and 127 for an extended LAPB
87 Extended LAPB operation indicates the use of extended sequence numbers and
Dltpc.txt58 If you are attached to an extended AppleTalk network, with routers on
Dieee802154.txt90 This layer is going to be extended soon.
Dstmmac.txt91 The extended descriptors give us information about the Ethernet payload
366 In fact, the HW provides a subset of extended registers to
/linux-4.1.27/Documentation/i2c/
Dten-bit-addresses2 addresses, and an extended set of 10 bit addresses. The sets of addresses
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class15 No extcon extended feature, but switch features only.
50 Extcon's extended features for switch device drivers with
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfpsp.S1428 # "corrected" in order to have the proper equivalent extended precision
1587 # the extended precision result is still in fp0. but, we need to save it
1722 # underflow can happen for extended precision. extended precision opclass
2382 # _mem_read() - read extended immediate operand from memory #
2403 # (1) FP Instructions using extended precision or packed immediate #
2545 bsr.l decbin # convert to extended
2966 # instruction is using an extended precision immediate operand. Therefore,
3293 # For the case of an extended precision opclass 3 instruction, #
5310 # extended denorms are handled through another entry point.
6147 # a0 = pointer to extended precision input #
[all …]
Dpfpsp.S1427 # "corrected" in order to have the proper equivalent extended precision
1586 # the extended precision result is still in fp0. but, we need to save it
1721 # underflow can happen for extended precision. extended precision opclass
2381 # _mem_read() - read extended immediate operand from memory #
2402 # (1) FP Instructions using extended precision or packed immediate #
2544 bsr.l decbin # convert to extended
2965 # instruction is using an extended precision immediate operand. Therefore,
3292 # For the case of an extended precision opclass 3 instruction, #
3866 # Also, for extended precision and packed, the #
3935 # _calc_ea_fout(): calculate correct stacked <ea> for extended #
[all …]
Dfplsp.S372 set FTEMP_EX, 0 # extended precision
379 set LOCAL_EX, 0 # extended precision
386 set DST_EX, 0 # extended precision
391 set SRC_EX, 0 # extended precision
402 set EXT_BIAS, 0x3fff # extended precision bias
499 set x_mode, 0x0 # extended precision
4902 # a0 = pointer to extended precision input #
5611 # a0 = pointer to extended precision input #
6491 # a0 = pointer to extended precision input #
6688 # a0 = pointer to extended precision input #
[all …]
/linux-4.1.27/Documentation/leds/
Dleds-blinkm.txt51 This extended interface is available as folder blinkm
/linux-4.1.27/fs/jffs2/
DKconfig97 enables an extended attribute handler for file security
101 extended attributes for file security labels, say N.
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Drenesas,pfc-pinctrl.txt30 - interrupts-extended: Specify the interrupts associated with external
111 interrupts-extended =
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dqcom,spmi-pmic.txt5 QPNP is effectively a partitioning scheme for dividing the SPMI extended
/linux-4.1.27/Documentation/devicetree/bindings/leds/
Dcommon.txt4 regulators, but extended with LED and flash LED specific features like
/linux-4.1.27/Documentation/isdn/
DCREDITS56 For V.110, extended T.70 and Hylafax extensions in isdn_tty.c
/linux-4.1.27/Documentation/security/
DSmack.txt23 works best with file systems that support extended attributes,
38 chsmack - display or set Smack extended attribute values
61 Smack uses extended attributes (xattrs) to store labels on filesystem
62 objects. The attributes are stored in the extended attribute security
66 The extended attributes that Smack uses are:
496 The Smack label of a filesystem object is stored as an extended attribute
635 Smack maintains labels on file system objects using extended attributes. The
673 the Smack label extended attribute.
676 file system if it lacks the Smack extended attribute.
Dkeys-ecryptfs.txt20 The 'encrypted' key type has been extended with the introduction of the new
Dkeys-trusted-encrypted.txt38 pcrlock= pcr number to be extended to "lock" blob
/linux-4.1.27/include/net/
Dx25.h139 unsigned int extended; member
/linux-4.1.27/drivers/media/rc/img-ir/
DKconfig33 Say Y here to enable support for the NEC, extended NEC, and 32-bit
/linux-4.1.27/drivers/scsi/
Daha1740.c508 int extended = HOSTDATA(sdev->host)->translation; in aha1740_biosparam() local
511 if (extended && (ip[2] > 1024)) { in aha1740_biosparam()
/linux-4.1.27/drivers/atm/
DKconfig54 bool "Enable extended debugging"
60 Note that extended debugging may create certain race conditions
169 bool "Enable extended debugging"
175 Note that extended debugging may create certain race conditions
/linux-4.1.27/drivers/s390/block/
DKconfig71 DASD extended error reporting. This is only needed if you want to
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Dti-aemif.txt89 - ti,cs-extended-wait-mode: enable/disable extended wait mode
/linux-4.1.27/arch/m68k/ifpsp060/
Dfplsp.doc80 double precision, and extended precision.
83 extended precision operand if program executes:
/linux-4.1.27/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt27 bit 11 = set if SEC has the message digest EU extended alg set (MDEU-B)
/linux-4.1.27/drivers/staging/lustre/
DREADME.txt52 Support "user." extended attributes (or not)
/linux-4.1.27/Documentation/s390/
Dcds.txt58 get commands from extended sense data.
165 from the extended SenseID data.
174 NULL - No extended data available, invalid device or command not found.
289 If the concurrent sense flag in the extended status word (esw) in the irb is
291 sense bytes available in the extended control word irb->scsw.ecw[]. No device
/linux-4.1.27/security/apparmor/
Dpolicy_unpack.c568 if (!unpack_u32(e, &(profile->caps.extended.cap[0]), NULL)) in unpack_profile()
570 if (!unpack_u32(e, &(profile->caps.extended.cap[1]), NULL)) in unpack_profile()
/linux-4.1.27/Documentation/timers/
Dhighres.txt189 based periodic tick is designed to be extended with dynamic tick functionality.
209 extended by three functions:
243 extended to x86_64 and ARM already. Initial (work in progress) support is also
Dhrtimers.txt26 current usage - but it is simply not suitable to be extended for
65 yet, the hrtimer subsystem can be easily extended with high-resolution
/linux-4.1.27/Documentation/metag/
Dkernel-ABI.txt38 in e.g. the D0.8 register to indicate what extended state to preserve.
88 D0.8 DSP Preserved ECH, determines what extended
/linux-4.1.27/Documentation/accounting/
Dtaskstats.txt62 per-tgid data. It is versioned and can be extended by each accounting subsystem
165 extended and the number of cpus grows large.
/linux-4.1.27/fs/cifs/
DKconfig97 bool "CIFS extended attributes"
103 extended attributes beginning with the user namespace prefix
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt70 - extended attributes (xattrs).
172 Do not change or remove the extended attributes attached to cache files by the
300 Each object in the cache has an extended attribute label that holds the object
360 cache, to set and access extended attributes on cache objects, and to read and
/linux-4.1.27/sound/pci/ca0106/
Dca0106_main.c969 u32 extended = 0; in snd_ca0106_pcm_trigger_playback() local
994 extended |= (0x10 << channel); in snd_ca0106_pcm_trigger_playback()
1003 bits |= extended; in snd_ca0106_pcm_trigger_playback()
1015 bits &= ~extended; in snd_ca0106_pcm_trigger_playback()
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt105 interrupts-extended = <&intc 64 &gpio2 28 0>;
/linux-4.1.27/Documentation/
Dldm.txt18 longer any primary or extended partitions. Normal MSDOS style partitions are
Dsvga.txt214 If you set some extended mode and there's one or more extra lines on the
238 2.2 (01-Feb-96) EGA 80x43 fixed. VESA extended to 0x200-0x4ff (non-standard 02XX
Dcpu-hotplug.txt53 processors to an extended H_CEDE state on
421 was extended to 32 bits with x2APIC introduced.
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_osm.c703 int extended; in ahc_linux_biosparam() local
723 extended = 1; in ahc_linux_biosparam()
725 extended = (ahc->flags & AHC_EXTENDED_TRANS_A) != 0; in ahc_linux_biosparam()
727 extended = (ahc->flags & AHC_EXTENDED_TRANS_B) != 0; in ahc_linux_biosparam()
728 if (extended && cylinders >= 1024) { in ahc_linux_biosparam()
Daic79xx_osm.c731 int extended; in ahd_linux_biosparam() local
749 extended = 1; in ahd_linux_biosparam()
751 extended = (ahd->flags & AHD_EXTENDED_TRANS_A) != 0; in ahd_linux_biosparam()
752 if (extended && cylinders >= 1024) { in ahd_linux_biosparam()
/linux-4.1.27/net/sched/
DKconfig358 only extended matches and actions.
484 Say Y here if you want to use extended matches on top of classifiers
485 and select the extended matches below.
491 extended matches.
587 extended matches.
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dqe.txt11 more nodes and properties would be extended in the future.
/linux-4.1.27/fs/affs/
DChanges78 - new extended block handling
250 cache. If a file was extended by means of
/linux-4.1.27/fs/xfs/
DKconfig10 support large files and large filesystems, extended attributes,
/linux-4.1.27/Documentation/firmware_class/
DREADME9 Today, the most extended way to use firmware in the Linux kernel is linking
/linux-4.1.27/arch/arm/mm/
Dproc-macros.S241 orr r2, r2, #PTE_TYPE_EXT @ extended page
/linux-4.1.27/Documentation/gpio/
Dboard.txt119 In the future, these flags might be extended to support more properties.
/linux-4.1.27/tools/perf/config/
Dutilities.mak65 # NOTE: The escape is used directly as an extended regular
/linux-4.1.27/Documentation/x86/
Dintel_mpx.txt168 set this address into extended struct siginfo.
170 The _sigfault feild of struct siginfo is extended as follow:
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt360 * 08-19-04 01.05.01 Modified MSG_CONFIG request to support extended config
362 * Added a new structure for extended config page header.
363 * Added new extended config pages types and structures for
547 * 11-15-02 01.02.06 Added special extended SCSI Status defines for FCP.
/linux-4.1.27/drivers/pci/
Dpci.c900 u16 cap, bool extended) in _pci_find_saved_cap() argument
905 if (tmp->cap.cap_extended == extended && tmp->cap.cap_nr == cap) in _pci_find_saved_cap()
2152 bool extended, unsigned int size) in _pci_add_cap_save_buffer() argument
2157 if (extended) in _pci_add_cap_save_buffer()
2170 save_state->cap.cap_extended = extended; in _pci_add_cap_save_buffer()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Ddma.txt71 This is a 4-channel DMA controller with extended addresses and chaining,
/linux-4.1.27/arch/m68k/math-emu/
Dfp_decode.h202 | test if %pc is the base register for one of the extended modes
/linux-4.1.27/arch/arm/mach-pxa/
DKconfig539 bool "Tosa keyboard: use extended keycodes"
543 Say Y here to enable the tosa keyboard driver to generate extended
/linux-4.1.27/Documentation/RCU/
Dstallwarn.txt137 example, if the CPU might have been in dyntick-idle mode for an extended
242 If you have a series of stall warnings from a single extended stall,
/linux-4.1.27/Documentation/ioctl/
Dhdio.txt552 hob_ports[8] high-order bytes, for extended commands.
564 hob_ports[] high-order bytes, for extended commands.
619 hob_ports[8] high-order bytes, for extended commands
/linux-4.1.27/arch/sh/mm/
DKconfig90 If you say Y here, physical addressing will be extended to
/linux-4.1.27/Documentation/hwmon/
Dadm924069 The LM81 12-bit extended temperature measurement mode is not supported.
/linux-4.1.27/fs/
DKconfig147 bool "Tmpfs extended attributes"
/linux-4.1.27/fs/squashfs/
DKconfig104 Saying Y here includes support for extended attributes (xattrs).
/linux-4.1.27/sound/pci/hda/
DKconfig209 Say Y here to enable the DSP for Creative CA0132 for extended
/linux-4.1.27/drivers/media/tuners/
Dtda18271-common.c66 static void tda18271_dump_regs(struct dvb_frontend *fe, int extended) in tda18271_dump_regs() argument
/linux-4.1.27/Documentation/input/
Dmulti-touch-protocol.txt334 unique identification of a contact maintained over an extended period of
415 [2] The list can of course be extended.
/linux-4.1.27/tools/perf/Documentation/
Dperf-script.txt204 Display extended information about the perf.data file. This adds

12