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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/
H A Ddriver.c43 static const struct pnp_device_id *match_device(struct pnp_driver *drv, function
107 dev_id = match_device(pnp_drv, pnp_dev);
152 if (match_device(pnp_drv, pnp_dev) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Ddrivers.c97 * match_device - Report whether this driver can handle this device
101 static int match_device(struct parisc_driver *driver, struct parisc_device *dev) function
192 if (match_device(m->driver, pdev))
547 return match_device(to_parisc_driver(drv), to_parisc_device(dev));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_probe.c85 match_device(const struct xenbus_device_id *arr, struct xenbus_device *dev) function
101 return match_device(drv->ids, to_xenbus_device(_dev)) != NULL;
281 id = match_device(drv->ids, dev);

Completed in 71 milliseconds