Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/nxp/imx-jpeg/
Dmxc-jpeg.h125 struct mxc_jpeg_slot_data slot_data[MXC_MAX_SLOTS];
Dmxc-jpeg-hw.h61 #define MXC_MAX_SLOTS 1 /* TODO use all 4 slots*/ macro
Dmxc-jpeg.c538 if (slot >= MXC_MAX_SLOTS) { in mxc_jpeg_free_slot_data()
1066 ctx->slot = mxc_get_free_slot(jpeg->slot_data, MXC_MAX_SLOTS); in mxc_jpeg_device_run()
1067 if (ctx->slot >= MXC_MAX_SLOTS) { in mxc_jpeg_device_run()
1674 ctx->slot = MXC_MAX_SLOTS; /* slot not allocated yet */ in mxc_jpeg_open()
2185 for (slot = 0; slot < MXC_MAX_SLOTS; slot++) { in mxc_jpeg_probe()
2379 for (slot = 0; slot < MXC_MAX_SLOTS; slot++) in mxc_jpeg_remove()