Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe.h59 extern int xenbus_match(struct device *_dev, struct device_driver *_drv);
Dxenbus_probe_backend.c198 .match = xenbus_match,
Dxenbus_probe.c93 int xenbus_match(struct device *_dev, struct device_driver *_drv) in xenbus_match() function
102 EXPORT_SYMBOL_GPL(xenbus_match);
Dxenbus_probe_frontend.c152 .match = xenbus_match,