Home
last modified time | relevance | path

Searched refs:pci_device_id (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_pci.h50 const struct pci_device_id *ent,
54 const struct pci_device_id *ent, in drm_get_pci_dev()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_pci.c96 struct pci_device_id { struct
146 static const struct pci_device_id *
147 ath_pci_probe_device(device_t dev, const struct pci_device_id *dev_table, int nentries) in ath_pci_probe_device()
253 const struct pci_device_id *pd; in ath_pci_attach()
H A Dif_ath_pci_devlist.h32 static const struct pci_device_id ath_pci_id_table[] = {
/dragonfly/sys/dev/drm/include/linux/
H A Dpci.h57 struct pci_device_id { struct
106 const struct pci_device_id *id_table;
107 int (*probe)(struct pci_dev *dev, const struct pci_device_id *id);
/dragonfly/sys/dev/drm/i915/
H A Di915_pci.c586 static const struct pci_device_id pciidlist[] = {
652 static int i915_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in i915_pci_probe()
753 const struct pci_device_id *ent; in i915_pci_probe_dfly()
H A Dintel_lpe_audio.c192 static const struct pci_device_id atom_hdaudio_ids[] = {
H A Di915_drv.c922 const struct pci_device_id *ent) in i915_driver_init_early()
1356 int i915_driver_load(struct pci_dev *pdev, const struct pci_device_id *ent) in i915_driver_load()
H A Di915_drv.h3311 const struct pci_device_id *ent);
/dragonfly/sys/dev/drm/
H A Ddrm_pci.c240 int drm_get_pci_dev(struct pci_dev *pdev, const struct pci_device_id *ent, in drm_get_pci_dev()
305 const struct pci_device_id *pid; in drm_legacy_pci_init()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_drv.c343 static struct pci_device_id pciidlist[] = {
377 const struct pci_device_id *ent) in radeon_pci_probe()
714 const struct pci_device_id *ent; in radeon_pci_probe_dfly()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_drv.c534 static const struct pci_device_id pciidlist[] = {
822 const struct pci_device_id *ent) in amdgpu_pci_probe()
928 const struct pci_device_id *ent; /* XXX hack */
/dragonfly/sys/dev/virtual/amazon/ena/
H A Dena.c311 uint16_t pci_device_id = 0; in ena_probe() local
314 pci_device_id = pci_get_device(dev); in ena_probe()
319 (pci_device_id == ent->device_id)) { in ena_probe()
321 pci_vendor_id, pci_device_id); in ena_probe()
/dragonfly/sys/dev/netif/oce/
H A Doce_hw.h1849 uint16_t pci_device_id; member