Searched refs:__ops (Results 1 – 4 of 4) sorted by relevance
364 #define DSA_TAG_DRIVER_NAME(__ops) dsa_tag_driver ## _ ## __ops argument369 #define DSA_TAG_DRIVER(__ops) \ argument370 static struct dsa_tag_driver DSA_TAG_DRIVER_NAME(__ops) = { \371 .ops = &__ops, \383 #define module_dsa_tag_driver(__ops) \ argument384 DSA_TAG_DRIVER(__ops); \387 &DSA_TAG_DRIVER_NAME(__ops) \
510 #define SPINAND_FACT_OTP_INFO(__npages, __start_page, __ops) \ argument516 .ops = __ops, \519 #define SPINAND_USER_OTP_INFO(__npages, __start_page, __ops) \ argument525 .ops = __ops, \
126 #define USB_DEVICE_DATA(__ops) .driver_info = (kernel_ulong_t)(__ops) argument
2672 struct drm_gpuva_ops *__ops = ops[i]; in vm_bind_ioctl_ops_unwind() local2675 if (!__ops) in vm_bind_ioctl_ops_unwind()2678 drm_gpuva_for_each_op_reverse(__op, __ops) { in vm_bind_ioctl_ops_unwind()