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()
1024 int desc_len = QUERY_DESC_MAX_SIZE; \1032 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_ATOMIC); \
3424 if (*buf_len < QUERY_DESC_MIN_SIZE || *buf_len > QUERY_DESC_MAX_SIZE) { in __ufshcd_query_descriptor()3524 int buff_len = QUERY_DESC_MAX_SIZE; in ufshcd_read_desc_param()3626 uc_str = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_read_string_desc()3631 (u8 *)uc_str, QUERY_DESC_MAX_SIZE); in ufshcd_read_string_desc()5060 int len = QUERY_DESC_MAX_SIZE; in ufshcd_lu_init()7921 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_set_active_icc_lvl()7926 desc_buf, QUERY_DESC_MAX_SIZE); in ufshcd_set_active_icc_lvl()8246 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufs_get_device_desc()8253 QUERY_DESC_MAX_SIZE); in ufs_get_device_desc()8491 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_device_geo_params_init()[all …]
26 #define QUERY_DESC_MAX_SIZE 255 macro