Home
last modified time | relevance | path

Searched defs:cap_next (Results 1 – 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dvirtio_pci.h122 __u8 cap_next; /* Generic PCI field: next ptr. */ member
/external/crosvm/devices/src/pci/pcie/
Dpcie_host.rs347 let mut cap_next: u8 = host_config.read_config(CAPABILITY_LIST_HEAD_OFFSET as u64); in new() localVariable
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs93 pub cap_next: u8, // Generic PCI field: next ptr field
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc99 bool cap_next = true; in MapEntryName() local
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc100 bool cap_next = true; in MapEntryName() local
/external/crosvm/devices/src/pci/
Dvfio_pci.rs731 let mut cap_next: u32 = config.read_config::<u8>(PCI_CAPABILITY_LIST).into(); in new() localVariable