Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/realtek/rtw88/
Dcoex.c3275 #define INFO_SIZE 80 macro
3401 if (INFO_SIZE - n <= 0) in rtw_coex_addr_info()
3427 return scnprintf(addr_info + n, INFO_SIZE - n, "%s%s%x", in rtw_coex_addr_info()
3430 return scnprintf(addr_info + n, INFO_SIZE - n, "%s%s%x[%d]", in rtw_coex_addr_info()
3433 return scnprintf(addr_info + n, INFO_SIZE - n, "%s%s%x[%d:%d]", in rtw_coex_addr_info()
3444 if (INFO_SIZE - n <= 0) in rtw_coex_val_info()
3449 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep, in rtw_coex_val_info()
3452 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep, in rtw_coex_val_info()
3455 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep, in rtw_coex_val_info()
3468 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep, in rtw_coex_val_info()
[all …]