/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
pci.h | 23 #include <linux/pci.h> 25 #endif /* sys/pci.h */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
pci.h | 23 #include <linux/pci.h> 25 #endif /* sys/pci.h */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
pci.h | 23 #include <linux/pci.h> 25 #endif /* sys/pci.h */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
memalloc.h | 38 #define snd_dma_pci_data(pci) (&(pci)->dev) 108 #define snd_dma_pci_buf_id(pci) (((unsigned int)(pci)->vendor << 16) | (pci)->device)
|
trident.h | 285 dma_addr_t entries_dmaaddr; /* 16k-aligned PCI address to TLB table */ 413 struct pci_dev *pci; member in struct:snd_trident 438 struct pci_dev *pci, 455 int snd_trident_suspend(struct pci_dev *pci, pm_message_t state); 456 int snd_trident_resume(struct pci_dev *pci);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
memalloc.h | 38 #define snd_dma_pci_data(pci) (&(pci)->dev) 108 #define snd_dma_pci_buf_id(pci) (((unsigned int)(pci)->vendor << 16) | (pci)->device)
|
/external/chromium_org/chrome/browser/component_updater/pnacl/ |
pnacl_updater_observer.cc | 12 PnaclUpdaterObserver::PnaclUpdaterObserver(PnaclComponentInstaller* pci) 13 : must_observe_(false), pnacl_installer_(pci) {}
|
pnacl_updater_observer.h | 17 explicit PnaclUpdaterObserver(PnaclComponentInstaller* pci);
|
pnacl_component_installer.cc | 77 bool GetLatestPnaclDirectory(PnaclComponentInstaller* pci, 82 base::FilePath base_dir = pci->GetPnaclBaseDirectory(); 347 PnaclComponentInstaller* pci) { 349 pci->set_current_version(current_version); 350 CrxComponent pnacl_component = pci->GetCrxComponent(); 353 pci->cus()->RegisterComponent(pnacl_component); 362 void StartPnaclUpdateRegistration(PnaclComponentInstaller* pci) { 364 base::FilePath path = pci->GetPnaclBaseDirectory(); 374 if (GetLatestPnaclDirectory(pci, &path, &version, &older_dirs)) { 398 if (pci->updates_disabled() [all...] |
/external/blktrace/ |
blkparse.c | 346 struct per_cpu_info *pci = &pdi->cpus[new_count]; local 348 if (!pci->fd) { 349 pci->fd = -1; 350 memset(&pci->rb_last, 0, sizeof(pci->rb_last)); 351 pci->rb_last_entries = 0; 352 pci->last_sequence = -1; 359 struct per_cpu_info *pci; local 364 pci = &pdi->cpus[cpu]; 365 pci->cpu = cpu 491 struct per_cpu_info *pci = &pdi->cpus[cpu]; local 780 struct per_cpu_info *pci = get_cpu_info(pdi, t->bit->cpu); local 839 struct per_cpu_info *pci = get_cpu_info(pdi, t->bit->cpu); local 1770 struct per_cpu_info *pci; local 1909 struct per_cpu_info *pci = NULL; local 1994 struct per_cpu_info *pci; local 2042 struct per_cpu_info *pci = NULL; local 2317 struct per_cpu_info *pci = get_cpu_info(pdi, msp->cpu); local 2413 struct per_cpu_info *pci = get_cpu_info(pdi, cpu); local 2456 struct per_cpu_info *pci; local [all...] |
blkparse_fmt.c | 162 static void print_field(char *act, struct per_cpu_info *pci, 182 fprintf(ofp, strcat(format, "d"), pci->cpu); 256 static char *parse_field(char *act, struct per_cpu_info *pci, 277 print_field(act, pci, t, elapsed, pdu_len, pdu_buf, *p++, 283 static void process_default(char *act, struct per_cpu_info *pci, 306 MAJOR(t->device), MINOR(t->device), pci->cpu, t->sequence, 418 void process_fmt(char *act, struct per_cpu_info *pci, struct blk_io_trace *t, 425 process_default(act, pci, t, elapsed, pdu_len, pdu_buf); 438 p = parse_field(act, pci, t, elapsed,
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
v3_pci.c | 57 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, 61 if (pci->pcPathLengthConstraint) 62 i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint); 67 i2a_ASN1_OBJECT(out, pci->proxyPolicy->policyLanguage); 69 if (pci->proxyPolicy->policy && pci->proxyPolicy->policy->data) 71 pci->proxyPolicy->policy->data); 246 PROXY_CERT_INFO_EXTENSION *pci = NULL; local 309 pci = PROXY_CERT_INFO_EXTENSION_new(); 310 if (!pci) [all...] |
/external/openssl/crypto/x509v3/ |
v3_pci.c | 57 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, 61 if (pci->pcPathLengthConstraint) 62 i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint); 67 i2a_ASN1_OBJECT(out, pci->proxyPolicy->policyLanguage); 69 if (pci->proxyPolicy->policy && pci->proxyPolicy->policy->data) 71 pci->proxyPolicy->policy->data); 246 PROXY_CERT_INFO_EXTENSION *pci = NULL; local 309 pci = PROXY_CERT_INFO_EXTENSION_new(); 310 if (!pci) [all...] |
/external/chromium_org/chrome/browser/nacl_host/ |
nacl_browser_delegate_impl.cc | 64 PnaclComponentInstaller* pci = local 66 if (pci) 67 pci->RequestFirstInstall(installed);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/ |
pipe_loader.h | 60 } pci; member in union:pipe_loader_device::__anon14452
|
pipe_loader_drm.c | 87 sscanf(pci_id, "%x:%x", &ddev->base.u.pci.vendor_id, 88 &ddev->base.u.pci.chip_id) != 2) 99 debug_printf("pci id for fd %d not found\n", ddev->fd); 110 if (dev->u.pci.vendor_id != driver_map[i].vendor_id) 119 if (dev->u.pci.chip_id == driver_map[i].chip_ids[j]) { 129 debug_printf("driver for %04x:%04x: %s\n", dev->u.pci.vendor_id, 130 dev->u.pci.chip_id, dev->driver_name);
|
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
pipe_loader.h | 60 } pci; member in union:pipe_loader_device::__anon24794
|
pipe_loader_drm.c | 87 sscanf(pci_id, "%x:%x", &ddev->base.u.pci.vendor_id, 88 &ddev->base.u.pci.chip_id) != 2) 99 debug_printf("pci id for fd %d not found\n", ddev->fd); 110 if (dev->u.pci.vendor_id != driver_map[i].vendor_id) 119 if (dev->u.pci.chip_id == driver_map[i].chip_ids[j]) { 129 debug_printf("driver for %04x:%04x: %s\n", dev->u.pci.vendor_id, 130 dev->u.pci.chip_id, dev->driver_name);
|
/hardware/ti/omap3/dspbridge/inc/ |
host_os.h | 76 #include <asm/pci.h> 77 #include <linux/pci.h>
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
host_os.h | 72 #include <asm/pci.h> 73 #include <linux/pci.h>
|
/external/grub/netboot/ |
natsemi.c | 58 #include "pci.h" 221 struct nic *natsemi_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci); 250 natsemi_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci) 262 vendor = pci->vendor; 263 dev_id = pci->dev_id; 264 nic_name = pci->name; 266 adjust_pci_device(pci); 269 * in PCI config space. Some boards apparently need 272 pcibios_read_config_dword(pci->bus, pci->devfn, PCIPM, &tmp) [all...] |
sis900.c | 4 sis900.c: An SiS 900/7016 PCI Fast Ethernet driver for Etherboot 19 SiS 7016 Fast Ethernet PCI Bus 10/100 Mbps LAN Controller with OnNow Support, 21 SiS 900 Fast Ethernet PCI Bus 10/100 Mbps LAN Single Chip with OnNow Support, 31 Initial Release. Tested with PCI based sis900 card and ThinkNIC 44 #include "pci.h" 76 { "SiS 900 PCI Fast Ethernet", PCI_VENDOR_ID_SIS, PCI_DEVICE_ID_SIS900, 78 { "SiS 7016 PCI Fast Ethernet",PCI_VENDOR_ID_SIS, PCI_DEVICE_ID_SIS7016, 112 // PCI to ISA bridge for SIS640E access 115 "SIS 85C503/5513 PCI to ISA bridge", 0, 0, 0, 0}, 121 struct nic *sis900_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci); [all...] |
otulip.c | 27 #include "pci.h" 66 /* XXX assume 33MHz PCI bus, this is not very accurate and should be 341 struct nic *otulip_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci) 347 vendor = pci->vendor; 348 dev_id = pci->dev_id; 350 membase = (unsigned int *)pci->membase; 353 pcibios_write_config_dword(pci->bus,pci->devfn,0x40,0x00000000);
|
davicom.c | 47 #include "pci.h" 97 /* Delay between EEPROM clock transitions. Even at 33Mhz current PCI 132 /* PCI Bus parameters */ 167 struct pci_device *pci); 505 /* Reset the chip, holding bit 0 set at least 50 PCI cycles. */ 659 struct pci_device *pci) 669 vendor = pci->vendor; 670 dev_id = pci->dev_id; 674 pcibios_write_config_dword(pci->bus, pci->devfn, 0x40, 0x00000000) [all...] |
/frameworks/base/telephony/java/android/telephony/ |
CellIdentityLte.java | 58 * @param pci Physical Cell Id 0..503 63 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) { 67 mPci = pci;
|