Home
last modified time | relevance | path

Searched refs:QUERY_DESC_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/ufs/core/
H A Dufs_bsg.c24 *desc_len = min_t(int, QUERY_DESC_MAX_SIZE, desc_size); in ufs_bsg_get_query_desc_size()
H A Dufs-sysfs.c1024 int desc_len = QUERY_DESC_MAX_SIZE; \
1032 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_ATOMIC); \
H A Dufshcd.c3419 if (*buf_len < QUERY_DESC_MIN_SIZE || *buf_len > QUERY_DESC_MAX_SIZE) { in __ufshcd_query_descriptor()
3519 int buff_len = QUERY_DESC_MAX_SIZE; in ufshcd_read_desc_param()
3621 uc_str = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_read_string_desc()
3626 (u8 *)uc_str, QUERY_DESC_MAX_SIZE); in ufshcd_read_string_desc()
5055 int len = QUERY_DESC_MAX_SIZE; in ufshcd_lu_init()
7916 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_set_active_icc_lvl()
7921 desc_buf, QUERY_DESC_MAX_SIZE); in ufshcd_set_active_icc_lvl()
8241 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufs_get_device_desc()
8248 QUERY_DESC_MAX_SIZE); in ufs_get_device_desc()
8486 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_device_geo_params_init()
[all …]
/openbmc/linux/include/ufs/
H A Dufs.h26 #define QUERY_DESC_MAX_SIZE 255 macro