Searched refs:device_id_check (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dvirtio_pci_modern.h23 * @device_id_check: Callback defined before vp_modern_probe() to be used to
49 int (*device_id_check)(struct pci_dev *pdev); member in struct:virtio_pci_modern_device
/linux-master/drivers/vdpa/pds/
H A Daux_drv.c57 vdpa_aux->vd_mdev.device_id_check = pds_vdpa_device_id_check;
/linux-master/scripts/mod/
H A Dfile2alias.c140 static void device_id_check(const char *modname, const char *device_id, function
347 device_id_check(mod->name, "usb", size, id_size, symval);
390 device_id_check(mod->name, "of", size, id_size, symval);
604 device_id_check(mod->name, "pnp", size, id_size, symval);
630 device_id_check(mod->name, "pnp", size, id_size, symval);
1524 device_id_check(mod->name, device_id, size, id_size, symval);
/linux-master/drivers/virtio/
H A Dvirtio_pci_modern_dev.c233 if (mdev->device_id_check) {
234 devid = mdev->device_id_check(pci_dev);

Completed in 226 milliseconds