Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vdpa/pds/
Daux_drv.c57 vdpa_aux->vd_mdev.device_id_check = pds_vdpa_device_id_check; in pds_vdpa_probe()
/Linux-v6.6/include/linux/
Dvirtio_pci_modern.h43 int (*device_id_check)(struct pci_dev *pdev); member
/Linux-v6.6/scripts/mod/
Dfile2alias.c140 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/
Dvirtio_pci_modern_dev.c225 if (mdev->device_id_check) { in vp_modern_probe()
226 devid = mdev->device_id_check(pci_dev); in vp_modern_probe()