Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firewire/
Dohci.c101 struct fw_ohci *ohci;
131 struct fw_ohci *ohci;
191 struct fw_ohci { struct
247 static inline struct fw_ohci *fw_ohci(struct fw_card *card) in fw_ohci() argument
249 return container_of(card, struct fw_ohci, card); in fw_ohci()
379 static void log_irqs(struct fw_ohci *ohci, u32 evt) in log_irqs()
428 static void log_selfids(struct fw_ohci *ohci, int generation, int self_id_count) in log_selfids()
484 static void log_ar_at_event(struct fw_ohci *ohci, in log_ar_at_event()
540 static inline void reg_write(const struct fw_ohci *ohci, int offset, u32 data) in reg_write()
545 static inline u32 reg_read(const struct fw_ohci *ohci, int offset) in reg_read()
[all …]