Searched refs:device_id_check (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/vdpa/pds/ |
D | aux_drv.c | 57 vdpa_aux->vd_mdev.device_id_check = pds_vdpa_device_id_check; in pds_vdpa_probe()
|
/Linux-v6.6/include/linux/ |
D | virtio_pci_modern.h | 43 int (*device_id_check)(struct pci_dev *pdev); member
|
/Linux-v6.6/scripts/mod/ |
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() 1499 device_id_check(mod->name, device_id, size, id_size, symval); in do_table()
|
/Linux-v6.6/drivers/virtio/ |
D | virtio_pci_modern_dev.c | 225 if (mdev->device_id_check) { in vp_modern_probe() 226 devid = mdev->device_id_check(pci_dev); in vp_modern_probe()
|