Searched refs:match_device (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/pnp/
H A Ddriver.c44 static const struct pnp_device_id *match_device(struct pnp_driver *drv, function
109 dev_id = match_device(pnp_drv, pnp_dev);
158 if (match_device(pnp_drv, pnp_dev) == NULL)
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe.c84 match_device(const struct xenbus_device_id *arr, struct xenbus_device *dev) function
100 return match_device(drv->ids, to_xenbus_device(_dev)) != NULL;
282 id = match_device(drv->ids, dev);
/linux-master/arch/parisc/kernel/
H A Ddrivers.c96 * match_device - Report whether this driver can handle this device
100 static int match_device(struct parisc_driver *driver, struct parisc_device *dev) function
189 if (match_device(m->driver, pdev))
553 return match_device(to_parisc_driver(drv), to_parisc_device(dev));

Completed in 250 milliseconds