Home
last modified time | relevance | path

Searched defs:va_format (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-dbg.c22 void xhci_dbg_trace(struct xhci_hcd *xhci, void (*trace)(struct va_format *), in xhci_dbg_trace()
/openbmc/linux/include/linux/
H A Dprintk.h79 struct va_format { struct
80 const char *fmt;
81 va_list *va;
/openbmc/linux/lib/
H A Dvsprintf.c1673 static char *va_format(char *buf, char *end, struct va_format *va_fmt, in va_format() function
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c4949 void iscsi_dbg_trace(void (*trace)(struct device *dev, struct va_format *), in iscsi_dbg_trace()