Searched defs:fw_card (Results 1 – 3 of 3) 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 …]
176 struct fw_card *fw_card = fw_parent_device(ff->unit)->card; in snd_ff_transaction_reregister() local
1358 static int get_current_cycle_time(struct fw_card *fw_card, int *cur_cycle) in get_current_cycle_time()1444 struct fw_card *fw_card = fw_parent_device(s->unit)->card; in amdtp_domain_start() local