Searched refs:to_apr_driver (Results 1 – 2 of 2) sorted by relevance
147 adrv = to_apr_driver(svc->dev.driver); in apr_do_rx_callback()190 struct apr_driver *adrv = to_apr_driver(drv); in apr_device_match()213 struct apr_driver *adrv = to_apr_driver(dev->driver); in apr_device_probe()225 adrv = to_apr_driver(dev->driver); in apr_device_remove()
103 #define to_apr_driver(d) container_of(d, struct apr_driver, driver) macro