Home
last modified time | relevance | path

Searched defs:str_len (Results 1 – 7 of 7) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
Dkutf_helpers_user.c59 static int validate_val_name(const char *val_str, int str_len) in validate_val_name()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
Dat.c428 hi_void at_printf_decode_slash(hi_u8 *buf, const char **str_pos, size_t *str_len) in at_printf_decode_slash()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Dplat_firmware.c1859 hi_bool parse_mac_addr(const hi_u8 *str, hi_u8 str_len, hi_u8 *mac, hi_u8 size) in parse_mac_addr()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_common.c3901 int str_len; in dhd_pktfilter_offload_enable() local
4021 int str_len; in dhd_pktfilter_offload_set() local
5269 int str_len; in dhd_keep_alive_onoff() local
Ddhd_sdio.c10059 int str_len; in read_more_btbytes() local
Ddhd_linux.c13356 uint str_len = 0; in dhd_os_gets_image() local
14843 int str_len = 0; in dhd_dev_start_mkeep_alive() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Devent_log_payload.h89 #define XTLV_STRING_FULL_LEN(str_len) (BCM_XTLV_HDR_SIZE + (str_len) * sizeof(char)) argument