Lines Matching refs:buf
115 char buf [46], tmp [7], byte; in dbg_hcs_params() local
117 buf[0] = 0; in dbg_hcs_params()
123 strcat(buf, tmp); in dbg_hcs_params()
126 label, buf); in dbg_hcs_params()
219 static int dbg_status_buf (char *buf, unsigned len, char *label, U32 status) in dbg_status_buf() argument
221 return snprintf (buf, len, in dbg_status_buf()
255 static int dbg_intr_buf (char *buf, unsigned len, char *label, U32 enable) in dbg_intr_buf() argument
257 return snprintf (buf, len, in dbg_intr_buf()
308 static int dbg_command_buf (char *buf, unsigned len, char *label, U32 command) in dbg_command_buf() argument
310 return snprintf (buf, len, in dbg_command_buf()
345 dbg_port_buf (char *buf, unsigned len, char *label, int port, U32 status) in dbg_port_buf() argument
375 return snprintf (buf, len, in dbg_port_buf()
415 static inline int dbg_status_buf (char *buf, unsigned len, char *label, U32 status) in dbg_status_buf() argument
418 static inline int dbg_command_buf (char *buf, unsigned len, char *label, U32 command) in dbg_command_buf() argument
421 static inline int dbg_intr_buf (char *buf, unsigned len, char *label, U32 enable) in dbg_intr_buf() argument
424 static inline int dbg_port_buf (char *buf, unsigned len, char *label, int port, U32 status) in dbg_port_buf() argument
648 static ssize_t show_async (struct usb_bus *bus, char *buf) in show_async() argument
659 next = buf; in show_async()
675 return strlen (buf); in show_async()
698 static ssize_t show_periodic (struct usb_bus *bus, char *buf) in show_periodic() argument
715 next = buf; in show_periodic()
934 show_registers (struct usb_bus *bus, char *buf) in show_registers() argument
946 next = buf; in show_registers()