Home
last modified time | relevance | path

Searched defs:fw_card (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Dfirewire.h83 struct fw_card { struct
84 const struct fw_card_driver *driver; argument
85 struct device *device;
86 struct kref kref;
87 struct completion done;
89 int node_id;
90 int generation;
91 int current_tlabel;
92 u64 tlabel_mask;
93 struct list_head transaction_list;
[all …]
/linux-6.1.9/sound/firewire/fireface/
Dff-transaction.c176 struct fw_card *fw_card = fw_parent_device(ff->unit)->card; in snd_ff_transaction_reregister() local