Searched refs:__ops (Results 1 – 3 of 3) sorted by relevance
382 #define DSA_TAG_DRIVER_NAME(__ops) dsa_tag_driver ## _ ## __ops387 #define DSA_TAG_DRIVER(__ops) \388 static struct dsa_tag_driver DSA_TAG_DRIVER_NAME(__ops) = { \389 .ops = &__ops, \395 * @__ops: Single tag driver structures401 #define module_dsa_tag_driver(__ops) \402 DSA_TAG_DRIVER(__ops); \405 &DSA_TAG_DRIVER_NAME(__ops) \364 DSA_TAG_DRIVER_NAME(__ops) global() argument 369 DSA_TAG_DRIVER(__ops) global() argument 383 module_dsa_tag_driver(__ops) global() argument
126 #define USB_DEVICE_DATA(__ops) .driver_info = (kernel_ulong_t)(__ops) argument
2858 struct drm_gpuva_ops *__ops = ops[i]; in vm_bind_ioctl_ops_unwind() local2861 if (!__ops) in vm_bind_ioctl_ops_unwind()2864 drm_gpuva_for_each_op_reverse(__op, __ops) { in vm_bind_ioctl_ops_unwind()