Searched refs:read_msg (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_debugfs.c | 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() 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 D | libvhost-user.h | 434 vu_read_msg_cb read_msg; member 482 vu_read_msg_cb read_msg,
|
H A D | libvhost-user.c | 1117 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 D | ipsec.c | 606 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()
|