Home
last modified time | relevance | path

Searched refs:append_str (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_usbpd_logger.c50 static int append_str(char *buf, int pos, const char *fmt, ...) in append_str() function
100 len += append_str(buf, len, "override "); in cros_usbpd_print_log_entry()
103 len += append_str(buf, len, "pending_override "); in cros_usbpd_print_log_entry()
117 len += append_str(buf, len, "%s", role); in cros_usbpd_print_log_entry()
122 len += append_str(buf, len, "%s %s %s %dmV max %dmV / %dmA", in cros_usbpd_print_log_entry()
129 len += append_str(buf, len, "RW signature check failed"); in cros_usbpd_print_log_entry()
134 len += append_str(buf, len, "Power supply fault: %s", fault); in cros_usbpd_print_log_entry()
137 len += append_str(buf, len, "DP mode %sabled", r->data == 1 ? in cros_usbpd_print_log_entry()
142 len += append_str(buf, len, "HDMI info: family:%04x chipid:%04x ", in cros_usbpd_print_log_entry()
145 len += append_str(bu in cros_usbpd_print_log_entry()
[all...]
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_usbpd_logger.c50 static int append_str(char *buf, int pos, const char *fmt, ...) in append_str() function
100 len += append_str(buf, len, "override "); in cros_usbpd_print_log_entry()
103 len += append_str(buf, len, "pending_override "); in cros_usbpd_print_log_entry()
117 len += append_str(buf, len, "%s", role); in cros_usbpd_print_log_entry()
122 len += append_str(buf, len, "%s %s %s %dmV max %dmV / %dmA", in cros_usbpd_print_log_entry()
129 len += append_str(buf, len, "RW signature check failed"); in cros_usbpd_print_log_entry()
134 len += append_str(buf, len, "Power supply fault: %s", fault); in cros_usbpd_print_log_entry()
137 len += append_str(buf, len, "DP mode %sabled", r->data == 1 ? in cros_usbpd_print_log_entry()
142 len += append_str(buf, len, "HDMI info: family:%04x chipid:%04x ", in cros_usbpd_print_log_entry()
145 len += append_str(bu in cros_usbpd_print_log_entry()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1276 static void append_str(char *dst, const char *src, size_t dst_cap) in append_str() function
1294 append_str(options, "pass,", OPTSTRING); in test_options()
1296 append_str(options, "redir,", OPTSTRING); in test_options()
1298 append_str(options, "drop,", OPTSTRING); in test_options()
1301 append_str(options, tstr, OPTSTRING); in test_options()
1305 append_str(options, tstr, OPTSTRING); in test_options()
1309 append_str(options, tstr, OPTSTRING); in test_options()
1313 append_str(options, tstr, OPTSTRING); in test_options()
1318 append_str(options, tstr, OPTSTRING); in test_options()
1321 append_str(option in test_options()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1320 static void append_str(char *dst, const char *src, size_t dst_cap) in append_str() function
1338 append_str(options, "pass,", OPTSTRING); in test_options()
1340 append_str(options, "redir,", OPTSTRING); in test_options()
1342 append_str(options, "drop,", OPTSTRING); in test_options()
1345 append_str(options, tstr, OPTSTRING); in test_options()
1349 append_str(options, tstr, OPTSTRING); in test_options()
1353 append_str(options, tstr, OPTSTRING); in test_options()
1357 append_str(options, tstr, OPTSTRING); in test_options()
1362 append_str(options, tstr, OPTSTRING); in test_options()
1365 append_str(option in test_options()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.c5278 static int append_str(char *buf, char **curp, int *lenp, const char *s) in append_str() function
5333 no_room = append_str(buf, &p, &len, table[i].str); in flag_string()
5343 no_room = append_str(buf, &p, &len, extra); in flag_string()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dchip.c5238 static int append_str(char *buf, char **curp, int *lenp, const char *s) in append_str() function
5293 no_room = append_str(buf, &p, &len, table[i].str); in flag_string()
5303 no_room = append_str(buf, &p, &len, extra); in flag_string()

Completed in 43 milliseconds