match_device      189 arch/parisc/kernel/drivers.c 		if (match_device(m->driver, pdev))
match_device      553 arch/parisc/kernel/drivers.c 	return match_device(to_parisc_driver(drv), to_parisc_device(dev));
match_device      107 drivers/pnp/driver.c 		dev_id = match_device(pnp_drv, pnp_dev);
match_device      157 drivers/pnp/driver.c 	if (match_device(pnp_drv, pnp_dev) == NULL)
match_device       99 drivers/xen/xenbus/xenbus_probe.c 	return match_device(drv->ids, to_xenbus_device(_dev)) != NULL;
match_device      222 drivers/xen/xenbus/xenbus_probe.c 	id = match_device(drv->ids, dev);