| /linux/drivers/media/platform/xilinx/ |
| H A D | xilinx-vip.c | 288 struct v4l2_subdev_frame_size_enum *fse) in xvip_enum_frame_size() argument 295 if (fse->which == V4L2_SUBDEV_FORMAT_ACTIVE) in xvip_enum_frame_size() 298 format = v4l2_subdev_state_get_format(sd_state, fse->pad); in xvip_enum_frame_size() 300 if (fse->index || fse->code != format->code) in xvip_enum_frame_size() 303 if (fse->pad == XVIP_PAD_SINK) { in xvip_enum_frame_size() 304 fse->min_width = XVIP_MIN_WIDTH; in xvip_enum_frame_size() 305 fse->max_width = XVIP_MAX_WIDTH; in xvip_enum_frame_size() 306 fse->min_height = XVIP_MIN_HEIGHT; in xvip_enum_frame_size() 307 fse->max_height = XVIP_MAX_HEIGHT; in xvip_enum_frame_size() 312 fse->min_width = format->width; in xvip_enum_frame_size() [all …]
|
| H A D | xilinx-vip.h | 132 struct v4l2_subdev_frame_size_enum *fse);
|
| /linux/fs/notify/inotify/ |
| H A D | inotify.h | 7 struct fsnotify_event fse; member 20 static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse) in INOTIFY_E() argument 22 return container_of(fse, struct inotify_event_info, fse); in INOTIFY_E()
|
| H A D | inotify_fsnotify.c | 117 fsn_event = &event->fse; in inotify_handle_inode_event()
|
| /linux/drivers/media/platform/st/stm32/stm32-dcmipp/ |
| H A D | dcmipp-input.c | 223 struct v4l2_subdev_frame_size_enum *fse) in dcmipp_inp_enum_frame_size() argument 227 if (fse->index) in dcmipp_inp_enum_frame_size() 231 vpix = dcmipp_inp_pix_map_by_code(IS_SINK(fse->pad) ? fse->code : 0, in dcmipp_inp_enum_frame_size() 232 IS_SRC(fse->pad) ? fse->code : 0); in dcmipp_inp_enum_frame_size() 236 fse->min_width = DCMIPP_FRAME_MIN_WIDTH; in dcmipp_inp_enum_frame_size() 237 fse->max_width = DCMIPP_FRAME_MAX_WIDTH; in dcmipp_inp_enum_frame_size() 238 fse->min_height = DCMIPP_FRAME_MIN_HEIGHT; in dcmipp_inp_enum_frame_size() 239 fse->max_height = DCMIPP_FRAME_MAX_HEIGHT; in dcmipp_inp_enum_frame_size()
|
| H A D | dcmipp-byteproc.c | 244 struct v4l2_subdev_frame_size_enum *fse) in dcmipp_byteproc_enum_frame_size() argument 248 if (fse->index) in dcmipp_byteproc_enum_frame_size() 251 fse->min_width = DCMIPP_FRAME_MIN_WIDTH; in dcmipp_byteproc_enum_frame_size() 252 fse->min_height = DCMIPP_FRAME_MIN_HEIGHT; in dcmipp_byteproc_enum_frame_size() 254 if (IS_SINK(fse->pad)) { in dcmipp_byteproc_enum_frame_size() 255 fse->max_width = DCMIPP_FRAME_MAX_WIDTH; in dcmipp_byteproc_enum_frame_size() 256 fse->max_height = DCMIPP_FRAME_MAX_HEIGHT; in dcmipp_byteproc_enum_frame_size() 259 fse->max_width = compose->width; in dcmipp_byteproc_enum_frame_size() 260 fse->max_height = compose->height; in dcmipp_byteproc_enum_frame_size()
|
| /linux/drivers/media/test-drivers/vimc/ |
| H A D | vimc-scaler.c | 121 struct v4l2_subdev_frame_size_enum *fse) in vimc_scaler_enum_frame_size() argument 125 if (fse->index) in vimc_scaler_enum_frame_size() 129 vpix = vimc_pix_map_by_code(fse->code); in vimc_scaler_enum_frame_size() 133 fse->min_width = VIMC_FRAME_MIN_WIDTH; in vimc_scaler_enum_frame_size() 134 fse->min_height = VIMC_FRAME_MIN_HEIGHT; in vimc_scaler_enum_frame_size() 136 fse->max_width = VIMC_FRAME_MAX_WIDTH; in vimc_scaler_enum_frame_size() 137 fse->max_height = VIMC_FRAME_MAX_HEIGHT; in vimc_scaler_enum_frame_size()
|
| H A D | vimc-debayer.c | 199 struct v4l2_subdev_frame_size_enum *fse) in vimc_debayer_enum_frame_size() argument 201 if (fse->index) in vimc_debayer_enum_frame_size() 204 if (VIMC_IS_SINK(fse->pad)) { in vimc_debayer_enum_frame_size() 206 vimc_debayer_pix_map_by_code(fse->code); in vimc_debayer_enum_frame_size() 210 } else if (!vimc_debayer_src_code_is_valid(fse->code)) { in vimc_debayer_enum_frame_size() 214 fse->min_width = VIMC_FRAME_MIN_WIDTH; in vimc_debayer_enum_frame_size() 215 fse->max_width = VIMC_FRAME_MAX_WIDTH; in vimc_debayer_enum_frame_size() 216 fse->min_height = VIMC_FRAME_MIN_HEIGHT; in vimc_debayer_enum_frame_size() 217 fse->max_height = VIMC_FRAME_MAX_HEIGHT; in vimc_debayer_enum_frame_size()
|
| /linux/drivers/media/i2c/ |
| H A D | ov02c10.c | 742 struct v4l2_subdev_frame_size_enum *fse) in ov02c10_enum_frame_size() argument 744 if (fse->index >= ARRAY_SIZE(supported_modes)) in ov02c10_enum_frame_size() 747 if (fse->code != MEDIA_BUS_FMT_SGRBG10_1X10) in ov02c10_enum_frame_size() 750 fse->min_width = supported_modes[fse->index].width; in ov02c10_enum_frame_size() 751 fse->max_width = fse->min_width; in ov02c10_enum_frame_size() 752 fse->min_height = supported_modes[fse->index].height; in ov02c10_enum_frame_size() 753 fse->max_height = fse->min_height; in ov02c10_enum_frame_size()
|
| H A D | gc0308.c | 1020 struct v4l2_subdev_frame_size_enum *fse) in gc0308_enum_frame_size() argument 1022 if (fse->index >= ARRAY_SIZE(gc0308_frame_sizes)) in gc0308_enum_frame_size() 1025 if (gc0308_get_format_idx(fse->code) < 0) in gc0308_enum_frame_size() 1028 fse->min_width = gc0308_frame_sizes[fse->index].width; in gc0308_enum_frame_size() 1029 fse->max_width = gc0308_frame_sizes[fse->index].width; in gc0308_enum_frame_size() 1030 fse->min_height = gc0308_frame_sizes[fse->index].height; in gc0308_enum_frame_size() 1031 fse->max_height = gc0308_frame_sizes[fse->index].height; in gc0308_enum_frame_size()
|
| H A D | isl7998x.c | 983 struct v4l2_subdev_frame_size_enum *fse) in isl7998x_enum_frame_size() argument 985 if (fse->index >= ARRAY_SIZE(supported_modes)) in isl7998x_enum_frame_size() 988 if (fse->code != isl7998x_colour_fmts[0].code) in isl7998x_enum_frame_size() 991 fse->min_width = supported_modes[fse->index].width; in isl7998x_enum_frame_size() 992 fse->max_width = fse->min_width; in isl7998x_enum_frame_size() 993 fse->min_height = supported_modes[fse->index].height; in isl7998x_enum_frame_size() 994 fse->max_height = fse->min_height; in isl7998x_enum_frame_size()
|
| H A D | thp7312.c | 688 struct v4l2_subdev_frame_size_enum *fse) in thp7312_enum_frame_size() argument 690 if (!thp7312_find_bus_code(fse->code)) in thp7312_enum_frame_size() 693 if (fse->index >= ARRAY_SIZE(thp7312_mode_info_data)) in thp7312_enum_frame_size() 696 fse->min_width = thp7312_mode_info_data[fse->index].width; in thp7312_enum_frame_size() 697 fse->max_width = fse->min_width; in thp7312_enum_frame_size() 698 fse->min_height = thp7312_mode_info_data[fse->index].height; in thp7312_enum_frame_size() 699 fse->max_height = fse->min_height; in thp7312_enum_frame_size()
|
| H A D | ov7670.c | 1242 struct v4l2_subdev_frame_size_enum *fse) in ov7670_enum_frame_size() argument 1247 __u32 index = fse->index; in ov7670_enum_frame_size() 1250 if (fse->pad) in ov7670_enum_frame_size() 1265 fse->min_width = fse->max_width = win->width; in ov7670_enum_frame_size() 1266 fse->min_height = fse->max_height = win->height; in ov7670_enum_frame_size()
|
| H A D | tvp5150.c | 1246 struct v4l2_subdev_frame_size_enum *fse) in tvp5150_enum_frame_size() argument 1250 if (fse->index >= 8 || fse->code != TVP5150_MBUS_FMT) in tvp5150_enum_frame_size() 1253 fse->code = TVP5150_MBUS_FMT; in tvp5150_enum_frame_size() 1254 fse->min_width = decoder->rect.width; in tvp5150_enum_frame_size() 1255 fse->max_width = decoder->rect.width; in tvp5150_enum_frame_size() 1256 fse->min_height = decoder->rect.height / 2; in tvp5150_enum_frame_size() 1257 fse->max_height = decoder->rect.height / 2; in tvp5150_enum_frame_size()
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-ic-prpencvf.c | 973 struct v4l2_subdev_frame_size_enum *fse) in prp_enum_frame_size() argument 980 if (fse->pad >= PRPENCVF_NUM_PADS || fse->index != 0) in prp_enum_frame_size() 985 format.pad = fse->pad; in prp_enum_frame_size() 986 format.which = fse->which; in prp_enum_frame_size() 987 format.format.code = fse->code; in prp_enum_frame_size() 991 fse->min_width = format.format.width; in prp_enum_frame_size() 992 fse->min_height = format.format.height; in prp_enum_frame_size() 994 if (format.format.code != fse->code) { in prp_enum_frame_size() 999 format.format.code = fse->code; in prp_enum_frame_size() 1003 fse->max_width = format.format.width; in prp_enum_frame_size() [all …]
|
| /linux/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-gc2235.c | 723 struct v4l2_subdev_frame_size_enum *fse) in gc2235_enum_frame_size() argument 725 int index = fse->index; in gc2235_enum_frame_size() 730 fse->min_width = gc2235_res[index].width; in gc2235_enum_frame_size() 731 fse->min_height = gc2235_res[index].height; in gc2235_enum_frame_size() 732 fse->max_width = gc2235_res[index].width; in gc2235_enum_frame_size() 733 fse->max_height = gc2235_res[index].height; in gc2235_enum_frame_size()
|
| H A D | atomisp-ov2722.c | 859 struct v4l2_subdev_frame_size_enum *fse) in ov2722_enum_frame_size() argument 861 int index = fse->index; in ov2722_enum_frame_size() 866 fse->min_width = ov2722_res[index].width; in ov2722_enum_frame_size() 867 fse->min_height = ov2722_res[index].height; in ov2722_enum_frame_size() 868 fse->max_width = ov2722_res[index].width; in ov2722_enum_frame_size() 869 fse->max_height = ov2722_res[index].height; in ov2722_enum_frame_size()
|
| /linux/drivers/media/platform/renesas/rzg2l-cru/ |
| H A D | rzg2l-csi2.c | 707 struct v4l2_subdev_frame_size_enum *fse) in rzg2l_csi2_enum_frame_size() argument 711 if (fse->index != 0) in rzg2l_csi2_enum_frame_size() 714 if (!rzg2l_csi2_code_to_fmt(fse->code)) in rzg2l_csi2_enum_frame_size() 717 fse->min_width = csi2->info->min_width; in rzg2l_csi2_enum_frame_size() 718 fse->min_height = csi2->info->min_height; in rzg2l_csi2_enum_frame_size() 719 fse->max_width = csi2->info->max_width; in rzg2l_csi2_enum_frame_size() 720 fse->max_height = csi2->info->max_height; in rzg2l_csi2_enum_frame_size()
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispccdc.c | 2195 struct v4l2_subdev_frame_size_enum *fse) in ccdc_enum_frame_size() argument 2200 if (fse->index != 0) in ccdc_enum_frame_size() 2203 format.code = fse->code; in ccdc_enum_frame_size() 2206 ccdc_try_format(ccdc, sd_state, fse->pad, &format, fse->which); in ccdc_enum_frame_size() 2207 fse->min_width = format.width; in ccdc_enum_frame_size() 2208 fse->min_height = format.height; in ccdc_enum_frame_size() 2210 if (format.code != fse->code) in ccdc_enum_frame_size() 2213 format.code = fse->code; in ccdc_enum_frame_size() 2216 ccdc_try_format(ccdc, sd_state, fse->pad, &format, fse->which); in ccdc_enum_frame_size() 2217 fse->max_width = format.width; in ccdc_enum_frame_size() [all …]
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_eth.h | 82 u64 fse; /* Frame Size Error */ member
|
| H A D | dpaa_ethtool.c | 204 rx_errors.fse += percpu_priv->rx_errors.fse; in dpaa_get_ethtool_stats()
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress.c | 1850 bs->entropy.fse.offcode_repeatMode = FSE_repeat_none; in ZSTD_reset_compressedBlockState() 1851 bs->entropy.fse.matchlength_repeatMode = FSE_repeat_none; in ZSTD_reset_compressedBlockState() 1852 bs->entropy.fse.litlength_repeatMode = FSE_repeat_none; in ZSTD_reset_compressedBlockState() 2814 FSE_CTable* CTable_LitLength = nextEntropy->fse.litlengthCTable; in ZSTD_entropyCompressSeqStore_internal() 2815 FSE_CTable* CTable_OffsetBits = nextEntropy->fse.offcodeCTable; in ZSTD_entropyCompressSeqStore_internal() 2816 FSE_CTable* CTable_MatchLength = nextEntropy->fse.matchlengthCTable; in ZSTD_entropyCompressSeqStore_internal() 2870 ZSTD_memcpy(&nextEntropy->fse, &prevEntropy->fse, sizeof(prevEntropy->fse)); in ZSTD_entropyCompressSeqStore_internal() 2877 &prevEntropy->fse, &nextEntropy->fse, in ZSTD_entropyCompressSeqStore_internal() 3734 &prevEntropy->fse, &nextEntropy->fse, in ZSTD_buildBlockEntropyStats() 3852 nbSeq, &entropy->fse, &entropyMetadata->fseMetadata, in ZSTD_estimateBlockSize() [all …]
|
| H A D | zstd_compress_superblock.c | 289 { size_t cSeqSize = ZSTD_compressSubBlock_sequences(&entropy->fse, in ZSTD_compressSubBlock() 413 … nbSeq, &entropy->fse, &entropyMetadata->fseMetadata, in ZSTD_estimateSubBlockSize()
|
| /linux/drivers/media/platform/renesas/ |
| H A D | renesas-ceu.c | 1270 struct v4l2_subdev_frame_size_enum fse = { in ceu_enum_framesizes() local 1282 NULL, &fse); in ceu_enum_framesizes() 1287 fsize->discrete.width = CEU_W_MAX(fse.max_width); in ceu_enum_framesizes() 1288 fsize->discrete.height = CEU_H_MAX(fse.max_height); in ceu_enum_framesizes()
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify.c | 248 fsnotify_remove_queued_event(group, &event->fae.fse); in fanotify_get_response() 288 fsnotify_destroy_event(group, &event->fae.fse); in fanotify_get_response() 995 fsn_event = &event->fse; in fanotify_handle_event()
|