/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | ext_caps.c | 177 u16 min_length; member 183 .min_length = (_highest_mandatory_reg_offset)/4 + 1 } 213 u16 min_length; member 220 .min_length = (_highest_mandatory_reg_offset)/4 + 1 } 247 if (cap_length < vendor_cap_entry->min_length) { in hci_extcap_vendor_specific() 250 cap_id, cap_length, vendor_cap_entry->min_length); in hci_extcap_vendor_specific() 298 } else if (cap_length < cap_entry->min_length) { in i3c_hci_parse_ext_caps() 301 cap_id, cap_length, cap_entry->min_length); in i3c_hci_parse_ext_caps()
|
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | string-attributes.c | 46 if ((in_len < wmi_priv.str_data[instance_id].min_length) || in validate_str_input() 73 attribute_n_property_show(min_length, str); 75 __ATTR_RO(min_length); 150 wmi_priv.str_data[instance_id].min_length = (uintptr_t)str_obj[MIN_LEN].string.pointer; in populate_str_data()
|
H A D | dell-wmi-sysman.h | 56 int min_length; member
|
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | string-attributes.c | 42 if (in_len < string_data->min_length || in_len > string_data->max_length) in validate_string_input() 70 ATTRIBUTE_N_PROPERTY_SHOW(min_length, string); 72 __ATTR_RO(min_length); 246 string_data->min_length = int_value; in hp_populate_string_elements_from_package() 328 &string_data->min_length); in hp_populate_string_elements_from_buffer()
|
H A D | bioscfg.h | 136 u32 min_length; member
|
/openbmc/linux/fs/ntfs3/lib/ |
H A D | decompress_common.h | 255 u32 min_length) in lz_copy() argument 328 if (min_length >= 2) { in lz_copy() 332 if (min_length >= 3) { in lz_copy()
|
/openbmc/libpldm/src/dsp/ |
H A D | bios_table.c | 323 uint16_t min_length; member 347 if (info->min_length > info->max_length) { in pldm_bios_table_attr_entry_string_info_check() 352 if (info->min_length == info->max_length && in pldm_bios_table_attr_entry_string_info_check() 353 info->def_length != info->min_length) { in pldm_bios_table_attr_entry_string_info_check() 358 info->def_length < info->min_length) { in pldm_bios_table_attr_entry_string_info_check() 401 attr_fields->min_length = htole16(info->min_length); in pldm_bios_table_attr_entry_string_encode() 449 return le16toh(fields->min_length); in pldm_bios_table_attr_entry_string_decode_min_length()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-u2fzero.c | 216 int min_length = offsetof(struct u2f_hid_msg, init.data); in u2fzero_rng_read() local 226 if (ret < min_length) in u2fzero_rng_read() 230 actual_length = min3((size_t)ret - min_length, in u2fzero_rng_read()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | think-lmi.h | 34 uint32_t min_length; member
|
H A D | think-lmi.c | 1408 new_pwd->minlen = tlmi_priv.pwdcfg.core.min_length; in tlmi_create_auth()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_valid.py | 708 def valid_length(var_value, min_length=None, max_length=None, var_name=None): argument 723 error_message = valid_range(length, min_length, max_length) 728 error_message += gp.sprint_vars(min_length, max_length)
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 21 static s32 e1000_get_cable_length(struct e1000_hw *hw, u16 *min_length, 3238 u16 phy_data, min_length, max_length, average; in e1000_phy_igp_get_info() local 3283 ret_val = e1000_get_cable_length(hw, &min_length, &max_length); in e1000_phy_igp_get_info() 3288 average = (max_length + min_length) / 2; in e1000_phy_igp_get_info() 4874 static s32 e1000_get_cable_length(struct e1000_hw *hw, u16 *min_length, in e1000_get_cable_length() argument 4882 *min_length = *max_length = 0; in e1000_get_cable_length() 4895 *min_length = 0; in e1000_get_cable_length() 4899 *min_length = e1000_igp_cable_length_50; in e1000_get_cable_length() 4903 *min_length = e1000_igp_cable_length_80; in e1000_get_cable_length() 4907 *min_length = e1000_igp_cable_length_110; in e1000_get_cable_length() [all …]
|
/openbmc/libpldm/include/libpldm/ |
H A D | bios_table.h | 298 uint16_t min_length; //!< The minimum length of the string in bytes member
|
/openbmc/libpldm/tests/dsp/ |
H A D | bios_table.cpp | 302 std::swap(info.max_length, info.min_length); in TEST() 312 std::swap(info.max_length, info.min_length); in TEST() 324 info.min_length = 0; in TEST()
|
/openbmc/linux/include/media/ |
H A D | videobuf2-core.h | 184 unsigned int min_length; member
|
/openbmc/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 440 vb->planes[plane].min_length = plane_sizes[plane]; in __vb2_queue_alloc() 1158 if (planes[plane].length < vb->planes[plane].min_length) { in __prepare_userptr() 1161 vb->planes[plane].min_length, in __prepare_userptr() 1277 if (planes[plane].length < vb->planes[plane].min_length) { in __prepare_dmabuf() 1280 vb->planes[plane].min_length); in __prepare_dmabuf()
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_expire_password.robot | 345 gen_robot_valid.Valid Length OPENBMC_PASSWORD min_length=8
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-firmware-attributes | 81 min_length:
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 10684 'name' => 'min_length',
|