Home
last modified time | relevance | path

Searched refs:uuid_index (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/lib/
Duuid.c22 const u8 uuid_index[16] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}; variable
131 return __uuid_parse(uuid, u->b, uuid_index); in uuid_parse()
Dvsprintf.c1698 const u8 *index = uuid_index; in uuid_string()
/linux-6.1.9/include/linux/
Duuid.h95 extern const u8 uuid_index[16];
/linux-6.1.9/sound/soc/intel/skylake/
Dskl-topology.c3498 u8 uuid_index = 0; in skl_tplg_get_manifest_tkn() local
3526 if (uuid_index >= skl->nr_modules) { in skl_tplg_get_manifest_tkn()
3530 import_guid(&skl->modules[uuid_index++]->uuid, in skl_tplg_get_manifest_tkn()
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.c4978 static const int uuid_index[16] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}; variable
4984 const int *index = uuid_index; in print_uuid_arg()