Home
last modified time | relevance | path

Searched refs:__ops (Results 1 – 3 of 3) sorted by relevance

/linux/net/dsa/
H A Dtag.h382 #define DSA_TAG_DRIVER_NAME(__ops) dsa_tag_driver ## _ ## __ops
387 #define DSA_TAG_DRIVER(__ops) \
388 static struct dsa_tag_driver DSA_TAG_DRIVER_NAME(__ops) = { \
389 .ops = &__ops, \
395 * @__ops: Single tag driver structures
401 #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
/linux/include/linux/mtd/
H A Dspinand.h639 #define SPINAND_INFO_VENDOR_OPS(__ops) \ argument
640 .vendor_ops = __ops
657 #define SPINAND_FACT_OTP_INFO(__npages, __start_page, __ops) \ argument
663 .ops = __ops, \
666 #define SPINAND_USER_OTP_INFO(__npages, __start_page, __ops) \ argument
672 .ops = __ops, \
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c2997 struct drm_gpuva_ops *__ops = ops[i]; in vm_bind_ioctl_ops_unwind() local
3000 if (!__ops) in vm_bind_ioctl_ops_unwind()
3003 drm_gpuva_for_each_op_reverse(__op, __ops) { in vm_bind_ioctl_ops_unwind()