Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/mod/
H A Ddevicetable-offsets.c228 DEVID_FIELD(tb_service_id, protocol_key); in main()
H A Dfile2alias.c1294 DEF_FIELD_ADDR(symval, tb_service_id, protocol_key); in do_tbsvc_entry()
1301 sprintf(alias + strlen(alias), "k%s", *protocol_key); in do_tbsvc_entry()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h406 .protocol_key = (key), \
H A Dmod_devicetable.h777 char protocol_key[8 + 1]; member
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Ddomain.c27 if (strcmp(id->protocol_key, svc->key)) in match_service_id()