Searched refs:to_apr_device (Results 1 – 2 of 2) sorted by relevance
67 struct apr_device *adev = to_apr_device(dev); in apr_dev_release()189 struct apr_device *adev = to_apr_device(dev); in apr_device_match()212 struct apr_device *adev = to_apr_device(dev); in apr_device_probe()220 struct apr_device *adev = to_apr_device(dev); in apr_device_remove()238 struct apr_device *adev = to_apr_device(dev); in apr_uevent()357 struct apr_device *adev = to_apr_device(dev); in apr_remove_device()
92 #define to_apr_device(d) container_of(d, struct apr_device, dev) macro