Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/sound/firewire/fireface/
Dff-transaction.c176 struct fw_card *fw_card = fw_parent_device(ff->unit)->card; in snd_ff_transaction_reregister() local
/kernel/linux/linux-5.10/sound/firewire/
Damdtp-stream.c1358 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