Home
last modified time | relevance | path

Searched defs:pci (Results 1 – 25 of 223) sorted by relevance

123456789

/aosp_15_r20/external/blktrace/
H A Dblkparse.c346 struct per_cpu_info *pci = &pdi->cpus[new_count]; in resize_cpu_info() local
359 struct per_cpu_info *pci; in get_cpu_info() local
408 static void insert_skip(struct per_cpu_info *pci, unsigned long start, in insert_skip()
436 static void remove_sip(struct per_cpu_info *pci, struct skip_info *sip) in remove_sip()
458 static int check_current_skips(struct per_cpu_info *pci, unsigned long seq) in check_current_skips()
491 struct per_cpu_info *pci = &pdi->cpus[cpu]; in collect_pdi_skips() local
782 struct per_cpu_info *pci = get_cpu_info(pdi, t->bit->cpu); in __put_trace_last() local
841 struct per_cpu_info *pci = get_cpu_info(pdi, t->bit->cpu); in trace_rb_insert_last() local
906 struct per_cpu_info *pci, in trace_rb_find_last()
1193 static inline void account_m(struct blk_io_trace *t, struct per_cpu_info *pci, in account_m()
[all …]
H A Dblkparse_fmt.c167 static void print_field(char *act, struct per_cpu_info *pci, in print_field()
261 static char *parse_field(char *act, struct per_cpu_info *pci, in parse_field()
288 static void process_default(char *act, struct per_cpu_info *pci, in process_default()
423 void process_fmt(char *act, struct per_cpu_info *pci, struct blk_io_trace *t, in process_fmt()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DCellIdentityLteBuilder.java23 private int pci = CellInfo.UNAVAILABLE; field in CellIdentityLteBuilder
57 public CellIdentityLteBuilder setPci(int pci) { in setPci()
136 CellIdentityLte newCellIdentityLte(int mcc, int mnc, int ci, int pci, int tac); in newCellIdentityLte()
139 CellIdentityLte newCellIdentityLte(int mcc, int mnc, int ci, int pci, int tac, int earfcn); in newCellIdentityLte()
144 int pci, in newCellIdentityLte()
156 int pci, in newCellIdentityLte()
H A DCellIdentityNrBuilder.java21 private int pci = CellInfo.UNAVAILABLE; field in CellIdentityNrBuilder
49 public CellIdentityNrBuilder setPci(int pci) { in setPci()
113 int pci, in newCellIdentityNr()
124 int pci, in newCellIdentityNr()
/aosp_15_r20/external/pciutils/lib/
H A Daos-expansion.c48 PCIAccess *pci = a->backend_data; in aos_close_pci_interface() local
67 PCIAccess *pci; in aos_open_pci_interface() local
98 PCIAccess *pci; in aos_expansion_detect() local
139 PCIAccess *pci = NULL; in aos_expansion_scan() local
214 PCIAccess *pci; in aos_expansion_cleanup_dev() local
/aosp_15_r20/external/libchrome-gestures/src/
H A Dpalm_classifying_filter_interpreter_unittest.cc48 PalmClassifyingFilterInterpreter pci(nullptr, nullptr, nullptr); in TEST() local
126 PalmClassifyingFilterInterpreter pci(nullptr, base_interpreter, nullptr); in TEST() local
186 PalmClassifyingFilterInterpreter pci(nullptr, nullptr, nullptr); in TEST() local
242 std::unique_ptr<PalmClassifyingFilterInterpreter> pci( in TEST() local
368 PalmClassifyingFilterInterpreter pci(nullptr, nullptr, nullptr); in TEST() local
455 PalmClassifyingFilterInterpreter pci(nullptr, base_interpreter, nullptr); in TEST() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.c332 VkGraphicsPipelineCreateInfo pci = {0}; in zink_create_gfx_pipeline() local
429 VkComputePipelineCreateInfo pci = {0}; in zink_create_compute_pipeline() local
576 VkGraphicsPipelineCreateInfo pci = {0}; in zink_create_gfx_pipeline_output() local
676 VkGraphicsPipelineCreateInfo pci = {0}; in zink_create_gfx_pipeline_input() local
771 VkGraphicsPipelineCreateInfo pci = {0}; in create_gfx_pipeline_library() local
866 VkGraphicsPipelineCreateInfo pci = {0}; in zink_create_gfx_pipeline_combined() local
/aosp_15_r20/external/flashrom/
H A Dasm106x.c31 struct pci_dev *pci; member
40 static int asm106x_wait_ready(struct pci_dev *pci, uint8_t *pval) in asm106x_wait_ready()
132 struct pci_dev *pci; in asm106x_init() local
/aosp_15_r20/external/coreboot/src/device/
H A Ddevice_util.c924 bool is_pci(const struct device *pci) in is_pci()
929 bool is_enabled_pci(const struct device *pci) in is_enabled_pci()
934 bool is_pci_dev_on_bus(const struct device *pci, unsigned int bus) in is_pci_dev_on_bus()
940 bool is_pci_bridge(const struct device *pci) in is_pci_bridge()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_pci.c65 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, in i2r_pci()
201 PROXY_CERT_INFO_EXTENSION *pci = NULL; in r2i_pci() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_pci.c65 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, in i2r_pci()
201 PROXY_CERT_INFO_EXTENSION *pci = NULL; in r2i_pci() local
/aosp_15_r20/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_builder.cpp38 std::string PciCrosvmArgument(std::optional<pci::Address> pci) { in PciCrosvmArgument()
149 const std::optional<pci::Address>& pci) { in AddTap()
Dpci.cpp21 namespace pci { namespace
/aosp_15_r20/external/crosvm/devices/src/
H A Dacpi.rs132 pci: Arc<Mutex<PciResource>>, field
166 let pci = PciResource { in new() localVariable
490 let mut pci = self.pci.lock(); in pme_evt() localVariable
509 let mut pci = self.pci.lock(); in register_pme_notify_dev() localVariable
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityLte.java95 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte()
117 public CellIdentityLte(int ci, int pci, int tac, int earfcn, @NonNull int[] bands, in CellIdentityLte()
/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/
H A Dpcie_common.c104 static bool is_pcie_link_up(struct qcom_pcie_cntlr_t *pci) in is_pcie_link_up()
115 static bool wait_link_up(struct qcom_pcie_cntlr_t *pci) in wait_link_up()
/aosp_15_r20/external/mesa3d/src/util/
H A Dlibdrm.h93 drmPciBusInfoPtr pci; member
98 drmPciDeviceInfoPtr pci; member
/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/
Dvirtio.rs18 pub mod pci; module
/aosp_15_r20/external/trusty/lk/dev/virtio/vsock-rust/src/
Dlib.rs12 mod pci; module
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.network-V1-ndk-source/gen/include/aidl/android/hardware/radio/network/
DCellIdentityNr.h30 int32_t pci = 0; variable
DCellIdentityLte.h31 int32_t pci = 0; variable
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.network-V1-ndk-source/gen/include/aidl/android/hardware/radio/network/
DCellIdentityNr.h30 int32_t pci = 0; variable
DCellIdentityLte.h31 int32_t pci = 0; variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.network-V1-ndk-source/gen/include/aidl/android/hardware/radio/network/
DCellIdentityNr.h30 int32_t pci = 0; variable
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.network-V1-ndk-source/gen/include/aidl/android/hardware/radio/network/
DCellIdentityNr.h30 int32_t pci = 0; variable

123456789