Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorbus_main.c43 static int visorbus_match(struct device *xdev, struct device_driver *xdrv);
182 visorbus_match(struct device *xdev, struct device_driver *xdrv) in visorbus_match() argument
191 drv = to_visor_driver(xdrv); in visorbus_match()
487 struct device_driver *xdrv = dev->driver; in typename_show() local
490 if (!vdev->visorchannel || !xbus || !xdrv) in typename_show()
492 i = xbus->match(dev, xdrv); in typename_show()
495 drv = to_visor_driver(xdrv); in typename_show()
694 DRIVER_ATTR_version(struct device_driver *xdrv, char *buf) in DRIVER_ATTR_version() argument
696 struct visor_driver *drv = to_visor_driver(xdrv); in DRIVER_ATTR_version()