Searched refs:__ops (Results 1 – 3 of 3) sorted by relevance
358 #define DSA_TAG_DRIVER_NAME(__ops) dsa_tag_driver ## _ ## __ops argument363 #define DSA_TAG_DRIVER(__ops) \ argument364 static struct dsa_tag_driver DSA_TAG_DRIVER_NAME(__ops) = { \365 .ops = &__ops, \377 #define module_dsa_tag_driver(__ops) \ argument378 DSA_TAG_DRIVER(__ops); \381 &DSA_TAG_DRIVER_NAME(__ops) \
2339 struct drm_gpuva_ops *__ops = ops[i]; in vm_bind_ioctl_ops_unwind() local2342 if (!__ops) in vm_bind_ioctl_ops_unwind()2345 drm_gpuva_for_each_op_reverse(__op, __ops) { in vm_bind_ioctl_ops_unwind()
126 #define USB_DEVICE_DATA(__ops) .driver_info = (kernel_ulong_t)(__ops) argument