Home
last modified time | relevance | path

Searched refs:read_msg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_debugfs.c49 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()
369 debug_info->read_msg = devm_kzalloc(ec->dev, in cros_ec_create_console_log()
370 sizeof(*debug_info->read_msg) + in cros_ec_create_console_log()
372 if (!debug_info->read_msg) in cros_ec_create_console_log()
375 debug_info->read_msg->version = 1; in cros_ec_create_console_log()
376 debug_info->read_msg->command = EC_CMD_CONSOLE_READ + ec->cmd_offset; in cros_ec_create_console_log()
377 debug_info->read_msg->outsize = read_params_size; in cros_ec_create_console_log()
[all …]
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h434 vu_read_msg_cb read_msg; member
482 vu_read_msg_cb read_msg,
H A Dlibvhost-user.c1117 if (!dev->read_msg(dev, dev->sock, vmsg) || in vu_set_mem_table_exec()
2163 if (!dev->read_msg(dev, dev->sock, &vmsg)) { in vu_dispatch()
2257 vu_read_msg_cb read_msg, in vu_init() argument
2275 dev->read_msg = read_msg ? read_msg : vu_message_read_default; in vu_init()
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c606 static void read_msg(int fd, struct test_desc *msg, bool exit_of_fail) in read_msg() function
768 read_msg(cmd_fd, &msg, 0); in do_ping()
1822 read_msg(cmd_fd, &msg, 1); in child_f()
1947 read_msg(cmd_fd, &msg, 1); in grand_child_f()