Searched refs:oal_strtol (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_util.h | 375 #define oal_strtol strtol macro 419 static inline hi_s32 oal_strtol(const hi_char *pc_nptr, hi_char **ppc_endptr, hi_s32 l_base) in oal_strtol() function
|
H A D | plat_firmware.c | 1937 data[i] = (hi_u32)oal_strtol(revbuf[i], &stop, 16); /* 16:按16进制解析 */ in split_cmd_paras() 1939 data[i] = (hi_u32)oal_strtol(revbuf[i], &stop, 10); /* 10:按10进制解析 */ in split_cmd_paras() 2070 data = oal_strtol((const hi_char *)g_cus_cfg_cmd[idx].cmd_para, &stop, 10); /* 10:按10进制解析 */ in cfg_rssi_ofset()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_hipriv.c | 750 set_dscr_param->l_value = oal_strtol(cmd_param.cmd_param3, HI_NULL, 0); in wal_hipriv_set_tx_dscr_param() 2832 l_tmp = oal_strtol(ac_name, &pc_end, 16); /* 16: 转换为16进制 */ in wal_hipriv_set_wow() 2866 wow_param->us_pattern_index = (hi_u16)oal_strtol(ac_value, &pc_end, 10); /* 10: 转换为10进制 */ in wal_hipriv_get_add_wow_pattern_param() 3007 cfg_wow_param.us_pattern_index = (hi_u16)oal_strtol(ac_index, &pc_end, 10); /* 10: 转换为10进制 */ in wal_hipriv_set_wow_pattern() 5385 hi_s32 protocol = oal_strtol(protocol_param, NULL, 10); /* 10进制 */ in wal_set_protocol() 6706 rate_value = oal_strtol(ac_arg_ptr, HI_NULL, 0); in wal_at_set_rate()
|
Completed in 17 milliseconds