Searched refs:id_to_str (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/ |
| H A D | halbtc_dbg_cmd.c | 145 id_to_str(BTC_STR_CHIPID, (u32)btc->chip->chip_id)); in _show_cx_info() 239 id_to_str(BTC_STR_ROLE, (u32)plink->role), in _show_wl_role_info() 241 id_to_str(BTC_STR_MSTATE, (u32)plink->connected), in _show_wl_role_info() 243 id_to_str(BTC_STR_WLMODE, (u32)plink->mode), in _show_wl_role_info() 245 id_to_str(BTC_STR_WLBW, (u32)plink->chdef.bw)); in _show_wl_role_info() 265 id_to_str(BTC_STR_RATE, (u32)t.tx_rate), in _show_wl_role_info() 270 id_to_str(BTC_STR_RATE, (u32)t.rx_rate), in _show_wl_role_info() 291 id_to_str(BTC_STR_WLLINK, (u32)wl_rinfo->link_mode), in _show_wl_info() 292 id_to_str(BTC_STR_MROLE, wl_rinfo->mrole_type)); in _show_wl_info() 522 id_to_str(BTC_STR_TDMA, (u32)t->type), in _show_fbtc_tdma() [all …]
|
| H A D | halbtc_def.h | 19 const char *id_to_str(u8 type, u32 id);
|
| H A D | halbtc_def.c | 64 const char *id_to_str(u8 type, u32 id) in id_to_str() function
|
| H A D | halbtc_fw.c | 650 _update_dm_step(btc, id_to_str(BTC_STR_POLICY, (u32)policy_type)); in hal_btc_fw_set_policy()
|
| H A D | halbtc_action.c | 1150 phy_map, id_to_str(BTC_STR_ANTPATH, dm->set_ant_path & 0xff)); in _set_ant()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/ |
| H A D | halbtc_dbg_cmd.c | 145 id_to_str(BTC_STR_CHIPID, (u32)btc->chip->chip_id)); in _show_cx_info() 239 id_to_str(BTC_STR_ROLE, (u32)plink->role), in _show_wl_role_info() 241 id_to_str(BTC_STR_MSTATE, (u32)plink->connected), in _show_wl_role_info() 243 id_to_str(BTC_STR_WLMODE, (u32)plink->mode), in _show_wl_role_info() 245 id_to_str(BTC_STR_WLBW, (u32)plink->chdef.bw)); in _show_wl_role_info() 265 id_to_str(BTC_STR_RATE, (u32)t.tx_rate), in _show_wl_role_info() 270 id_to_str(BTC_STR_RATE, (u32)t.rx_rate), in _show_wl_role_info() 291 id_to_str(BTC_STR_WLLINK, (u32)wl_rinfo->link_mode), in _show_wl_info() 292 id_to_str(BTC_STR_MROLE, wl_rinfo->mrole_type)); in _show_wl_info() 522 id_to_str(BTC_STR_TDMA, (u32)t->type), in _show_fbtc_tdma() [all …]
|
| H A D | halbtc_def.h | 19 const char *id_to_str(u8 type, u32 id);
|
| H A D | halbtc_def.c | 64 const char *id_to_str(u8 type, u32 id) in id_to_str() function
|
| H A D | halbtc_fw.c | 650 _update_dm_step(btc, id_to_str(BTC_STR_POLICY, (u32)policy_type)); in hal_btc_fw_set_policy()
|
| H A D | halbtc_action.c | 1150 phy_map, id_to_str(BTC_STR_ANTPATH, dm->set_ant_path & 0xff)); in _set_ant()
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | setup.h | 18 struct id_to_str { struct
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | setup.c | 48 static const struct id_to_str arc_legacy_rel[] = { 61 static const struct id_to_str arc_hs_ver54_rel[] = { 120 const struct id_to_str *tbl; in decode_arc_core()
|