Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dtag.h358 #define DSA_TAG_DRIVER_NAME(__ops) dsa_tag_driver ## _ ## __ops argument
363 #define DSA_TAG_DRIVER(__ops) \ argument
364 static struct dsa_tag_driver DSA_TAG_DRIVER_NAME(__ops) = { \
365 .ops = &__ops, \
377 #define module_dsa_tag_driver(__ops) \ argument
378 DSA_TAG_DRIVER(__ops); \
381 &DSA_TAG_DRIVER_NAME(__ops) \
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c2339 struct drm_gpuva_ops *__ops = ops[i]; in vm_bind_ioctl_ops_unwind() local
2342 if (!__ops) in vm_bind_ioctl_ops_unwind()
2345 drm_gpuva_for_each_op_reverse(__op, __ops) { in vm_bind_ioctl_ops_unwind()
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c126 #define USB_DEVICE_DATA(__ops) .driver_info = (kernel_ulong_t)(__ops) argument