| /linux/rust/syn/ |
| H A D | attr.rs | 175 pub struct Attribute { 183 impl Attribute { impl 597 type Ret: Iterator<Item = &'a Attribute>; 605 impl<'a> FilterAttrs<'a> for &'a [Attribute] { implementation 606 type Ret = iter::Filter<slice::Iter<'a, Attribute>, fn(&&Attribute) -> bool>; 609 fn is_outer(attr: &&Attribute) -> bool { in outer() 620 fn is_inner(attr: &&Attribute) -> bool { in inner() 650 use crate::attr::{AttrStyle, Attribute, Meta, MetaList, MetaNameValue}; 661 pub(crate) fn parse_inner(input: ParseStream, attrs: &mut Vec<Attribute>) -> Result<()> { in parse_inner() 668 pub(crate) fn single_parse_inner(input: ParseStream) -> Result<Attribute> { in single_parse_inner() argument [all …]
|
| H A D | file.rs | 3 use crate::attr::Attribute; 83 pub attrs: Vec<Attribute>, 90 use crate::attr::Attribute; 100 attrs: input.call(Attribute::parse_inner)?, in parse()
|
| H A D | item.rs | 3 use crate::attr::Attribute; 107 pub attrs: Vec<Attribute>, 124 pub attrs: Vec<Attribute>, 138 pub attrs: Vec<Attribute>, 152 pub attrs: Vec<Attribute>, 163 pub attrs: Vec<Attribute>, 176 pub attrs: Vec<Attribute>, 194 pub attrs: Vec<Attribute>, 206 pub attrs: Vec<Attribute>, 220 pub attrs: Vec<Attribute>, [all …]
|
| H A D | pat.rs | 3 use crate::attr::Attribute; 113 pub attrs: Vec<Attribute>, 125 pub attrs: Vec<Attribute>, 135 pub attrs: Vec<Attribute>, 145 pub attrs: Vec<Attribute>, 156 pub attrs: Vec<Attribute>, 165 pub attrs: Vec<Attribute>, 175 pub attrs: Vec<Attribute>, 188 pub attrs: Vec<Attribute>, 198 pub attrs: Vec<Attribute>, [all …]
|
| H A D | expr.rs | 3 use crate::attr::Attribute; 275 pub attrs: Vec<Attribute>, 285 pub attrs: Vec<Attribute>, 296 pub attrs: Vec<Attribute>, 307 pub attrs: Vec<Attribute>, 318 pub attrs: Vec<Attribute>, 329 pub attrs: Vec<Attribute>, 340 pub attrs: Vec<Attribute>, 351 pub attrs: Vec<Attribute>, 362 pub attrs: Vec<Attribute>, [all …]
|
| H A D | data.rs | 3 use crate::attr::Attribute; 15 pub attrs: Vec<Attribute>, 187 pub attrs: Vec<Attribute>, 243 use crate::attr::Attribute; 262 let attrs = input.call(Attribute::parse_outer)?; in parse() 327 let attrs = input.call(Attribute::parse_outer)?; in parse_named() 365 attrs: input.call(Attribute::parse_outer)?, in parse_unnamed()
|
| H A D | parse_quote.rs | 154 use crate::{attr, Attribute, Field, FieldMutability, Ident, Type, Visibility}; 159 impl ParseQuote for Attribute { implementation 170 impl ParseQuote for Vec<Attribute> { 183 let attrs = input.call(Attribute::parse_outer)?; in parse()
|
| H A D | stmt.rs | 3 use crate::attr::Attribute; 46 pub attrs: Vec<Attribute>, 76 pub attrs: Vec<Attribute>, 84 use crate::attr::Attribute; 202 let attrs = input.call(Attribute::parse_outer)?; in parse_stmt() 268 fn stmt_mac(input: ParseStream, attrs: Vec<Attribute>, path: Path) -> Result<StmtMacro> { in stmt_mac() argument 285 fn stmt_local(input: ParseStream, attrs: Vec<Attribute>) -> Result<Local> { in stmt_local() 339 mut attrs: Vec<Attribute>, in stmt_expr() argument
|
| H A D | derive.rs | 3 use crate::attr::Attribute; 15 pub attrs: Vec<Attribute>, 70 use crate::attr::Attribute; 84 let attrs = input.call(Attribute::parse_outer)?; in parse()
|
| H A D | generics.rs | 3 use crate::attr::Attribute; 62 pub attrs: Vec<Attribute>, 73 pub attrs: Vec<Attribute>, 86 pub attrs: Vec<Attribute>, 518 use crate::attr::Attribute; 554 let attrs = input.call(Attribute::parse_outer)?; in parse() 605 let attrs = input.call(Attribute::parse_outer)?; in parse() 634 attrs: input.call(Attribute::parse_outer)?, in parse() 703 let attrs = input.call(Attribute::parse_outer)?; in parse() 909 attrs: input.call(Attribute::parse_outer)?, in parse()
|
| H A D | precedence.rs | 4 use crate::attr::{AttrStyle, Attribute}; 95 fn prefix_attrs(attrs: &[Attribute]) -> Precedence { in of()
|
| /linux/Documentation/admin-guide/gpio/ |
| H A D | gpio-sim.rst | 27 **Attribute:** ``/config/gpio-sim/gpio-device/dev_name`` 29 **Attribute:** ``/config/gpio-sim/gpio-device/live`` 40 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/chip_name`` 42 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/num_lines`` 51 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/lineY/name`` 53 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/lineY/valid`` 61 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/lineY/hog/name`` 63 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/lineY/hog/direction``
|
| H A D | gpio-aggregator.rst | 86 **Attribute:** ``/config/gpio-aggregator/<example-name>/live`` 94 **Attribute:** ``/config/gpio-aggregator/<example-name>/dev_name`` 112 **Attribute:** ``/config/gpio-aggregator/<example-name>/<lineY>/key`` 114 **Attribute:** ``/config/gpio-aggregator/<example-name>/<lineY>/offset`` 134 **Attribute:** ``/config/gpio-aggregator/<example-name>/<lineY>/name``
|
| /linux/drivers/video/fbdev/ |
| H A D | neofb.c | 341 par->Attribute[0] = 0x00; /* standard colormap translation */ in vgaHWInit() 342 par->Attribute[1] = 0x01; in vgaHWInit() 343 par->Attribute[2] = 0x02; in vgaHWInit() 344 par->Attribute[3] = 0x03; in vgaHWInit() 345 par->Attribute[4] = 0x04; in vgaHWInit() 346 par->Attribute[5] = 0x05; in vgaHWInit() 347 par->Attribute[6] = 0x06; in vgaHWInit() 348 par->Attribute[7] = 0x07; in vgaHWInit() 349 par->Attribute[8] = 0x08; in vgaHWInit() 350 par->Attribute[9] = 0x09; in vgaHWInit() [all …]
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | crtc.c | 428 regp->Attribute[0] = 0x00; /* standard colormap translation */ in nv_crtc_mode_set_vga() 429 regp->Attribute[1] = 0x01; in nv_crtc_mode_set_vga() 430 regp->Attribute[2] = 0x02; in nv_crtc_mode_set_vga() 431 regp->Attribute[3] = 0x03; in nv_crtc_mode_set_vga() 432 regp->Attribute[4] = 0x04; in nv_crtc_mode_set_vga() 433 regp->Attribute[5] = 0x05; in nv_crtc_mode_set_vga() 434 regp->Attribute[6] = 0x06; in nv_crtc_mode_set_vga() 435 regp->Attribute[7] = 0x07; in nv_crtc_mode_set_vga() 436 regp->Attribute[8] = 0x08; in nv_crtc_mode_set_vga() 437 regp->Attribute[9] = 0x09; in nv_crtc_mode_set_vga() [all …]
|
| /linux/crypto/asymmetric_keys/ |
| H A D | pkcs8.asn1 | 23 Attributes ::= SET OF Attribute 25 Attribute ::= ANY
|
| /linux/rust/kernel/ |
| H A D | configfs.rs | 523 pub struct Attribute<const ID: u64, O, Data> { 528 // SAFETY: We do not provide any operations on `Attribute`. 529 unsafe impl<const ID: u64, O, Data> Sync for Attribute<ID, O, Data> {} argument 531 // SAFETY: Ownership of `Attribute` can safely be transferred to other threads. 532 unsafe impl<const ID: u64, O, Data> Send for Attribute<ID, O, Data> {} 534 impl<const ID: u64, O, Data> Attribute<ID, O, Data> 633 /// creating an [`Attribute`]. The type carrying the implementation serve no 639 /// implementation to a specific `Attribute`. `ID` must be passed when declaring 670 /// [`Attribute`] that will appear in the directory representing a [`Group`]. 681 /// Null terminated Array of pointers to [`Attribute`] 524 pub struct Attribute<const ID: u64, O, Data> { global() struct 530 unsafe impl<const ID: u64, O, Data> Sync for Attribute<ID, O, Data> {} global() implementation 533 unsafe impl<const ID: u64, O, Data> Send for Attribute<ID, O, Data> {} global() implementation 535 impl<const ID: u64, O, Data> Attribute<ID, O, Data> global() implementation [all...] |
| /linux/drivers/video/fbdev/savage/ |
| H A D | savagefb_driver.c | 139 VGAwATTR(i, reg->Attribute[i], par); in vgaHWRestore() 227 reg->Attribute[0x00] = 0x00; /* standard colormap translation */ in vgaHWInit() 228 reg->Attribute[0x01] = 0x01; in vgaHWInit() 229 reg->Attribute[0x02] = 0x02; in vgaHWInit() 230 reg->Attribute[0x03] = 0x03; in vgaHWInit() 231 reg->Attribute[0x04] = 0x04; in vgaHWInit() 232 reg->Attribute[0x05] = 0x05; in vgaHWInit() 233 reg->Attribute[0x06] = 0x06; in vgaHWInit() 234 reg->Attribute[0x07] = 0x07; in vgaHWInit() 235 reg->Attribute[0x08] = 0x08; in vgaHWInit() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-event_source-devices-vpa-dtl | 4 Description: Read-only. Attribute group to describe the magic bits 21 Description: (RO) Attribute group to describe performance monitoring events
|
| H A D | sysfs-bus-nvdimm | 14 Description: (RO) Attribute group to describe the magic bits 32 Description: (RO) Attribute group to describe performance monitoring events
|
| H A D | sysfs-bus-i2c-devices-bq32k | 5 Description: Attribute for enable/disable the trickle charge bypass
|
| H A D | sysfs-bus-event_source-devices-format | 6 Attribute group to describe the magic bits that go into
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | attributes.rst | 109 - Attribute name index. There is a discussion of this below. 137 - Attribute name. Does not include trailing NULL. 139 Attribute values can follow the end of the entry table. There appears to 149 Attribute Name Indices
|
| /linux/rust/pin-init/internal/src/ |
| H A D | init.rs | 11 token, Attribute, Block, Expr, ExprCall, ExprPath, Ident, Path, Token, Type, 33 attrs: Vec<Attribute>, 412 let attrs = input.call(Attribute::parse_outer)?; 485 let attrs = input.call(Attribute::parse_outer)?;
|
| /linux/drivers/acpi/numa/ |
| H A D | Kconfig | 6 bool "ACPI Heterogeneous Memory Attribute Table Support"
|