Home
last modified time | relevance | path

Searched refs:MXC_MAX_SLOTS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/imx-jpeg/
A Dmxc-jpeg.h120 struct mxc_jpeg_slot_data slot_data[MXC_MAX_SLOTS];
A Dmxc-jpeg-hw.h61 #define MXC_MAX_SLOTS 1 /* TODO use all 4 slots*/ macro
A Dmxc-jpeg.c526 if (slot >= MXC_MAX_SLOTS) { in mxc_jpeg_free_slot_data()
965 ctx->slot = mxc_get_free_slot(jpeg->slot_data, MXC_MAX_SLOTS); in mxc_jpeg_device_run()
966 if (ctx->slot >= MXC_MAX_SLOTS) { in mxc_jpeg_device_run()
1508 ctx->slot = MXC_MAX_SLOTS; /* slot not allocated yet */ in mxc_jpeg_open()
2016 for (slot = 0; slot < MXC_MAX_SLOTS; slot++) { in mxc_jpeg_probe()
2185 for (slot = 0; slot < MXC_MAX_SLOTS; slot++) in mxc_jpeg_remove()

Completed in 9 milliseconds