Searched refs:rtw_sprintf (Results 1 – 6 of 6) sorted by relevance
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
D | rtw_mbo.c | 423 rtw_sprintf(buf, 128, "%s,%d", buf, pch->chs[i]); in rtw_mbo_non_pref_chans_dump() 613 rtw_sprintf(buf, 32, "%02u", pch->chs[j]); in rtw_mbo_proc_non_pref_chans_get() 615 rtw_sprintf(buf, 32, "%s,%02u", buf, pch->chs[j]); in rtw_mbo_proc_non_pref_chans_get()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/ |
D | hal_btcoex.c | 6250 count = rtw_sprintf(pstr, leftSize, "#define DBG\t%d\n", DBG); in hal_btcoex_GetDBG() 6256 count = rtw_sprintf(pstr, leftSize, "BTCOEX Debug Setting:\n"); in hal_btcoex_GetDBG() 6262 count = rtw_sprintf(pstr, leftSize, in hal_btcoex_GetDBG() 6271 count = rtw_sprintf(pstr, leftSize, "INTERFACE Debug Setting Definition:\n"); in hal_btcoex_GetDBG() 6276 count = rtw_sprintf(pstr, leftSize, "\tbit[0]=%d for INTF_INIT\n", in hal_btcoex_GetDBG() 6282 count = rtw_sprintf(pstr, leftSize, "\tbit[2]=%d for INTF_NOTIFY\n\n", in hal_btcoex_GetDBG() 6289 count = rtw_sprintf(pstr, leftSize, "ALGORITHM Debug Setting Definition:\n"); in hal_btcoex_GetDBG() 6294 count = rtw_sprintf(pstr, leftSize, "\tbit[0]=%d for BT_RSSI_STATE\n", in hal_btcoex_GetDBG() 6300 count = rtw_sprintf(pstr, leftSize, "\tbit[1]=%d for WIFI_RSSI_STATE\n", in hal_btcoex_GetDBG() 6306 count = rtw_sprintf(pstr, leftSize, "\tbit[2]=%d for BT_MONITOR\n", in hal_btcoex_GetDBG() [all …]
|
D | hal_halmac.c | 1208 rtw_sprintf(str, len, "V%d_%02d_%02d_%02d", in rtw_halmac_get_version() 2665 rtw_sprintf(desc, 80, "before calling power %s", in _power_switch() 2673 rtw_sprintf(desc, 80, "after calling power %s", in _power_switch()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/rtl8822c/ |
D | rtl8822c_cmd.c | 57 n = rtw_sprintf(msg_p, msg_size, " 0x%02x", pbuf[i]); in rtl8822c_fillh2ccmd()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/rtl8822c/sdio/ |
D | rtl8822cs_xmit.c | 522 rtw_sprintf(thread_name, 20, "RTWHALXT-"ADPT_FMT, ADPT_ARG(adapter)); in rtl8822cs_xmit_thread()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | osdep_service.h | 893 #define rtw_sprintf(buf, size, format, arg...) snprintf(buf, size, format, ##arg) macro
|