Home
last modified time | relevance | path

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

/linux-5.19.10/include/ufs/
Dufs.h19 #define QUERY_DESC_MAX_SIZE 255 macro
Dufshcd.h1060 GENERAL_UPIU_REQUEST_SIZE + QUERY_DESC_MAX_SIZE); in check_upiu_size()
/linux-5.19.10/drivers/ufs/core/
Dufs-sysfs.c917 int desc_len = QUERY_DESC_MAX_SIZE; \
925 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_ATOMIC); \
Dufshcd.c3289 if (*buf_len < QUERY_DESC_MIN_SIZE || *buf_len > QUERY_DESC_MAX_SIZE) { in __ufshcd_query_descriptor()
3389 if (hba->desc_size[desc_id] == QUERY_DESC_MAX_SIZE && in ufshcd_update_desc_length()
3529 uc_str = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_read_string_desc()
3534 (u8 *)uc_str, QUERY_DESC_MAX_SIZE); in ufshcd_read_string_desc()
7726 desc_buf = kmalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufs_get_device_desc()
8092 hba->desc_size[i] = QUERY_DESC_MAX_SIZE; in ufshcd_device_params_init()
Dufshpb.c2384 char desc_buf[QUERY_DESC_MAX_SIZE]; in ufshpb_get_lu_info()