Searched refs:max_response (Results 1 – 5 of 5) 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_sensorhub.c | 150 ec->ec_dev->max_response), GFP_KERNEL); in cros_ec_sensorhub_probe()
|
| /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()
|