Searched refs:to_apr_driver (Results 1 – 2 of 2) sorted by relevance
149 adrv = to_apr_driver(svc->dev.driver); in apr_do_rx_callback()192 struct apr_driver *adrv = to_apr_driver(drv); in apr_device_match()215 struct apr_driver *adrv = to_apr_driver(dev->driver); in apr_device_probe()227 adrv = to_apr_driver(dev->driver); in apr_device_remove()
104 #define to_apr_driver(d) container_of(d, struct apr_driver, driver) macro