Lines Matching refs:seq
332 static void *discovery_seq_start(struct seq_file *seq, loff_t *pos) in discovery_seq_start() argument
338 static void *discovery_seq_next(struct seq_file *seq, void *v, loff_t *pos) in discovery_seq_next() argument
346 static void discovery_seq_stop(struct seq_file *seq, void *v) in discovery_seq_stop() argument
351 static int discovery_seq_show(struct seq_file *seq, void *v) in discovery_seq_show() argument
354 seq_puts(seq, "IrLMP: Discovery log:\n\n"); in discovery_seq_show()
358 seq_printf(seq, "nickname: %s, hint: 0x%02x%02x", in discovery_seq_show()
364 seq_puts(seq, "PnP Compatible "); in discovery_seq_show()
366 seq_puts(seq, "PDA/Palmtop "); in discovery_seq_show()
368 seq_puts(seq, "Computer "); in discovery_seq_show()
370 seq_puts(seq, "Printer "); in discovery_seq_show()
372 seq_puts(seq, "Modem "); in discovery_seq_show()
374 seq_puts(seq, "Fax "); in discovery_seq_show()
376 seq_puts(seq, "LAN Access "); in discovery_seq_show()
379 seq_puts(seq, "Telephony "); in discovery_seq_show()
381 seq_puts(seq, "File Server "); in discovery_seq_show()
383 seq_puts(seq, "IrCOMM "); in discovery_seq_show()
385 seq_puts(seq, "IrOBEX "); in discovery_seq_show()
387 seq_printf(seq,", saddr: 0x%08x, daddr: 0x%08x\n\n", in discovery_seq_show()
391 seq_putc(seq, '\n'); in discovery_seq_show()