| /linux/drivers/acpi/acpica/ |
| H A D | hwpci.c | 36 acpi_hw_process_pci_list(struct acpi_pci_id *pci_id, 42 acpi_hw_get_pci_device_info(struct acpi_pci_id *pci_id, 86 acpi_hw_derive_pci_id(struct acpi_pci_id *pci_id, in acpi_hw_derive_pci_id() argument 94 if (!pci_id) { in acpi_hw_derive_pci_id() 106 status = acpi_hw_process_pci_list(pci_id, list_head); in acpi_hw_derive_pci_id() 205 acpi_hw_process_pci_list(struct acpi_pci_id *pci_id, in acpi_hw_process_pci_list() argument 217 pci_id->segment, pci_id->bus, pci_id->device, in acpi_hw_process_pci_list() 218 pci_id->function)); in acpi_hw_process_pci_list() 220 bus_number = pci_id->bus; in acpi_hw_process_pci_list() 231 status = acpi_hw_get_pci_device_info(pci_id, info->device, in acpi_hw_process_pci_list() [all …]
|
| H A D | evrgnini.c | 137 struct acpi_pci_id *pci_id = *region_context; in acpi_ev_pci_config_region_setup() local 161 if (pci_id) { in acpi_ev_pci_config_region_setup() 162 ACPI_FREE(pci_id); in acpi_ev_pci_config_region_setup() 232 pci_id = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_pci_id)); in acpi_ev_pci_config_region_setup() 233 if (!pci_id) { in acpi_ev_pci_config_region_setup() 250 ACPI_FREE(pci_id); in acpi_ev_pci_config_region_setup() 266 pci_id->device = ACPI_HIWORD(ACPI_LODWORD(pci_value)); in acpi_ev_pci_config_region_setup() 267 pci_id->function = ACPI_LOWORD(ACPI_LODWORD(pci_value)); in acpi_ev_pci_config_region_setup() 275 pci_id->segment = ACPI_LOWORD(pci_value); in acpi_ev_pci_config_region_setup() 283 pci_id->bus = ACPI_LOWORD(pci_value); in acpi_ev_pci_config_region_setup() [all …]
|
| H A D | exregion.c | 350 struct acpi_pci_id *pci_id; in acpi_ex_pci_config_space_handler() local 367 pci_id = (struct acpi_pci_id *)region_context; in acpi_ex_pci_config_space_handler() 373 function, bit_width, pci_id->segment, pci_id->bus, in acpi_ex_pci_config_space_handler() 374 pci_id->device, pci_id->function, pci_register)); in acpi_ex_pci_config_space_handler() 381 acpi_os_read_pci_configuration(pci_id, pci_register, value, in acpi_ex_pci_config_space_handler() 388 acpi_os_write_pci_configuration(pci_id, pci_register, in acpi_ex_pci_config_space_handler()
|
| H A D | achware.h | 118 acpi_hw_derive_pci_id(struct acpi_pci_id *pci_id, 122 acpi_hw_derive_pci_id(struct acpi_pci_id *pci_id, acpi_handle root_pci_device, in acpi_hw_derive_pci_id() argument
|
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci.c | 156 const struct pci_device_id *pci_id) in __snd_card_ymfpci_probe() argument 181 switch (pci_id->device) { in __snd_card_ymfpci_probe() 201 if (pci_id->device >= 0x0010) { /* YMF 744/754 */ in __snd_card_ymfpci_probe() 352 const struct pci_device_id *pci_id) in snd_card_ymfpci_probe() argument 354 return snd_card_free_on_error(&pci->dev, __snd_card_ymfpci_probe(pci, pci_id)); in snd_card_ymfpci_probe()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | amd5536udc_pci.c | 195 static const struct pci_device_id pci_id[] = { variable 203 MODULE_DEVICE_TABLE(pci, pci_id); 208 .id_table = pci_id,
|
| /linux/sound/soc/sof/amd/ |
| H A D | pci-vangogh.c | 59 static int acp_pci_vgh_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) in acp_pci_vgh_probe() argument 70 return sof_pci_probe(pci, pci_id); in acp_pci_vgh_probe()
|
| H A D | pci-acp70.c | 73 static int acp70_pci_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) in acp70_pci_probe() argument 90 return sof_pci_probe(pci, pci_id); in acp70_pci_probe()
|
| /linux/drivers/vfio/pci/pds/ |
| H A D | vfio_dev.c | 122 int err, vf_id, pci_id; in pds_vfio_init_device() local 140 pci_id = PCI_DEVID(pdev->bus->number, pdev->devfn); in pds_vfio_init_device() 143 __func__, pci_dev_id(pci_physfn(pdev)), pci_id, vf_id, in pds_vfio_init_device()
|
| /linux/sound/pci/au88x0/ |
| H A D | au88x0.c | 195 __snd_vortex_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) in __snd_vortex_probe() argument 313 snd_vortex_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) in snd_vortex_probe() argument 315 return snd_card_free_on_error(&pci->dev, __snd_vortex_probe(pci, pci_id)); in snd_vortex_probe()
|
| /linux/sound/pci/ctxfi/ |
| H A D | xfi.c | 56 ct_card_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) in ct_card_probe() argument 90 pci_id->driver_data, subsystem[dev], &atc); in ct_card_probe()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hnae3.c | 15 const struct pci_device_id *pci_id; in hnae3_unregister_ae_algo_prepare() local 25 pci_id = pci_match_id(ae_algo->pdev_id_table, ae_dev->pdev); in hnae3_unregister_ae_algo_prepare() 26 if (!pci_id) in hnae3_unregister_ae_algo_prepare()
|
| /linux/sound/soc/sof/ |
| H A D | sof-pci-dev.h | 13 int sof_pci_probe(struct pci_dev *pci, const struct pci_device_id *pci_id);
|
| H A D | sof-pci-dev.c | 190 int sof_pci_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) in sof_pci_probe() argument 195 (const struct sof_dev_desc *)pci_id->driver_data; in sof_pci_probe()
|
| /linux/sound/pci/vx222/ |
| H A D | vx222.c | 147 const struct pci_device_id *pci_id) in snd_vx222_probe() argument 167 switch ((int)pci_id->driver_data) { in snd_vx222_probe()
|
| /linux/sound/pci/asihpi/ |
| H A D | hpioctl.h | 12 const struct pci_device_id *pci_id);
|
| /linux/drivers/media/pci/mantis/ |
| H A D | hopper_cards.c | 145 const struct pci_device_id *pci_id) in hopper_pci_probe() argument 158 drvdata = (void *)pci_id->driver_data; in hopper_pci_probe()
|
| H A D | mantis_cards.c | 154 const struct pci_device_id *pci_id) in mantis_pci_probe() argument 165 drvdata = (void *)pci_id->driver_data; in mantis_pci_probe()
|
| /linux/arch/mips/include/asm/mach-ath25/ |
| H A D | ath25_platform.h | 52 u16 pci_id; /* Pseudo PCIID for common code */ member
|
| /linux/include/acpi/ |
| H A D | acpiosxf.h | 296 acpi_os_read_pci_configuration(struct acpi_pci_id *pci_id, 302 acpi_os_write_pci_configuration(struct acpi_pci_id *pci_id,
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_netvf_main.c | 78 const struct pci_device_id *pci_id) in nfp_netvf_pci_probe() argument 94 dev_info = &nfp_dev_info[pci_id->driver_data]; in nfp_netvf_pci_probe()
|
| /linux/drivers/media/pci/tw686x/ |
| H A D | tw686x-core.c | 241 const struct pci_device_id *pci_id) in tw686x_probe() argument 249 dev->type = pci_id->driver_data; in tw686x_probe()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_device.c | 668 static struct octeon_device *octeon_allocate_device_mem(u32 pci_id, in octeon_allocate_device_mem() argument 675 switch (pci_id) { in octeon_allocate_device_mem() 690 pci_id); in octeon_allocate_device_mem() 720 struct octeon_device *octeon_allocate_device(u32 pci_id, in octeon_allocate_device() argument 733 oct = octeon_allocate_device_mem(pci_id, priv_size); in octeon_allocate_device()
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx.c | 55 const struct pci_device_id *pci_id) in snd_card_cs46xx_probe() argument
|
| /linux/sound/pci/trident/ |
| H A D | trident.c | 50 const struct pci_device_id *pci_id) in snd_trident_probe() argument
|