Searched refs:read_msg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | cros_ec_debugfs.c | 37 * @read_msg: preallocated EC command and buffer to read console log 47 struct cros_ec_command *read_msg; member 71 (struct ec_params_console_read_v1 *)debug_info->read_msg->data; in cros_ec_console_log_work() 72 uint8_t *ec_buffer = (uint8_t *)debug_info->read_msg->data; in cros_ec_console_log_work() 95 debug_info->read_msg); in cros_ec_console_log_work() 365 debug_info->read_msg = devm_kzalloc(ec->dev, in cros_ec_create_console_log() 366 sizeof(*debug_info->read_msg) + in cros_ec_create_console_log() 368 if (!debug_info->read_msg) in cros_ec_create_console_log() 371 debug_info->read_msg->version = 1; in cros_ec_create_console_log() 372 debug_info->read_msg in cros_ec_create_console_log() [all...] |
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | cros_ec_debugfs.c | 37 * @read_msg: preallocated EC command and buffer to read console log 49 struct cros_ec_command *read_msg; member 74 (struct ec_params_console_read_v1 *)debug_info->read_msg->data; in cros_ec_console_log_work() 75 uint8_t *ec_buffer = (uint8_t *)debug_info->read_msg->data; in cros_ec_console_log_work() 98 debug_info->read_msg); in cros_ec_console_log_work() 368 debug_info->read_msg = devm_kzalloc(ec->dev, in cros_ec_create_console_log() 369 sizeof(*debug_info->read_msg) + in cros_ec_create_console_log() 371 if (!debug_info->read_msg) in cros_ec_create_console_log() 374 debug_info->read_msg->version = 1; in cros_ec_create_console_log() 375 debug_info->read_msg in cros_ec_create_console_log() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ipsec.c | 564 static void read_msg(int fd, struct test_desc *msg, bool exit_of_fail) in read_msg() function 726 read_msg(cmd_fd, &msg, 0); in do_ping() 1684 read_msg(cmd_fd, &msg, 1); in child_f() 1806 read_msg(cmd_fd, &msg, 1); in grand_child_f()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ipsec.c | 605 static void read_msg(int fd, struct test_desc *msg, bool exit_of_fail) in read_msg() function 767 read_msg(cmd_fd, &msg, 0); in do_ping() 1821 read_msg(cmd_fd, &msg, 1); in child_f() 1946 read_msg(cmd_fd, &msg, 1); in grand_child_f()
|
Completed in 8 milliseconds