Searched refs:strtohexarray (Results 1 – 3 of 3) sorted by relevance
/device/soc/winnermicro/wm800/board/platform/inc/ |
D | utils.h | 39 int strtohexarray(u8 array[], int cnt, char *str);
|
/device/soc/winnermicro/wm800/board/platform/common/utils/ |
D | utils.c | 329 int strtohexarray(u8 array[], int cnt, char *str) in strtohexarray() function
|
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/ |
D | wm_cmdp_hostif.c | 4295 if (strtohexarray(cmd->txg.tx_gain, TX_GAIN_LEN, tok->arg[0]) < 0) { in at_parse_func() 4305 if (strtohexarray(cmd->txg.tx_gain, TX_GAIN_LEN / THREE, tok->arg[0]) < 0) { in at_parse_func() 4319 if (strtohexarray(cmd->txgr.txr_gain, THREE, tok->arg[1]) < 0) { in at_parse_func() 4338 if (strtohexarray(cmd->mac.macaddr, ETH_ALEN, (char *)tmpmac)< 0) { in at_parse_func() 4402 if (strtohexarray(cmd->spif.data, cmd->spif.len, (char *)tok->arg[1]) < 0) { in at_parse_func()
|