Home
last modified time | relevance | path

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

/Linux-v5.15/tools/firewire/
Dnosy-dump.c133 static struct subaction *
136 struct subaction *sa; in subaction_create()
150 subaction_destroy(struct subaction *sa) in subaction_destroy()
188 struct subaction *sa; in link_transaction_destroy()
191 sa = list_head(&t->request_list, struct subaction, link); in link_transaction_destroy()
196 sa = list_head(&t->response_list, struct subaction, link); in link_transaction_destroy()
215 struct subaction *sa; in handle_transaction()
485 struct subaction *sa, *prev; in handle_request_packet()
495 struct subaction, link); in handle_request_packet()
550 struct subaction *sa, *prev; in handle_response_packet()
[all …]
Dnosy-dump.h158 struct subaction { struct
167 struct subaction *request, *response; argument