Searched refs:to_apr_device (Results 1 – 2 of 2) sorted by relevance
56 struct apr_device *adev = to_apr_device(dev); in apr_dev_release()137 struct apr_device *adev = to_apr_device(dev); in apr_device_match()160 struct apr_device *adev = to_apr_device(dev); in apr_device_probe()168 struct apr_device *adev = to_apr_device(dev); in apr_device_remove()186 struct apr_device *adev = to_apr_device(dev); in apr_uevent()297 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