Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firewire/
Dohci.c88 struct fw_ohci *ohci;
118 struct fw_ohci *ohci;
178 struct fw_ohci { struct
234 static inline struct fw_ohci *fw_ohci(struct fw_card *card) in fw_ohci() argument
236 return container_of(card, struct fw_ohci, card); in fw_ohci()
366 static void log_irqs(struct fw_ohci *ohci, u32 evt) in log_irqs()
415 static void log_selfids(struct fw_ohci *ohci, int generation, int self_id_count) in log_selfids()
471 static void log_ar_at_event(struct fw_ohci *ohci, in log_ar_at_event()
527 static inline void reg_write(const struct fw_ohci *ohci, int offset, u32 data) in reg_write()
532 static inline u32 reg_read(const struct fw_ohci *ohci, int offset) in reg_read()
[all …]