Searched refs:chgconfig (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | tps65010.c | 118 static void dbg_chgconf(int por, char *buf, size_t len, u8 chgconfig) in dbg_chgconf() argument 123 hibit = (chgconfig & TPS_CHARGE_POR) in dbg_chgconf() 126 hibit = (chgconfig & TPS65013_AUA) ? "AUA" : ""; in dbg_chgconf() 129 chgconfig, hibit, in dbg_chgconf() 130 (chgconfig & TPS_CHARGE_RESET) ? " reset" : "", in dbg_chgconf() 131 (chgconfig & TPS_CHARGE_FAST) ? " fast" : "", in dbg_chgconf() 132 ({int p; switch ((chgconfig >> 3) & 3) { in dbg_chgconf() 138 (chgconfig & TPS_VBUS_CHARGING) in dbg_chgconf() 139 ? ((chgconfig & TPS_VBUS_500MA) ? 500 : 100) in dbg_chgconf() 141 (chgconfig in dbg_chgconf() 164 show_chgconfig(int por, const char *label, u8 chgconfig) show_chgconfig() argument 176 show_chgconfig(int por, const char *label, u8 chgconfig) show_chgconfig() argument 407 u8 chgconfig, tmp; tps65010_work() local 987 unsigned vdcdc1, chgconfig; tps65013_set_low_pwr() local [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | tps65010.c | 118 static void dbg_chgconf(int por, char *buf, size_t len, u8 chgconfig) in dbg_chgconf() argument 123 hibit = (chgconfig & TPS_CHARGE_POR) in dbg_chgconf() 126 hibit = (chgconfig & TPS65013_AUA) ? "AUA" : ""; in dbg_chgconf() 129 chgconfig, hibit, in dbg_chgconf() 130 (chgconfig & TPS_CHARGE_RESET) ? " reset" : "", in dbg_chgconf() 131 (chgconfig & TPS_CHARGE_FAST) ? " fast" : "", in dbg_chgconf() 132 ({int p; switch ((chgconfig >> 3) & 3) { in dbg_chgconf() 138 (chgconfig & TPS_VBUS_CHARGING) in dbg_chgconf() 139 ? ((chgconfig & TPS_VBUS_500MA) ? 500 : 100) in dbg_chgconf() 141 (chgconfig in dbg_chgconf() 164 show_chgconfig(int por, const char *label, u8 chgconfig) show_chgconfig() argument 176 show_chgconfig(int por, const char *label, u8 chgconfig) show_chgconfig() argument 407 u8 chgconfig, tmp; tps65010_work() local 982 unsigned vdcdc1, chgconfig; tps65013_set_low_pwr() local [all...] |
Completed in 2 milliseconds