Lines Matching defs:context
117 struct context { struct
118 struct fw_ohci *ohci;
119 u32 regs;
120 int total_allocation;
121 u32 current_bus;
122 bool running;
123 bool flushing;
130 struct list_head buffer_list;
136 struct descriptor_buffer *buffer_tail;
165 struct context context; argument
1472 static int handle_at_packet(struct context *context, in handle_at_packet()
2825 static int handle_ir_packet_per_buffer(struct context *context, in handle_ir_packet_per_buffer()
2860 static int handle_ir_buffer_fill(struct context *context, in handle_ir_buffer_fill()
2911 static inline void sync_it_packet_for_cpu(struct context *context, in sync_it_packet_for_cpu()
2948 static int handle_it_packet(struct context *context, in handle_it_packet()