Searched refs:max_response (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/platform/chrome/ |
| H A D | cros_ec_debugfs.c | 359 read_response_size = ec->ec_dev->max_response; in cros_ec_create_console_log() 404 if (!data || data_size <= 0 || data_size > ec_dev->max_response) in cros_ec_get_panicinfo() 431 data = devm_kzalloc(debug_info->ec->dev, ec_dev->max_response, in cros_ec_create_panicinfo() 436 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 | 153 ec->ec_dev->max_response), GFP_KERNEL); in cros_ec_sensorhub_probe()
|
| H A D | cros_ec_lightbar.c | 100 int len = max(ec->ec_dev->max_response, ec->ec_dev->max_request); in alloc_lightbar_cmd_msg()
|
| /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-core.c | 1568 login_info->max_response = cpu_to_be32(sizeof(struct ibmvfc_fcp_rsp)); in ibmvfc_set_login_info()
|