| /linux/arch/arm/mach-sa1100/include/mach/ |
| H A D | bitfield.h | 68 #define FSize(Field) ((Field) >> 16) argument 69 #define FShft(Field) ((Field) & 0x0000FFFF) argument 70 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field)) argument 71 #define FAlnMsk(Field) ((UData (1) << FSize (Field)) - 1) argument 72 #define F1stBit(Field) (UData (1) << FShft (Field)) argument 90 #define FInsrt(Value, Field) \ argument 91 (UData (Value) << FShft (Field)) 109 #define FExtr(Data, Field) \ argument 110 ((UData (Data) >> FShft (Field)) & FAlnMsk (Field))
|
| /linux/rust/syn/ |
| H A D | data.rs | 56 pub named: Punctuated<Field, Token![,]>, 65 pub unnamed: Punctuated<Field, Token![,]>, 73 pub fn iter(&self) -> punctuated::Iter<Field> { in iter() argument 84 pub fn iter_mut(&mut self) -> punctuated::IterMut<Field> { in iter_mut() argument 153 type Item = Field; 154 type IntoIter = punctuated::IntoIter<Field>; 158 Fields::Unit => Punctuated::<Field, ()>::new().into_iter(), in into_iter() 166 type Item = &'a Field; 167 type IntoIter = punctuated::Iter<'a, Field>; 175 type Item = &'a mut Field; [all …]
|
| H A D | parse_quote.rs | 154 use crate::{attr, Attribute, Field, FieldMutability, Ident, Type, Visibility}; 181 impl ParseQuote for Field { implementation 199 Ok(Field { in parse()
|
| H A D | classify.rs | 48 | Expr::Field(_) in requires_comma_to_be_match_arm() 145 Expr::Field(e) => expr = &e.base, in expr_leading_label() 232 | Expr::Field(_) in expr_trailing_brace()
|
| H A D | precedence.rs | 134 | Expr::Field(ExprField { attrs, .. }) in of() 163 | Expr::Field(_) in of()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | field-order.rst | 7 Field Order 147 Field Order, Top Field First Transmitted 154 Field Order, Top Field First Transmitted 159 Field Order, Bottom Field First Transmitted 166 Field Order, Bottom Field First Transmitted
|
| H A D | metafmt-vivid.rst | 28 * - Field
|
| H A D | metafmt-uvc.rst | 37 * - Field
|
| H A D | pixfmt-v4l2-mplane.rst | 79 - Field order, from enum :c:type:`v4l2_field`.
|
| /linux/drivers/platform/x86/intel/ifs/ |
| H A D | Kconfig | 2 tristate "Intel In Field Scan" 5 Enable support for the In Field Scan capability in select
|
| /linux/drivers/video/fbdev/ |
| H A D | pxa3xx-regs.h | 88 #define FShft(Field) ((Field) & 0x0000FFFF) argument
|
| /linux/Documentation/arch/sparc/oradax/ |
| H A D | dax-hv-api.txt | 139 Bits Field Description 179 Bits Field Description 437 Offset Size Field Description 440 Bits Field Description 457 Offset Size Field Description 458 Bits Field Description 468 Bits Field Description 480 Bits Field Description 492 Bits Field Description 507 Offset Size Field Description [all …]
|
| /linux/Documentation/driver-api/nfc/ |
| H A D | index.rst | 4 Near Field Communication
|
| H A D | nfc-pn544.rst | 2 Kernel driver for the NXP Semiconductors PN544 Near Field Communication chip
|
| /linux/drivers/nfc/ |
| H A D | Kconfig | 3 # Near Field Communication (NFC) devices 6 menu "Near Field Communication (NFC) devices"
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | chromeos-acpi-device.rst | 147 * - Field 220 * - Field 278 * - Field
|
| /linux/arch/x86/crypto/ |
| H A D | Kconfig | 285 - GFNI (Galois Field New Instructions) 303 - GFNI (Galois Field New Instructions) 321 - GFNI (Galois Field New Instructions)
|
| /linux/Documentation/admin-guide/media/ |
| H A D | rcar-fdp1.rst | 31 the current field. This method is also known as Field Averaging (FAV).
|
| /linux/Documentation/arch/xtensa/ |
| H A D | atomctl.rst | 44 Field
|
| /linux/Documentation/scsi/ |
| H A D | sym53c8xx_2.rst | 761 Field A : target number. 765 Field B : DSTAT io register (DMA STATUS) 781 Field C : SIST io register (SCSI Interrupt Status) 806 Field D : SOCL Scsi Output Control Latch 809 Field E : SBCL Scsi Bus Control Lines 811 Field F : SBDL Scsi Bus Data Lines 813 Field G : SXFER SCSI Transfer 816 Field H : SCNTL3 Scsi Control Register 3 819 Field I : SCNTL4 Scsi Control Register 4
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | ipe.rst | 366 Field descriptions: 369 | Field | Value Type | Optional? | Description of Value … 408 Field descriptions: 411 | Field | Value Type | Optional? | Description of Value … 447 Field descriptions: 450 | Field | Value Type | Optional? | Description of Value … 514 Field descriptions: 517 | Field | Value Type | Optional? | Description of Value …
|
| /linux/Documentation/userspace-api/media/ |
| H A D | glossary.rst | 58 **Field-programmable Gate Array** 63 See https://en.wikipedia.org/wiki/Field-programmable_gate_array.
|
| /linux/Documentation/virt/kvm/arm/ |
| H A D | pvtime.rst | 57 | Field | Byte Length | Byte Offset | Description |
|
| /linux/Documentation/driver-api/surface_aggregator/clients/ |
| H A D | dtx.rst | 367 * - Field 388 * - Field 418 * - Field 446 * - Field
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | fsl,imx-pinctrl.txt | 35 SION(1 << 30): Software Input On Field.
|