Lines Matching defs:buf
115 char buf [46], tmp [7], byte; in dbg_hcs_params() local
219 static int dbg_status_buf (char *buf, unsigned len, char *label, U32 status) in dbg_status_buf()
255 static int dbg_intr_buf (char *buf, unsigned len, char *label, U32 enable) in dbg_intr_buf()
308 static int dbg_command_buf (char *buf, unsigned len, char *label, U32 command) in dbg_command_buf()
345 dbg_port_buf (char *buf, unsigned len, char *label, int port, U32 status) in dbg_port_buf()
415 static inline int dbg_status_buf (char *buf, unsigned len, char *label, U32 status) in dbg_status_buf()
418 static inline int dbg_command_buf (char *buf, unsigned len, char *label, U32 command) in dbg_command_buf()
421 static inline int dbg_intr_buf (char *buf, unsigned len, char *label, U32 enable) in dbg_intr_buf()
424 static inline int dbg_port_buf (char *buf, unsigned len, char *label, int port, U32 status) in dbg_port_buf()
648 static ssize_t show_async (struct usb_bus *bus, char *buf) in show_async()
698 static ssize_t show_periodic (struct usb_bus *bus, char *buf) in show_periodic()
934 show_registers (struct usb_bus *bus, char *buf) in show_registers()