Lines Matching defs:fw_ohci
191 struct fw_ohci { struct
207 * Spinlock for accessing fw_ohci data. Never call out of argument
210 spinlock_t lock;
212 struct mutex phy_reg_mutex;
214 void *misc_buffer;
215 dma_addr_t misc_buffer_bus;
217 struct ar_context ar_request_ctx;
218 struct ar_context ar_response_ctx;
219 struct context at_request_ctx;
220 struct context at_response_ctx;
222 u32 it_context_support;
223 u32 it_context_mask; /* unoccupied IT contexts */
247 static inline struct fw_ohci *fw_ohci(struct fw_card *card) in fw_ohci() argument