Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/mod/
Ddevicetable-offsets.c219 DEVID_FIELD(tb_service_id, protocol_key); in main()
Dfile2alias.c1334 DEF_FIELD_ADDR(symval, tb_service_id, protocol_key); in do_tbsvc_entry()
1341 sprintf(alias + strlen(alias), "k%s", *protocol_key); in do_tbsvc_entry()
/Linux-v4.19/include/linux/
Dmod_devicetable.h737 char protocol_key[8 + 1]; member
Dthunderbolt.h401 .protocol_key = (key), \
/Linux-v4.19/drivers/thunderbolt/
Ddomain.c28 if (strcmp(id->protocol_key, svc->key)) in match_service_id()