Searched refs:QUERY_DESC_MAX_SIZE (Results 1 – 5 of 5) sorted by relevance
24 *desc_len = min_t(int, QUERY_DESC_MAX_SIZE, desc_size); in ufs_bsg_get_query_desc_size()
997 int desc_len = QUERY_DESC_MAX_SIZE; \1005 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_ATOMIC); \
3413 if (*buf_len < QUERY_DESC_MIN_SIZE || *buf_len > QUERY_DESC_MAX_SIZE) { in __ufshcd_query_descriptor()3512 int buff_len = QUERY_DESC_MAX_SIZE; in ufshcd_read_desc_param()3614 uc_str = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_read_string_desc()3619 (u8 *)uc_str, QUERY_DESC_MAX_SIZE); in ufshcd_read_string_desc()5000 int len = QUERY_DESC_MAX_SIZE; in ufshcd_lu_init()7740 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_set_active_icc_lvl()7745 desc_buf, QUERY_DESC_MAX_SIZE); in ufshcd_set_active_icc_lvl()7995 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufs_get_device_desc()8002 QUERY_DESC_MAX_SIZE); in ufs_get_device_desc()8255 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_device_geo_params_init()[all …]
2385 int size = QUERY_DESC_MAX_SIZE; in ufshpb_get_lu_info()2387 char desc_buf[QUERY_DESC_MAX_SIZE]; in ufshpb_get_lu_info()
19 #define QUERY_DESC_MAX_SIZE 255 macro
Completed in 30 milliseconds