Symbol: find_format_by_code
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c
1128
fmt = find_format_by_code(source_fmt->code);
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c
1404
fmt = find_format_by_code(MEDIA_BUS_FMT_SBGGR10_1X10);
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c
1958
fmt = find_format_by_code(cfe_default_format.code);
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c
449
cfe_fmt = find_format_by_code(code);
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c
469
cfe_fmt = find_format_by_code(code);
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c
793
cfe_fmt = find_format_by_code(fmt->code);
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c
881
fmt = find_format_by_code(source_fmt->code);
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c
922
fmt = find_format_by_code(source_fmt->code);
drivers/media/platform/raspberrypi/rp1-cfe/cfe.h
38
const struct cfe_fmt *find_format_by_code(u32 code);
drivers/media/platform/raspberrypi/rp1-cfe/csi2.c
415
cfe_fmt = find_format_by_code(format->format.code);
drivers/media/platform/raspberrypi/rp1-cfe/csi2.c
417
cfe_fmt = find_format_by_code(MEDIA_BUS_FMT_SRGGB10_1X10);
drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c
443
cfe_fmt = find_format_by_code(format->format.code);
drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c
445
cfe_fmt = find_format_by_code(MEDIA_BUS_FMT_SRGGB16_1X16);
drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c
471
cfe_fmt = find_format_by_code(format->format.code);
drivers/media/platform/raspberrypi/rp1-cfe/pisp-fe.c
473
cfe_fmt = find_format_by_code(MEDIA_BUS_FMT_SRGGB16_1X16);
drivers/media/platform/ti/am437x/am437x-vpfe.c
986
fmt = find_format_by_code(vpfe, mbus_fmt.code);
drivers/media/platform/ti/cal/cal-video.c
902
fmtinfo = find_format_by_code(ctx, mbus_fmt.code);
drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c
291
fmt = find_format_by_code(f->mbus_code);
drivers/media/platform/ti/j721e-csi2rx/j721e-csi2rx.c
980
ti_fmt = find_format_by_code(source_fmt.format.code);
drivers/staging/media/deprecated/atmel/atmel-isc-base.c
1788
fmt = find_format_by_code(isc, mbus_code.code, &i);