Searched refs:fse (Results 1 - 25 of 124) sorted by relevance

12345

/linux-master/fs/notify/inotify/
H A Dinotify.h7 struct fsnotify_event fse; member in struct:inotify_event_info
20 static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse) argument
22 return container_of(fse, struct inotify_event_info, fse);
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-vip.c275 * @fse: returning media bus frame size
288 struct v4l2_subdev_frame_size_enum *fse)
295 if (fse->which == V4L2_SUBDEV_FORMAT_ACTIVE)
298 format = v4l2_subdev_state_get_format(sd_state, fse->pad);
300 if (fse->index || fse->code != format->code)
303 if (fse->pad == XVIP_PAD_SINK) {
304 fse->min_width = XVIP_MIN_WIDTH;
305 fse->max_width = XVIP_MAX_WIDTH;
306 fse
286 xvip_enum_frame_size(struct v4l2_subdev *subdev, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]
H A Dxilinx-tpg.c324 struct v4l2_subdev_frame_size_enum *fse)
328 format = v4l2_subdev_state_get_format(sd_state, fse->pad);
330 if (fse->index || fse->code != format->code)
336 if (fse->pad == 0) {
337 fse->min_width = XVIP_MIN_WIDTH;
338 fse->max_width = XVIP_MAX_WIDTH;
339 fse->min_height = XVIP_MIN_HEIGHT;
340 fse->max_height = XVIP_MAX_HEIGHT;
342 fse
322 xtpg_enum_frame_size(struct v4l2_subdev *subdev, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_sru.c123 struct v4l2_subdev_frame_size_enum *fse)
130 state = vsp1_entity_get_state(&sru->entity, sd_state, fse->which);
138 if (fse->index || fse->code != format->code) {
143 if (fse->pad == SRU_PAD_SINK) {
144 fse->min_width = SRU_MIN_SIZE;
145 fse->max_width = SRU_MAX_SIZE;
146 fse->min_height = SRU_MIN_SIZE;
147 fse->max_height = SRU_MAX_SIZE;
149 fse
121 sru_enum_frame_size(struct v4l2_subdev *subdev, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]
H A Dvsp1_uds.c128 struct v4l2_subdev_frame_size_enum *fse)
135 state = vsp1_entity_get_state(&uds->entity, sd_state, fse->which);
143 if (fse->index || fse->code != format->code) {
148 if (fse->pad == UDS_PAD_SINK) {
149 fse->min_width = UDS_MIN_SIZE;
150 fse->max_width = UDS_MAX_SIZE;
151 fse->min_height = UDS_MIN_SIZE;
152 fse->max_height = UDS_MAX_SIZE;
154 uds_output_limits(format->width, &fse
126 uds_enum_frame_size(struct v4l2_subdev *subdev, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]
H A Dvsp1_brx.c82 struct v4l2_subdev_frame_size_enum *fse)
84 if (fse->index)
87 if (fse->code != MEDIA_BUS_FMT_ARGB8888_1X32 &&
88 fse->code != MEDIA_BUS_FMT_AYUV8_1X32)
91 fse->min_width = BRX_MIN_SIZE;
92 fse->max_width = BRX_MAX_SIZE;
93 fse->min_height = BRX_MIN_SIZE;
94 fse->max_height = BRX_MAX_SIZE;
80 brx_enum_frame_size(struct v4l2_subdev *subdev, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
H A Dvsp1_entity.c253 * @fse: Frame size enumeration
266 struct v4l2_subdev_frame_size_enum *fse,
275 state = vsp1_entity_get_state(entity, sd_state, fse->which);
279 format = vsp1_entity_get_pad_format(entity, state, fse->pad);
283 if (fse->index || fse->code != format->code) {
288 if (fse->pad == 0) {
289 fse->min_width = min_width;
290 fse->max_width = max_width;
291 fse
264 vsp1_subdev_enum_frame_size(struct v4l2_subdev *subdev, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse, unsigned int min_width, unsigned int min_height, unsigned int max_width, unsigned int max_height) argument
[all...]
H A Dvsp1_lif.c52 struct v4l2_subdev_frame_size_enum *fse)
54 return vsp1_subdev_enum_frame_size(subdev, sd_state, fse,
50 lif_enum_frame_size(struct v4l2_subdev *subdev, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipe.c275 struct v4l2_subdev_frame_size_enum *fse)
280 if (fse->index != 0)
283 format.code = fse->code;
286 ipipe_try_format(ipipe, sd_state, fse->pad, &format, fse->which);
287 fse->min_width = format.width;
288 fse->min_height = format.height;
290 if (format.code != fse->code)
293 format.code = fse->code;
296 ipipe_try_format(ipipe, sd_state, fse
273 ipipe_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]
H A Diss_ipipeif.c483 struct v4l2_subdev_frame_size_enum *fse)
488 if (fse->index != 0)
491 format.code = fse->code;
494 ipipeif_try_format(ipipeif, sd_state, fse->pad, &format, fse->which);
495 fse->min_width = format.width;
496 fse->min_height = format.height;
498 if (format.code != fse->code)
501 format.code = fse->code;
504 ipipeif_try_format(ipipeif, sd_state, fse
481 ipipeif_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-ip.c147 struct v4l2_subdev_frame_size_enum *fse)
149 if (fse->index != 0)
152 if (fse->code != MEDIA_BUS_FMT_UYVY8_1X16)
155 fse->min_width = RZG2L_CRU_MIN_INPUT_WIDTH;
156 fse->min_height = RZG2L_CRU_MIN_INPUT_HEIGHT;
157 fse->max_width = RZG2L_CRU_MAX_INPUT_WIDTH;
158 fse->max_height = RZG2L_CRU_MAX_INPUT_HEIGHT;
145 rzg2l_cru_ip_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_frame_size_enum *fse) argument
/linux-master/drivers/media/platform/ti/cal/
H A Dcal-video.c194 struct v4l2_subdev_frame_size_enum fse = { local
213 fse.pad = 0;
214 fse.code = fmtinfo->code;
215 for (fse.index = 0; ; fse.index++) {
219 NULL, &fse);
223 if ((f->fmt.pix.width == fse.max_width) &&
224 (f->fmt.pix.height == fse.max_height)) {
227 } else if ((f->fmt.pix.width >= fse.min_width) &&
228 (f->fmt.pix.width <= fse
307 struct v4l2_subdev_frame_size_enum fse = { local
[all...]
H A Dcal-camerarx.c646 struct v4l2_subdev_frame_size_enum *fse)
650 if (fse->index > 0)
654 if (cal_rx_pad_is_source(fse->pad)) {
659 if (fse->code != fmt->code)
662 fse->min_width = fmt->width;
663 fse->max_width = fmt->width;
664 fse->min_height = fmt->height;
665 fse->max_height = fmt->height;
667 fmtinfo = cal_format_by_code(fse->code);
671 fse
644 cal_camerarx_sd_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-parallel.c178 struct v4l2_subdev_frame_size_enum *fse)
182 if (fse->index)
186 vpix = dcmipp_par_pix_map_by_code(IS_SINK(fse->pad) ? fse->code : 0,
187 IS_SRC(fse->pad) ? fse->code : 0);
191 fse->min_width = DCMIPP_FRAME_MIN_WIDTH;
192 fse->max_width = DCMIPP_FRAME_MAX_WIDTH;
193 fse->min_height = DCMIPP_FRAME_MIN_HEIGHT;
194 fse
176 dcmipp_par_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]
H A Ddcmipp-byteproc.c216 struct v4l2_subdev_frame_size_enum *fse)
220 if (fse->index)
223 fse->min_width = DCMIPP_FRAME_MIN_WIDTH;
224 fse->min_height = DCMIPP_FRAME_MIN_HEIGHT;
226 if (IS_SINK(fse->pad)) {
227 fse->max_width = DCMIPP_FRAME_MAX_WIDTH;
228 fse->max_height = DCMIPP_FRAME_MAX_HEIGHT;
231 fse->max_width = compose->width;
232 fse->max_height = compose->height;
214 dcmipp_byteproc_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-csiphy.c417 * @fse: pointer to v4l2_subdev_frame_size_enum structure
422 struct v4l2_subdev_frame_size_enum *fse)
427 if (fse->index != 0)
430 format.code = fse->code;
433 csiphy_try_format(csiphy, sd_state, fse->pad, &format, fse->which);
434 fse->min_width = format.width;
435 fse->min_height = format.height;
437 if (format.code != fse->code)
440 format.code = fse
420 csiphy_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]
H A Dcamss-csid.c397 * @fse: pointer to v4l2_subdev_frame_size_enum structure
402 struct v4l2_subdev_frame_size_enum *fse)
407 if (fse->index != 0)
410 format.code = fse->code;
413 csid_try_format(csid, sd_state, fse->pad, &format, fse->which);
414 fse->min_width = format.width;
415 fse->min_height = format.height;
417 if (format.code != fse->code)
420 format.code = fse
400 csid_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]
/linux-master/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-core.c1232 struct v4l2_subdev_frame_size_enum *fse)
1236 if (fse->pad == S5C73M3_ISP_PAD) {
1237 if (fse->code != S5C73M3_ISP_FMT)
1241 if (fse->code != S5C73M3_JPEG_FMT)
1246 if (fse->index >= s5c73m3_resolutions_len[idx])
1249 fse->min_width = s5c73m3_resolutions[idx][fse->index].width;
1250 fse->max_width = fse->min_width;
1251 fse
1230 s5c73m3_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
1257 s5c73m3_oif_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-sensor.c75 struct v4l2_subdev_frame_size_enum *fse)
79 if (fse->index)
83 vpix = vimc_pix_map_by_code(fse->code);
87 fse->min_width = VIMC_FRAME_MIN_WIDTH;
88 fse->max_width = VIMC_FRAME_MAX_WIDTH;
89 fse->min_height = VIMC_FRAME_MIN_HEIGHT;
90 fse->max_height = VIMC_FRAME_MAX_HEIGHT;
73 vimc_sensor_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
H A Dvimc-scaler.c114 struct v4l2_subdev_frame_size_enum *fse)
118 if (fse->index)
122 vpix = vimc_pix_map_by_code(fse->code);
126 fse->min_width = VIMC_FRAME_MIN_WIDTH;
127 fse->min_height = VIMC_FRAME_MIN_HEIGHT;
129 fse->max_width = VIMC_FRAME_MAX_WIDTH;
130 fse->max_height = VIMC_FRAME_MAX_HEIGHT;
112 vimc_scaler_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
H A Dvimc-debayer.c193 struct v4l2_subdev_frame_size_enum *fse)
195 if (fse->index)
198 if (VIMC_IS_SINK(fse->pad)) {
200 vimc_debayer_pix_map_by_code(fse->code);
204 } else if (!vimc_debayer_src_code_is_valid(fse->code)) {
208 fse->min_width = VIMC_FRAME_MIN_WIDTH;
209 fse->max_width = VIMC_FRAME_MAX_WIDTH;
210 fse->min_height = VIMC_FRAME_MIN_HEIGHT;
211 fse->max_height = VIMC_FRAME_MAX_HEIGHT;
191 vimc_debayer_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
/linux-master/drivers/media/i2c/
H A Dov2680.c780 struct v4l2_subdev_frame_size_enum *fse)
785 if (fse->index >= OV2680_FRAME_SIZES)
788 crop = __ov2680_get_pad_crop(sensor, sd_state, fse->pad, fse->which);
792 fse->min_width = crop->width / (fse->index + 1);
793 fse->min_height = crop->height / (fse->index + 1);
794 fse->max_width = fse
778 ov2680_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
804 struct v4l2_subdev_frame_size_enum fse = { local
[all...]
/linux-master/drivers/staging/media/imx/
H A Dimx-media-capture.c284 struct v4l2_subdev_frame_size_enum fse = { local
295 fse.code = cc->codes ? cc->codes[0] : 0;
297 ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_size, NULL, &fse);
301 if (fse.min_width == fse.max_width &&
302 fse.min_height == fse.max_height) {
304 fsize->discrete.width = fse.min_width;
305 fsize->discrete.height = fse.min_height;
308 fsize->stepwise.min_width = fse
[all...]
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispcsi2.c939 struct v4l2_subdev_frame_size_enum *fse)
944 if (fse->index != 0)
947 format.code = fse->code;
950 csi2_try_format(csi2, sd_state, fse->pad, &format, fse->which);
951 fse->min_width = format.width;
952 fse->min_height = format.height;
954 if (format.code != fse->code)
957 format.code = fse->code;
960 csi2_try_format(csi2, sd_state, fse
937 csi2_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]
H A Dispccp2.c721 struct v4l2_subdev_frame_size_enum *fse)
726 if (fse->index != 0)
729 format.code = fse->code;
732 ccp2_try_format(ccp2, sd_state, fse->pad, &format, fse->which);
733 fse->min_width = format.width;
734 fse->min_height = format.height;
736 if (format.code != fse->code)
739 format.code = fse->code;
742 ccp2_try_format(ccp2, sd_state, fse
719 ccp2_enum_frame_size(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_frame_size_enum *fse) argument
[all...]

Completed in 383 milliseconds

12345