/openbmc/linux/drivers/acpi/acpica/ |
H A D | exconvrt.c | 379 u32 string_length = 0; in acpi_ex_convert_to_string() local 402 string_length = ACPI_MAX_DECIMAL_DIGITS; in acpi_ex_convert_to_string() 410 string_length = ACPI_MUL_2(acpi_gbl_integer_byte_width); in acpi_ex_convert_to_string() 419 acpi_ut_create_string_object((acpi_size)string_length); in acpi_ex_convert_to_string() 428 string_length = in acpi_ex_convert_to_string() 435 return_desc->string.length = string_length; in acpi_ex_convert_to_string() 436 new_buf[string_length] = 0; in acpi_ex_convert_to_string() 459 string_length += 4; in acpi_ex_convert_to_string() 461 string_length += 3; in acpi_ex_convert_to_string() 463 string_length += 2; in acpi_ex_convert_to_string() [all …]
|
H A D | rscalc.c | 79 return ((acpi_rs_length)(resource_source->string_length + 1)); in acpi_rs_struct_option_length() 105 u32 string_length = 0; in acpi_rs_stream_option_length() local 126 string_length = in acpi_rs_stream_option_length() 134 return ((u32) ACPI_ROUND_UP_TO_NATIVE_WORD(string_length)); in acpi_rs_stream_option_length() 301 string_length + in acpi_rs_get_aml_length() 316 string_length + in acpi_rs_get_aml_length() 329 string_length); in acpi_rs_get_aml_length() 345 string_length + in acpi_rs_get_aml_length() 360 string_length + in acpi_rs_get_aml_length() 373 string_length + in acpi_rs_get_aml_length() [all …]
|
H A D | rsserial.c | 92 ACPI_RS_OFFSET(data.gpio.resource_source.string_length), 216 ACPI_RS_OFFSET(data.pin_function.resource_source.string_length), 302 ACPI_RS_OFFSET(data.csi2_serial_bus.resource_source.string_length), 379 ACPI_RS_OFFSET(data.common_serial_bus.resource_source.string_length), 470 ACPI_RS_OFFSET(data.common_serial_bus.resource_source.string_length), 577 ACPI_RS_OFFSET(data.common_serial_bus.resource_source.string_length), 684 ACPI_RS_OFFSET(data.pin_config.resource_source.string_length), 746 ACPI_RS_OFFSET(data.pin_group.resource_label.string_length), 807 ACPI_RS_OFFSET(data.pin_group_function.resource_source.string_length), 820 string_length), [all …]
|
H A D | rsutils.c | 339 resource_source->string_length = in acpi_rs_get_resource_source() 350 resource_source->string_length = 0; in acpi_rs_get_resource_source() 386 if (resource_source->string_length) { in acpi_rs_set_resource_source() 406 resource_source->string_length + 1); in acpi_rs_set_resource_source()
|
/openbmc/openbmc-test-automation/ipmi/dcmi/ |
H A D | test_dcmi_management_controller.robot | 32 # string_length = 0a 34 ${string_length}= Get Response Length In Hex ${rsp_length} 37 # string_length = 0a 39 # suppose if string_length and ipmi_cmd_rsp_list[1] not matches 41 Should Be Equal As Strings ${ipmi_cmd_rsp_list[1]} ${string_length} 72 ${string_length}= Get Response Length In Hex ${random_int} 74 ... Should Be Equal As Strings ${ipmi_cmd_rsp_list[1]} ${string_length} 81 # string_length = 0a 83 # ipmi_cmd_rsp_list[1] is equal to string_length 85 # suppose if string_length and ipmi_cmd_rsp_list[1] not matches then [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-dbgcap.c | 43 u32 string_length; in xhci_dbc_populate_strings() local 53 string_length = s_desc->bLength; in xhci_dbc_populate_strings() 54 string_length <<= 8; in xhci_dbc_populate_strings() 64 string_length += s_desc->bLength; in xhci_dbc_populate_strings() 65 string_length <<= 8; in xhci_dbc_populate_strings() 76 string_length += s_desc->bLength; in xhci_dbc_populate_strings() 77 string_length <<= 8; in xhci_dbc_populate_strings() 84 string_length += 4; in xhci_dbc_populate_strings() 86 return string_length; in xhci_dbc_populate_strings() 89 static void xhci_dbc_init_contexts(struct xhci_dbc *dbc, u32 string_length) in xhci_dbc_init_contexts() argument [all …]
|
/openbmc/linux/drivers/usb/early/ |
H A D | xhci-dbc.c | 234 u32 string_length; in xdbc_mem_init() local 282 string_length = s_desc->bLength; in xdbc_mem_init() 283 string_length <<= 8; in xdbc_mem_init() 291 string_length += s_desc->bLength; in xdbc_mem_init() 292 string_length <<= 8; in xdbc_mem_init() 300 string_length += s_desc->bLength; in xdbc_mem_init() 301 string_length <<= 8; in xdbc_mem_init() 309 string_length += 4; in xdbc_mem_init() 318 ctx->info.length = cpu_to_le32(string_length); in xdbc_mem_init()
|
/openbmc/libpldm/include/libpldm/ |
H A D | bios_table.h | 92 size_t pldm_bios_table_string_entry_encode_length(uint16_t string_length); 498 pldm_bios_table_attr_value_entry_encode_string_length(uint16_t string_length);
|
H A D | bios.h | 50 uint16_t string_length; member
|
/openbmc/libpldm/src/dsp/ |
H A D | bios_table.c | 57 size_t pldm_bios_table_string_entry_encode_length(uint16_t string_length) in pldm_bios_table_string_entry_encode_length() argument 60 MEMBER_SIZE(pldm_bios_string_table_entry, name) + string_length; in pldm_bios_table_string_entry_encode_length() 86 string_entry->string_length = htole16(str_length); in pldm_bios_table_string_entry_encode() 102 return le16toh(entry->string_length); in pldm_bios_table_string_entry_decode_string_length() 736 pldm_bios_table_attr_value_entry_encode_string_length(uint16_t string_length) in pldm_bios_table_attr_value_entry_encode_string_length() argument 739 sizeof(string_length) + string_length; in pldm_bios_table_attr_value_entry_encode_string_length()
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_get_bios_post_code.robot | 59 ${string_length}= Get Length ${resp_bytes} 66 ${true_length}= Evaluate (${string_length} - 4)
|
/openbmc/linux/sound/pci/asihpi/ |
H A D | hpi.h | 1463 const u32 string_length); 1466 const u32 string_length); 1469 const u32 string_length); 1472 const u32 string_length);
|
H A D | hpifunc.c | 1411 char *psz_string, const u32 string_length) in hpi_control_get_string() argument 1418 if ((string_length < 1) || (string_length > 256)) in hpi_control_get_string() 1420 for (sub_string_index = 0; sub_string_index < string_length; in hpi_control_get_string() 1437 string_length) in hpi_control_get_string() 1448 if (n >= string_length) { in hpi_control_get_string() 1449 psz_string[string_length - 1] = 0; in hpi_control_get_string() 1458 && ((sub_string_index + j) < string_length) in hpi_control_get_string()
|
/openbmc/linux/include/acpi/ |
H A D | acrestyp.h | 265 u16 string_length; member 271 u16 string_length; member
|
/openbmc/linux/drivers/acpi/ |
H A D | irq.c | 120 if (!source->string_length) in acpi_get_irq_source_fwhandle()
|
H A D | resource.c | 42 return ext_irq->resource_source.string_length == 0 && in is_gsi()
|
/openbmc/linux/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_ioc.h | 717 __le16 string_length; member
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 2038 'name' => 'string_length', 2657 'name' => 'string_length', 10604 'name' => 'string_length',
|