Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw88/
Dcoex.c3540 #define INFO_SIZE 80 macro
3666 if (INFO_SIZE - n <= 0) in rtw_coex_addr_info()
3692 return scnprintf(addr_info + n, INFO_SIZE - n, "%s%s%x", in rtw_coex_addr_info()
3695 return scnprintf(addr_info + n, INFO_SIZE - n, "%s%s%x[%d]", in rtw_coex_addr_info()
3698 return scnprintf(addr_info + n, INFO_SIZE - n, "%s%s%x[%d:%d]", in rtw_coex_addr_info()
3709 if (INFO_SIZE - n <= 0) in rtw_coex_val_info()
3714 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep, in rtw_coex_val_info()
3717 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep, in rtw_coex_val_info()
3720 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep, in rtw_coex_val_info()
3733 return scnprintf(val_info + n, INFO_SIZE - n, "%s0x%x", sep, in rtw_coex_val_info()
[all …]