Searched refs:to_apr_device (Results 1 – 2 of 2) sorted by relevance
156 struct apr_device *adev = to_apr_device(dev); in apr_dev_release() 343 struct apr_device *adev = to_apr_device(dev); in apr_device_match() 366 struct apr_device *adev = to_apr_device(dev); in apr_device_probe() 379 struct apr_device *adev = to_apr_device(dev); in apr_device_remove() 392 const struct apr_device *adev = to_apr_device(dev); in apr_uevent() 565 struct apr_device *adev = to_apr_device(dev); in apr_remove_device()
151 #define to_apr_device(d) container_of(d, struct apr_device, dev) macro