Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/
H A Dcros_ec_debugfs.c54 struct cros_ec_command *read_msg; member
79 (struct ec_params_console_read_v1 *)debug_info->read_msg->data; in cros_ec_console_log_work()
80 uint8_t *ec_buffer = (uint8_t *)debug_info->read_msg->data; in cros_ec_console_log_work()
103 debug_info->read_msg); in cros_ec_console_log_work()
361 debug_info->read_msg = devm_kzalloc(ec->dev, in cros_ec_create_console_log()
362 sizeof(*debug_info->read_msg) + in cros_ec_create_console_log()
364 if (!debug_info->read_msg) in cros_ec_create_console_log()
367 debug_info->read_msg->version = 1; in cros_ec_create_console_log()
368 debug_info->read_msg->command = EC_CMD_CONSOLE_READ + ec->cmd_offset; in cros_ec_create_console_log()
369 debug_info->read_msg->outsize = read_params_size; in cros_ec_create_console_log()
[all …]
/linux/drivers/iio/adc/
H A Drohm-bd79112.c39 struct spi_message read_msg; member
126 ret = spi_sync(data->spi, &data->read_msg); in bd79112_reg_read()
451 spi_message_init_with_transfers(&data->read_msg, data->read_xfer, 2); in bd79112_probe()
452 ret = devm_spi_optimize_message(dev, spi, &data->read_msg); in bd79112_probe()
/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()