/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_cli/ |
D | cli_reg.c | 60 static int hex2byte(const char *hex) in hex2byte() 80 static int cli_hexstr2bin(const char *hex, u8 *buf, size_t len) in cli_hexstr2bin()
|
/device/soc/winnermicro/wm800/board/platform/common/utils/ |
D | utils.c | 287 int hex; in atohex() local 302 int strtohex(u32 *hex, char *str) in strtohex() 338 int hex = atohex(*str_tmp++); in strtohexarray() local
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/ |
D | ddr_training_uart.c | 45 void uart_early_put_hex(const unsigned int hex) in uart_early_put_hex()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
D | at.c | 341 int at_hex2byte(const char *hex) in at_hex2byte() 363 int at_hexstr2bin(const char *hex, hi_u8 *buf, size_t len) in at_hexstr2bin()
|
/device/board/openvalley/niobeu4/liteos_m/hals/drivers/wifi_lite/ |
D | esp_wifi_wpa.c | 110 int hexstr2bin(const char *hex, unsigned char *buf, size_t len) in hexstr2bin()
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/console/ |
D | wifi_host_console.c | 893 long int hex = strtol(ptr, &next, 16); in fhost_nw_parse_mac_addr() local
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/ |
D | glue.c | 44 static const char hex[] = "0123456789abcdef"; in bt_hex() local
|
D | shell.c | 305 static size_t hex2bin(const char *hex, u8_t *bin, size_t bin_len) in hex2bin()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/ |
D | osdep_service.c | 3738 int hex2byte_i(const char *hex) in hex2byte_i() 3750 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
D | rtw_rm.c | 2266 int hex2byte(const char *hex) in hex2byte()
|
D | rtw_wlan_util.c | 4681 u8 hex; in rtw_wowlan_parser_pattern_cmd() local 5004 u8 hex,idx=0, pos_in_unit_as_4bit = 0; in rtw_wow_war_mdns_parser_pattern() local
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | wl_android.c | 2944 char hex[] = "XX"; in wl_android_set_ibss_beacon_ouidata() local 3072 char hex[] = "XX"; in wl_android_set_roampref() local
|
D | bcmutils.c | 679 static const char hex[] = in bcm_ether_ntoa() local
|
D | wl_android_ext.c | 967 char hex[] = "XX"; in wl_ext_parse_wep() local
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_src/ |
D | app.c | 254 static void app_print_hex(uint8_t *hex, uint8_t len) in app_print_hex()
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | bcmutils.c | 2749 static const char hex[] = in bcm_ether_ntoa() local 4597 bcmhex2bin(const uint8* hex, uint hex_len, uint8 *buf, uint buf_len) in bcmhex2bin()
|
D | wl_android.c | 2700 char hex[] = "XX"; in wl_android_set_join_prefer() local 7639 char hex[] = "XX"; in wl_android_set_ibss_beacon_ouidata() local 7764 char hex[] = "XX"; in wl_android_set_roampref() local
|
D | wl_iapsta.c | 198 char hex[] = "XX"; in wl_ext_parse_wep() local
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | wl_android.c | 3350 char hex[] = "XX"; in wl_android_set_ibss_beacon_ouidata() local 3476 char hex[] = "XX"; in wl_android_set_roampref() local
|
D | bcmutils.c | 1583 static const char hex[] = {'0', '1', '2', '3', '4', '5', '6', '7', in bcm_ether_ntoa() local
|
D | wl_iapsta.c | 216 char hex[] = "XX"; in wl_ext_parse_wep() local
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | wl_android.c | 3251 char hex[] = "XX"; in wl_android_set_ibss_beacon_ouidata() local 3376 char hex[] = "XX"; in wl_android_set_roampref() local
|
D | bcmutils.c | 1600 static const char hex[] = in bcm_ether_ntoa() local
|
D | wl_android_ext.c | 1501 char hex[] = "XX"; in wl_ext_parse_wep() local
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/ |
D | hal_com_phycfg.c | 1751 static u8 get_val_from_hex(u32 hex, u8 i) in get_val_from_hex()
|