Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/w1/masters/
Dds2490.c227 static inline void ds_print_msg(unsigned char *buf, unsigned char *str, int off) in ds_print_msg() function
242 ds_print_msg(buf, "enable flag", 0); in ds_dump_status()
243 ds_print_msg(buf, "1-wire speed", 1); in ds_dump_status()
244 ds_print_msg(buf, "strong pullup duration", 2); in ds_dump_status()
245 ds_print_msg(buf, "programming pulse duration", 3); in ds_dump_status()
246 ds_print_msg(buf, "pulldown slew rate control", 4); in ds_dump_status()
247 ds_print_msg(buf, "write-1 low time", 5); in ds_dump_status()
248 ds_print_msg(buf, "data sample offset/write-0 recovery time", in ds_dump_status()
250 ds_print_msg(buf, "reserved (test register)", 7); in ds_dump_status()
251 ds_print_msg(buf, "device status flags", 8); in ds_dump_status()
[all …]