/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
D | ltp_tpci.c | 71 static int ltp_pci_probe(struct pci_dev *pci_dev, in ltp_pci_probe() argument 86 struct pci_dev *dev; 100 struct pci_dev *dev; in probe_pci_dev() 127 struct pci_dev *dev = ltp_pci.dev; in pci_enable() 148 struct pci_dev *dev = ltp_pci.dev; in pci_disable() 213 struct pci_dev *temp = NULL; in test_find_class() 238 struct pci_dev *temp = NULL; in test_find_device() 264 struct pci_dev *temp; in test_find_subsys() 393 struct pci_dev *dev = ltp_pci.dev; in test_match_device() 456 struct pci_dev *dev = ltp_pci.dev; in test_assign_resources() [all …]
|
/external/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | st_tusb.h | 26 extern int usb_hcd_pci_probe(struct pci_dev *, const struct pci_device_id *); 27 extern void usb_hcd_pci_remove(struct pci_dev *); 28 extern int usb_hcd_pci_suspend(struct pci_dev *, u32); 29 extern int usb_hcd_pci_resume(struct pci_dev *); 60 struct pci_dev *pdev; /* pci is typical */ 102 struct pci_dev *pdev;
|
D | tusb.c | 349 struct pci_dev *pdev = in test_find_hcd() 350 (struct pci_dev *)kmalloc(sizeof(struct pci_dev), GFP_KERNEL); in test_find_hcd() 361 memcpy(ltp_usb.pdev, pdev, sizeof(struct pci_dev)); in test_find_hcd() 388 struct pci_dev *pdev = ltp_usb.pdev; in test_hcd_probe() 434 struct pci_dev *pdev = NULL; in test_hcd_remove() 465 struct pci_dev *pdev = NULL; in test_hcd_suspend() 492 struct pci_dev *pdev = NULL; in test_hcd_resume()
|
/external/autotest/client/site_tests/security_SMMLocked/src/ |
D | smm.c | 23 int check_smram(struct pci_dev *northbridge, int offset) in check_smram() 47 int guess_offset(struct pci_dev *northbridge) in guess_offset() 136 struct pci_dev *device; in main()
|
/external/libdrm/intel/ |
D | intel_bufmgr.c | 331 struct pci_device *pci_dev; in drm_intel_probe_agp_aperture_size() local 340 pci_dev = pci_device_find_by_slot(0, 0, 2, 0); in drm_intel_probe_agp_aperture_size() 341 if (pci_dev == NULL) in drm_intel_probe_agp_aperture_size() 344 ret = pci_device_probe(pci_dev); in drm_intel_probe_agp_aperture_size() 348 size = pci_dev->regions[2].size; in drm_intel_probe_agp_aperture_size()
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | gw_ventana.c | 509 struct pci_dev { struct 515 struct pci_dev *ppar; argument 517 struct pci_dev pci_devs[MAX_PCI_DEVS]; 527 struct pci_dev *pdev = &pci_devs[pci_devno++]; in board_pci_fixup_dev() 883 int fdt_add_pci_node(void *blob, int par, struct pci_dev *dev) in fdt_add_pci_node() 909 int fdt_add_pci_path(void *blob, struct pci_dev *dev) in fdt_add_pci_path() 911 struct pci_dev *bridges[MAX_PCI_DEVS]; in fdt_add_pci_path() 941 int fdt_fixup_gw16082(void *blob, int np, struct pci_dev *dev) in fdt_fixup_gw16082() 975 struct pci_dev *d; in fdt_fixup_gw16082() 1030 int fdt_fixup_sky2(void *blob, int np, struct pci_dev *dev) in fdt_fixup_sky2() [all …]
|
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | tagp.c | 579 struct pci_dev *pdev; // = (struct pci_dev *)kmalloc(sizeof(struct pci_dev), GFP_KERNEL); in test_pci_find_device() 619 static int __init agp_test_probe(struct pci_dev *pdev, in agp_test_probe() 628 static void __devexit agp_test_remove(struct pci_dev *pdev) in agp_test_remove()
|
D | str_agp.h | 134 struct pci_dev *dev; 370 int (*chipset_setup) (struct pci_dev *pdev); // used to override generic
|
/external/mesa3d/src/amd/common/ |
D | ac_gpu_info.c | 116 info->pci_dev = devinfo->businfo.pci->dev; in ac_query_gpu_info() 372 uint_uuid[2] = info->pci_dev; in ac_compute_device_uuid() 380 info->pci_dev, info->pci_func); in ac_print_gpu_info()
|
D | ac_gpu_info.h | 46 uint32_t pci_dev; member
|
/external/u-boot/include/linux/ |
D | ioport.h | 29 struct pci_dev *dev;
|
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/ |
D | README | 81 and for example in my pci testcase, I need a struct pci_dev *
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_screen.c | 301 return r300screen->info.pci_dev; in r300_get_param()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 347 return sscreen->info.pci_dev; in si_get_param()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 516 return rscreen->b.info.pci_dev; in r600_get_param()
|
D | r600_pipe_common.c | 1345 rscreen->info.pci_dev, rscreen->info.pci_func); in r600_common_screen_init()
|