Home
last modified time | relevance | path

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

/include/trace/events/
Discsi.h23 TP_PROTO(struct device *dev, struct va_format *vaf),
25 TP_ARGS(dev, vaf),
34 vsnprintf(__get_str(msg), ISCSI_MSG_MAX, vaf->fmt, *vaf->va);
45 TP_PROTO(struct device *dev, struct va_format *vaf),
47 TP_ARGS(dev, vaf)
54 TP_PROTO(struct device *dev, struct va_format *vaf),
56 TP_ARGS(dev, vaf)
63 TP_PROTO(struct device *dev, struct va_format *vaf),
65 TP_ARGS(dev, vaf)
72 TP_PROTO(struct device *dev, struct va_format *vaf),
[all …]
/include/drm/
Ddrm_print.h74 void (*printfn)(struct drm_printer *p, struct va_format *vaf);
80 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf);
82 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf);
84 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf);
85 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf);
102 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf() local
104 p->printfn(p, &vaf); in drm_vprintf()
/include/linux/
Ddevice.h1780 struct va_format *vaf) in __dev_printk() argument