Home
last modified time | relevance | path

Searched refs:min_length (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H A Dext_caps.c177 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()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dstring-attributes.c46 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 Ddell-wmi-sysman.h56 int min_length; member
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/
H A Dstring-attributes.c42 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 Dbioscfg.h136 u32 min_length; member
/kernel/linux/linux-6.6/fs/ntfs3/lib/
H A Ddecompress_common.h255 u32 min_length) in lz_copy()
328 if (min_length >= 2) { in lz_copy()
332 if (min_length >= 3) { in lz_copy()
254 lz_copy(u8 *dst, u32 length, u32 offset, const u8 *bufend, u32 min_length) lz_copy() argument
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-u2fzero.c195 int min_length = offsetof(struct u2f_hid_msg, init.data); in u2fzero_rng_read() local
205 if (ret < min_length) in u2fzero_rng_read()
209 actual_length = min3((size_t)ret - min_length, in u2fzero_rng_read()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-u2fzero.c216 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()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthink-lmi.h34 uint32_t min_length; member
H A Dthink-lmi.c1406 new_pwd->minlen = tlmi_priv.pwdcfg.core.min_length; in tlmi_create_auth()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c20 static s32 e1000_get_cable_length(struct e1000_hw *hw, u16 *min_length,
3236 u16 phy_data, min_length, max_length, average; in e1000_phy_igp_get_info() local
3282 ret_val = e1000_get_cable_length(hw, &min_length, &max_length); in e1000_phy_igp_get_info()
3287 average = (max_length + min_length) / 2; in e1000_phy_igp_get_info()
4866 * @min_length: The estimated minimum length
4877 static s32 e1000_get_cable_length(struct e1000_hw *hw, u16 *min_length, in e1000_get_cable_length() argument
4885 *min_length = *max_length = 0; in e1000_get_cable_length()
4899 *min_length = 0; in e1000_get_cable_length()
4903 *min_length = e1000_igp_cable_length_50; in e1000_get_cable_length()
4907 *min_length in e1000_get_cable_length()
5090 u16 min_length, max_length; e1000_1000Mb_check_cable_length() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c20 static s32 e1000_get_cable_length(struct e1000_hw *hw, u16 *min_length,
3237 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()
4867 * @min_length: The estimated minimum length
4878 static s32 e1000_get_cable_length(struct e1000_hw *hw, u16 *min_length, in e1000_get_cable_length() argument
4886 *min_length = *max_length = 0; in e1000_get_cable_length()
4900 *min_length = 0; in e1000_get_cable_length()
4904 *min_length = e1000_igp_cable_length_50; in e1000_get_cable_length()
4908 *min_length in e1000_get_cable_length()
5091 u16 min_length, max_length; e1000_1000Mb_check_cable_length() local
[all...]
/kernel/linux/linux-5.10/include/media/
H A Dvideobuf2-core.h157 * @min_length: minimum required size of this plane (NOT the payload) in bytes.
158 * @length is always greater or equal to @min_length.
180 unsigned int min_length; member
/kernel/linux/linux-6.6/include/media/
H A Dvideobuf2-core.h160 * @min_length: minimum required size of this plane (NOT the payload) in bytes.
161 * @length is always greater or equal to @min_length, and like
184 unsigned int min_length; member
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c430 vb->planes[plane].min_length = plane_sizes[plane]; in __vb2_queue_alloc()
1137 if (planes[plane].length < vb->planes[plane].min_length) { in __prepare_userptr()
1140 vb->planes[plane].min_length, in __prepare_userptr()
1255 if (planes[plane].length < vb->planes[plane].min_length) { in __prepare_dmabuf()
1258 vb->planes[plane].min_length); in __prepare_dmabuf()
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c436 vb->planes[plane].min_length = plane_sizes[plane]; in __vb2_queue_alloc()
1154 if (planes[plane].length < vb->planes[plane].min_length) { in __prepare_userptr()
1157 vb->planes[plane].min_length, in __prepare_userptr()
1273 if (planes[plane].length < vb->planes[plane].min_length) { in __prepare_dmabuf()
1276 vb->planes[plane].min_length); in __prepare_dmabuf()

Completed in 25 milliseconds