Home
last modified time | relevance | path

Searched refs:simple_strtoul (Results 1 - 12 of 12) sorted by relevance

/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
H A Dsystem.c178 unsigned long simple_strtoul(const char *cp, char **endp, unsigned int base) in simple_strtoul() function
200 return -simple_strtoul(cp + 1, endp, base); in simple_strtol()
202 return simple_strtoul(cp, endp, base); in simple_strtol()
374 *s = (unsigned char)simple_strtoul(str, &next, base); in pre_vsscanf()
383 *s = (unsigned short)simple_strtoul(str, &next, base); in pre_vsscanf()
392 *l = simple_strtoul(str, &next, base); in pre_vsscanf()
408 *s = (size_t)simple_strtoul(str, &next, base); in pre_vsscanf()
417 *i = (unsigned int)simple_strtoul(str, &next, base); in pre_vsscanf()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_string.c65 return simple_strtoul(str, end, base); in osal_strtoul()
/device/soc/rockchip/common/sdk_linux/kernel/
H A Dreboot.c574 reboot_cpu = simple_strtoul(str + 1, NULL, 0); in reboot_setup()
576 reboot_cpu = simple_strtoul(str + 3, NULL, 0); in reboot_setup()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_string.c140 return simple_strtoul(cp, endp, base); in osal_strtoul()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android.c1410 pno_time = simple_strtoul(str_ptr, &str_ptr, 16); in wl_android_set_pno_setup()
1420 pno_repeat = simple_strtoul(str_ptr, &str_ptr, 16); in wl_android_set_pno_setup()
1429 pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); in wl_android_set_pno_setup()
3280 ie_buf[idx] = (uint8)simple_strtoul(hex, NULL, 16); in wl_android_set_ibss_beacon_ouidata()
3286 ie_buf[idx++] = (uint8)simple_strtoul(hex, NULL, 16); in wl_android_set_ibss_beacon_ouidata()
3381 num_akm_suites = simple_strtoul(pcmd, NULL, 16); in wl_android_set_roampref()
3405 buf[j] = (uint8)simple_strtoul(hex, NULL, 16); in wl_android_set_roampref()
3411 num_ucipher_suites = simple_strtoul(pcmd, NULL, 16); in wl_android_set_roampref()
3425 buf[j] = (uint8)simple_strtoul(hex, NULL, 16); in wl_android_set_roampref()
H A Dwl_cfg80211.c1470 n->octet[count++] = (uint8)simple_strtoul(a, &c, 16); in wl_cfg80211_ether_atoe()
12560 survey->obss = simple_strtoul(token, NULL, 10); in wl_parse_dump_obss()
12566 survey->ibss = simple_strtoul(token, NULL, 10); in wl_parse_dump_obss()
12572 survey->tx = simple_strtoul(token, NULL, 10); in wl_parse_dump_obss()
12578 survey->no_ctg = simple_strtoul(token, NULL, 10); in wl_parse_dump_obss()
12584 survey->no_pckt = simple_strtoul(token, NULL, 10); in wl_parse_dump_obss()
12590 survey->idle = simple_strtoul(token, NULL, 10); in wl_parse_dump_obss()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H A Dhisi_allocator.c42 __value = simple_strtoul(s, &__end_p, base); in _strtoul_ex()
H A Dmedia_mem.c807 __value = simple_strtoul(s, &__end_p, base);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.h669 return simple_strtoul(string, result, base); in oal_simple_strtoul()
/device/soc/rockchip/common/sdk_linux/init/
H A Dinitramfs.c175 parsed[i] = simple_strtoul(buf, NULL, 0x10); in parse_header()
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H A Dblock.c313 unsigned long set = simple_strtoul(buf, &end, 0); in force_ro_store()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c8907 vram_size = simple_strtoul(pstr, (char **)HI_NULL, 0);
8974 *layer_id = simple_strtoul(number, (char **)HI_NULL, 10); /* 10 base data */

Completed in 54 milliseconds