Searched defs:mx2_buffer (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/
H A Dmx2_camera.c261 struct mx2_buffer { struct
289 struct mx2_buffer *active;
290 struct mx2_buffer *fb1_active;
291 struct mx2_buffer *fb2_active;
306 static struct mx2_buffer *mx2_ibuf_to_buf(struct mx2_buf_internal *int_buf)
308 return container_of(int_buf, struct mx2_buffer, internal);
462 struct mx2_buffer *buf;
463 struct mx2_buffer **fb_active = fb == 1 ? &pcdev->fb1_active :
485 buf = list_first_entry(&pcdev->capture, struct mx2_buffer,
596 struct mx2_buffer *bu
[all...]

Completed in 50 milliseconds