Searched refs:ds_print_msg (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/w1/masters/ |
D | ds2490.c | 269 static inline void ds_print_msg(unsigned char *buf, unsigned char *str, int off) in ds_print_msg() function 284 ds_print_msg(buf, "enable flag", 0); in ds_dump_status() 285 ds_print_msg(buf, "1-wire speed", 1); in ds_dump_status() 286 ds_print_msg(buf, "strong pullup duration", 2); in ds_dump_status() 287 ds_print_msg(buf, "programming pulse duration", 3); in ds_dump_status() 288 ds_print_msg(buf, "pulldown slew rate control", 4); in ds_dump_status() 289 ds_print_msg(buf, "write-1 low time", 5); in ds_dump_status() 290 ds_print_msg(buf, "data sample offset/write-0 recovery time", in ds_dump_status() 292 ds_print_msg(buf, "reserved (test register)", 7); in ds_dump_status() 293 ds_print_msg(buf, "device status flags", 8); in ds_dump_status() [all …]
|