Home
last modified time | relevance | path

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

/linux/drivers/vdpa/pds/
H A Daux_drv.c57 vdpa_aux->vd_mdev.device_id_check = pds_vdpa_device_id_check; in pds_vdpa_probe()
/linux/include/linux/
H A Dvirtio_pci_modern.h49 int (*device_id_check)(struct pci_dev *pdev); member
/linux/scripts/mod/
H A 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()
1534 device_id_check(mod->name, device_id, size, id_size, symval); in do_table()
/linux/drivers/virtio/
H A Dvirtio_pci_modern_dev.c233 if (mdev->device_id_check) { in vp_modern_probe()
234 devid = mdev->device_id_check(pci_dev); in vp_modern_probe()