Searched refs:QUERY_DESC_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance
24 *desc_len = min_t(int, QUERY_DESC_MAX_SIZE, desc_size); in ufs_bsg_get_query_desc_size()
3515 if (*buf_len < QUERY_DESC_MIN_SIZE || *buf_len > QUERY_DESC_MAX_SIZE) { in __ufshcd_query_descriptor()3613 int buff_len = QUERY_DESC_MAX_SIZE; in ufshcd_read_desc_param()3715 uc_str = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_read_string_desc()3720 (u8 *)uc_str, QUERY_DESC_MAX_SIZE); in ufshcd_read_string_desc()5131 int len = QUERY_DESC_MAX_SIZE; in ufshcd_lu_init()7908 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_set_active_icc_lvl()7913 desc_buf, QUERY_DESC_MAX_SIZE); in ufshcd_set_active_icc_lvl()8249 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufs_get_device_desc()8256 QUERY_DESC_MAX_SIZE); in ufs_get_device_desc()8411 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_device_geo_params_init()[all …]
1281 int desc_len = QUERY_DESC_MAX_SIZE; \1289 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_ATOMIC); \
26 #define QUERY_DESC_MAX_SIZE 255 macro