Searched refs:max_response (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/platform/chrome/ |
| H A D | cros_ec_debugfs.c | 360 read_response_size = ec->ec_dev->max_response; in cros_ec_create_console_log() 405 if (!data || data_size <= 0 || data_size > ec_dev->max_response) in cros_ec_get_panicinfo() 432 data = devm_kzalloc(debug_info->ec->dev, ec_dev->max_response, in cros_ec_create_panicinfo() 437 ret = cros_ec_get_panicinfo(ec_dev, data, ec_dev->max_response); in cros_ec_create_panicinfo()
|
| H A D | cros_ec_proto_test.c | 273 KUNIT_EXPECT_EQ(test, ec_dev->max_response, 0xef - sizeof(struct ec_host_response)); in cros_ec_proto_test_query_all_normal() 534 KUNIT_EXPECT_EQ(test, ec_dev->max_response, EC_PROTO2_MAX_PARAM_SIZE); in cros_ec_proto_test_query_all_legacy_normal_v3_return_error() 599 KUNIT_EXPECT_EQ(test, ec_dev->max_response, EC_PROTO2_MAX_PARAM_SIZE); in cros_ec_proto_test_query_all_legacy_normal_v3_return0() 1549 ec_dev->max_response = 0xee; in cros_ec_proto_test_cmd_xfer_normal() 1606 ec_dev->max_response = 0xee; in cros_ec_proto_test_cmd_xfer_excess_msg_insize() 1641 ec_dev->max_response = 0xee; in cros_ec_proto_test_cmd_xfer_excess_msg_outsize_without_passthru() 1661 ec_dev->max_response = 0xee; in cros_ec_proto_test_cmd_xfer_excess_msg_outsize_with_passthru() 2054 ec_dev->max_response = 0xee; in cros_ec_proto_test_get_next_event_no_mkbp_event() 2115 ec_dev->max_response = 0xee; in cros_ec_proto_test_get_next_event_mkbp_event_version0() 2164 ec_dev->max_response = 0xee; in cros_ec_proto_test_get_next_event_mkbp_event_version2() [all …]
|
| H A D | cros_ec_proto.c | 393 ec_dev->max_response = info->max_response_packet_size - in cros_ec_get_proto_info() 467 ec_dev->max_response = EC_PROTO2_MAX_PARAM_SIZE; in cros_ec_get_proto_info_legacy() 671 if (msg->insize > ec_dev->max_response) { in cros_ec_cmd_xfer() 673 msg->insize = ec_dev->max_response; in cros_ec_cmd_xfer()
|
| H A D | cros_ec_sensorhub.c | 150 ec->ec_dev->max_response), GFP_KERNEL); in cros_ec_sensorhub_probe()
|
| H A D | cros_ec.c | 66 ec_dev->max_response = sizeof(struct ec_response_get_protocol_info); in cros_ec_device_alloc()
|
| /linux/drivers/iio/common/cros_ec_sensors/ |
| H A D | cros_ec_sensors_core.c | 255 state->ec->max_response), GFP_KERNEL); in cros_ec_sensors_core_init() 415 state->msg->insize = min(opt_length, state->ec->max_response); in cros_ec_motion_send_host_cmd() 417 state->msg->insize = state->ec->max_response; in cros_ec_motion_send_host_cmd()
|
| /linux/include/linux/platform_data/ |
| H A D | cros_ec_proto.h | 179 u16 max_response; member
|
| /linux/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc.h | 169 __be32 max_response; member
|
| H A D | ibmvfc.c | 1503 login_info->max_response = cpu_to_be32(sizeof(struct ibmvfc_fcp_rsp)); in ibmvfc_set_login_info()
|