Searched refs:MXC_MAX_SLOTS (Results 1 – 3 of 3) sorted by relevance
118 struct mxc_jpeg_slot_data slot_data[MXC_MAX_SLOTS];
61 #define MXC_MAX_SLOTS 1 /* TODO use all 4 slots*/ macro
511 if (slot >= MXC_MAX_SLOTS) { in mxc_jpeg_free_slot_data()944 ctx->slot = mxc_get_free_slot(jpeg->slot_data, MXC_MAX_SLOTS); in mxc_jpeg_device_run()945 if (ctx->slot >= MXC_MAX_SLOTS) { in mxc_jpeg_device_run()1479 ctx->slot = MXC_MAX_SLOTS; /* slot not allocated yet */ in mxc_jpeg_open()1990 for (slot = 0; slot < MXC_MAX_SLOTS; slot++) { in mxc_jpeg_probe()2100 for (slot = 0; slot < MXC_MAX_SLOTS; slot++) in mxc_jpeg_remove()