Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/visorbus/
Dvisorbus_main.c131 static int visorbus_match(struct device *xdev, struct device_driver *xdrv) in visorbus_match() argument
141 drv = to_visor_driver(xdrv); in visorbus_match()
295 struct device_driver *xdrv = dev->driver; in typename_show() local
298 if (!xdrv) in typename_show()
300 i = xbus->match(dev, xdrv); in typename_show()
303 drv = to_visor_driver(xdrv); in typename_show()