Home
last modified time | relevance | path

Searched refs:hexstr2bin (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_wow.c202 if (hexstr2bin(cp, &hex, 1) < 0) { in rtw_wowlan_parser_pattern_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_wow.c208 if (hexstr2bin(cp, &hex, 1) < 0) { in rtw_wowlan_parser_pattern_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service.h659 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/
H A Dosdep_service.c1155 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/
H A Dosdep_service.c1155 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dosdep_service.h659 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dosdep_service.h809 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dosdep_service.h790 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dosdep_service.h790 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dosdep_service.h815 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dosdep_service.h791 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dosdep_service.h874 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dosdep_service.h875 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dosdep_service.h849 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dosdep_service.h849 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dosdep_service.h874 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dosdep_service.h882 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dosdep_service.h885 int hexstr2bin(const char *hex, u8 *buf, size_t len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Dioctl_linux.c6241 static int hexstr2bin(const char *hex, u8 *buf, size_t len) function
6266 if (hexstr2bin(pos, opos, 4))
6271 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
6276 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
6281 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
6286 if (*pos++ != '-' || hexstr2bin(pos, opos, 6))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Dioctl_linux.c5267 static int hexstr2bin(const char *hex, u8 *buf, size_t len) function
5292 if (hexstr2bin(pos, opos, 4))
5297 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
5302 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
5307 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
5312 if (*pos++ != '-' || hexstr2bin(pos, opos, 6))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dioctl_linux.c6183 static int hexstr2bin(const char *hex, u8 *buf, size_t len) function
6208 if (hexstr2bin(pos, opos, 4))
6213 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
6218 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
6223 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
6228 if (*pos++ != '-' || hexstr2bin(pos, opos, 6))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dioctl_linux.c5687 static int hexstr2bin(const char *hex, u8 *buf, size_t len) function
5712 if (hexstr2bin(pos, opos, 4))
5717 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
5722 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
5727 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
5732 if (*pos++ != '-' || hexstr2bin(pos, opos, 6))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/
H A Dosdep_service.c3149 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/
H A Dosdep_service.c3149 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/
H A Dosdep_service.c3149 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin() function

123