Searched refs:xdrv (Results 1 – 1 of 1) sorted by relevance
43 static int visorbus_match(struct device *xdev, struct device_driver *xdrv);182 visorbus_match(struct device *xdev, struct device_driver *xdrv) in visorbus_match() argument191 drv = to_visor_driver(xdrv); in visorbus_match()487 struct device_driver *xdrv = dev->driver; in typename_show() local490 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() argument696 struct visor_driver *drv = to_visor_driver(xdrv); in DRIVER_ATTR_version()