Lines Matching defs:context
130 struct context { struct
131 struct fw_ohci *ohci;
132 u32 regs;
133 int total_allocation;
134 u32 current_bus;
135 bool running;
136 bool flushing;
143 struct list_head buffer_list;
149 struct descriptor_buffer *buffer_tail;
178 struct context context; argument
1438 static int handle_at_packet(struct context *context, in handle_at_packet()
2769 static int handle_ir_packet_per_buffer(struct context *context, in handle_ir_packet_per_buffer()
2804 static int handle_ir_buffer_fill(struct context *context, in handle_ir_buffer_fill()
2855 static inline void sync_it_packet_for_cpu(struct context *context, in sync_it_packet_for_cpu()
2892 static int handle_it_packet(struct context *context, in handle_it_packet()