Home
last modified time | relevance | path

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

/linux/drivers/pnp/
A Ddriver.c44 static const struct pnp_device_id *match_device(struct pnp_driver *drv, in match_device() function
109 dev_id = match_device(pnp_drv, pnp_dev); in pnp_device_probe()
158 if (match_device(pnp_drv, pnp_dev) == NULL) in pnp_bus_match()
/linux/drivers/xen/xenbus/
A Dxenbus_probe.c83 match_device(const struct xenbus_device_id *arr, struct xenbus_device *dev) in match_device() function
99 return match_device(drv->ids, to_xenbus_device(_dev)) != NULL; in xenbus_match()
281 id = match_device(drv->ids, dev); in xenbus_dev_probe()
/linux/arch/parisc/kernel/
A Ddrivers.c100 static int match_device(struct parisc_driver *driver, struct parisc_device *dev) in match_device() function
189 if (match_device(m->driver, pdev)) in match_and_count()
553 return match_device(to_parisc_driver(drv), to_parisc_device(dev)); in parisc_generic_match()

Completed in 9 milliseconds