Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/visorbus/
H A Dvisorbus_main.c127 * @xdrv: struct device_driver for driver to match device against
131 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()

Completed in 2 milliseconds