Lines Matching defs:fw_ohci
178 struct fw_ohci { struct
194 * Spinlock for accessing fw_ohci data. Never call out of argument
197 spinlock_t lock;
199 struct mutex phy_reg_mutex;
201 void *misc_buffer;
202 dma_addr_t misc_buffer_bus;
204 struct ar_context ar_request_ctx;
205 struct ar_context ar_response_ctx;
206 struct context at_request_ctx;
207 struct context at_response_ctx;
209 u32 it_context_support;
210 u32 it_context_mask; /* unoccupied IT contexts */
234 static inline struct fw_ohci *fw_ohci(struct fw_card *card) in fw_ohci() argument