Searched refs:parse_hex (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | xtest_uuid_helpers.c | 28 static uint32_t parse_hex(const char *s, size_t nchars, uint32_t *res) in parse_hex() function 59 u.timeLow = parse_hex(p, 8, &res); in xtest_uuid_from_str() 63 u.timeMid = parse_hex(p, 4, &res); in xtest_uuid_from_str() 67 u.timeHiAndVersion = parse_hex(p, 4, &res); in xtest_uuid_from_str() 72 u.clockSeqAndNode[i] = parse_hex(p, 2, &res); in xtest_uuid_from_str()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-switch.c | 360 static __always_inline unsigned long parse_hex(const char **string) in parse_hex() function 391 cycle_length = parse_hex(&string); in process_set_region_mappings() 401 num_write = parse_hex(&string); in process_set_region_mappings() 431 region_index = parse_hex(&string); in process_set_region_mappings() 444 path_nr = parse_hex(&string); in process_set_region_mappings()
|