Home
last modified time | relevance | path

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

/linux-4.1.27/tools/firewire/
Dnosy-dump.c146 static struct subaction *
149 struct subaction *sa; in subaction_create()
163 subaction_destroy(struct subaction *sa) in subaction_destroy()
201 struct subaction *sa; in link_transaction_destroy()
204 sa = list_head(&t->request_list, struct subaction, link); in link_transaction_destroy()
209 sa = list_head(&t->response_list, struct subaction, link); in link_transaction_destroy()
228 struct subaction *sa; in handle_transaction()
498 struct subaction *sa, *prev; in handle_request_packet()
508 struct subaction, link); in handle_request_packet()
563 struct subaction *sa, *prev; in handle_response_packet()
[all …]
Dnosy-dump.h157 struct subaction { struct
166 struct subaction *request, *response; argument