Searched refs:min_length (Results 1 – 9 of 9) sorted by relevance
47 if ((in_len < wmi_priv.str_data[instance_id].min_length) || in validate_str_input()74 attribute_n_property_show(min_length, str);76 __ATTR_RO(min_length);151 wmi_priv.str_data[instance_id].min_length = (uintptr_t)str_obj[MIN_LEN].string.pointer; in populate_str_data()
56 int min_length; member
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);242 string_data->min_length = int_value; in hp_populate_string_elements_from_package()324 &string_data->min_length); in hp_populate_string_elements_from_buffer()
137 u32 min_length; member
255 u32 min_length) in lz_copy() argument328 if (min_length >= 2) { in lz_copy()332 if (min_length >= 3) { in lz_copy()
216 int min_length = offsetof(struct u2f_hid_msg, init.data); in u2fzero_rng_read() local226 if (ret < min_length) in u2fzero_rng_read()230 actual_length = min3((size_t)ret - min_length, in u2fzero_rng_read()
162 * @min_length: minimum required size of this plane (NOT the payload) in bytes.163 * @length is always greater or equal to @min_length, and like187 unsigned int min_length; member
515 vb->planes[plane].min_length = plane_sizes[plane]; in __vb2_queue_alloc()1286 if (planes[plane].length < vb->planes[plane].min_length) { in __prepare_userptr()1289 vb->planes[plane].min_length, in __prepare_userptr()1407 if (planes[plane].length < vb->planes[plane].min_length) { in __prepare_dmabuf()1410 vb->planes[plane].min_length); in __prepare_dmabuf()
1604 new_pwd->minlen = tlmi_priv.pwdcfg.core.min_length; in tlmi_create_auth()