Searched refs:read_msg (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/platform/chrome/
H A Dcros_ec_debugfs.c37 * @read_msg: preallocated EC command and buffer to read console log
49 struct cros_ec_command *read_msg; member in struct:cros_ec_debugfs
74 (struct ec_params_console_read_v1 *)debug_info->read_msg->data;
75 uint8_t *ec_buffer = (uint8_t *)debug_info->read_msg->data;
98 debug_info->read_msg);
368 debug_info->read_msg = devm_kzalloc(ec->dev,
369 sizeof(*debug_info->read_msg) +
371 if (!debug_info->read_msg)
374 debug_info->read_msg->version = 1;
375 debug_info->read_msg
[all...]
/linux-master/tools/testing/selftests/net/
H A Dipsec.c605 static void read_msg(int fd, struct test_desc *msg, bool exit_of_fail) function
767 read_msg(cmd_fd, &msg, 0);
1821 read_msg(cmd_fd, &msg, 1);
1946 read_msg(cmd_fd, &msg, 1);

Completed in 134 milliseconds