Searched defs:fw_card (Results 1 – 2 of 2) sorted by relevance
83 struct fw_card { struct84 const struct fw_card_driver *driver; argument85 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 …]
179 struct fw_card *fw_card = fw_parent_device(ff->unit)->card; in snd_ff_transaction_reregister() local