Home
last modified time | relevance | path

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

/openbmc/linux/tools/firewire/
H A Dnosy-dump.c208 static const struct protocol_decoder protocol_decoders[] = { variable
223 for (i = 0; i < array_length(protocol_decoders); i++) in handle_transaction()
224 if (protocol_decoders[i].decode(t)) in handle_transaction()