D | tps65010.c | 66 unsigned por:1; member 118 static void dbg_chgconf(int por, char *buf, size_t len, u8 chgconfig) in dbg_chgconf() argument 122 if (por) in dbg_chgconf() 124 ? "POR=69ms" : "POR=1sec"; in dbg_chgconf() 164 static void show_chgconfig(int por, const char *label, u8 chgconfig) in show_chgconfig() argument 168 dbg_chgconf(por, buf, sizeof buf, chgconfig); in show_chgconfig() 176 static inline void show_chgconfig(int por, const char *label, u8 chgconfig) { } in show_chgconfig() argument 213 dbg_chgconf(tps->por, buf, sizeof buf, value); in dbg_show() 356 show_chgconfig(tps->por, "conf", tps->chgconf); in tps65010_interrupt() 423 show_chgconfig(tps->por, "update vbus", tmp); in tps65010_work() [all …]
|