Searched refs:device_id_check (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/vdpa/pds/ |
H A D | aux_drv.c | 57 vdpa_aux->vd_mdev.device_id_check = pds_vdpa_device_id_check; in pds_vdpa_probe()
|
/linux/include/linux/ |
H A D | virtio_pci_modern.h | 49 int (*device_id_check)(struct pci_dev *pdev); member
|
/linux/scripts/mod/ |
H A D | file2alias.c | 140 static void device_id_check(const char *modname, const char *device_id, in device_id_check() function 347 device_id_check(mod->name, "usb", size, id_size, symval); in do_usb_table() 390 device_id_check(mod->name, "of", size, id_size, symval); in do_of_table() 604 device_id_check(mod->name, "pnp", size, id_size, symval); in do_pnp_device_entry() 630 device_id_check(mod->name, "pnp", size, id_size, symval); in do_pnp_card_entries() 1534 device_id_check(mod->name, device_id, size, id_size, symval); in do_table()
|
/linux/drivers/virtio/ |
H A D | virtio_pci_modern_dev.c | 233 if (mdev->device_id_check) { in vp_modern_probe() 234 devid = mdev->device_id_check(pci_dev); in vp_modern_probe()
|