Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rapidio/
Drio-driver.c88 struct rio_driver *rdrv = to_rio_driver(dev->driver); in rio_device_probe()
197 struct rio_driver *rdrv = to_rio_driver(drv); in rio_match_bus()
/Linux-v4.19/include/linux/
Drio.h472 #define to_rio_driver(drv) container_of(drv,struct rio_driver, driver) macro