Searched refs:to_apr_device (Results 1 – 2 of 2) sorted by relevance
69 struct apr_device *adev = to_apr_device(dev); in apr_dev_release()191 struct apr_device *adev = to_apr_device(dev); in apr_device_match()214 struct apr_device *adev = to_apr_device(dev); in apr_device_probe()222 struct apr_device *adev = to_apr_device(dev); in apr_device_remove()240 struct apr_device *adev = to_apr_device(dev); in apr_uevent()389 struct apr_device *adev = to_apr_device(dev); in apr_remove_device()
93 #define to_apr_device(d) container_of(d, struct apr_device, dev) macro