Home
last modified time | relevance | path

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

/Linux-v6.6/include/ufs/
Dufs.h25 #define QUERY_DESC_MAX_SIZE 255 macro
/Linux-v6.6/drivers/ufs/core/
Dufs_bsg.c24 *desc_len = min_t(int, QUERY_DESC_MAX_SIZE, desc_size); in ufs_bsg_get_query_desc_size()
Dufs-sysfs.c1018 int desc_len = QUERY_DESC_MAX_SIZE; \
1026 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_ATOMIC); \
Dufshcd.c3396 if (*buf_len < QUERY_DESC_MIN_SIZE || *buf_len > QUERY_DESC_MAX_SIZE) { in __ufshcd_query_descriptor()
3496 int buff_len = QUERY_DESC_MAX_SIZE; in ufshcd_read_desc_param()
3598 uc_str = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_read_string_desc()
3603 (u8 *)uc_str, QUERY_DESC_MAX_SIZE); in ufshcd_read_string_desc()
4990 int len = QUERY_DESC_MAX_SIZE; in ufshcd_lu_init()
7835 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_set_active_icc_lvl()
7840 desc_buf, QUERY_DESC_MAX_SIZE); in ufshcd_set_active_icc_lvl()
8089 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufs_get_device_desc()
8096 QUERY_DESC_MAX_SIZE); in ufs_get_device_desc()
8332 desc_buf = kzalloc(QUERY_DESC_MAX_SIZE, GFP_KERNEL); in ufshcd_device_geo_params_init()
[all …]