Searched refs:__format (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dimx214.c603 struct v4l2_mbus_framefmt *__format; local
620 __format = __imx214_get_pad_format(imx214, sd_state, format->pad,
622 __format->width = __crop->width;
623 __format->height = __crop->height;
624 __format->code = IMX214_MBUS_CODE;
625 __format->field = V4L2_FIELD_NONE;
626 __format->colorspace = V4L2_COLORSPACE_SRGB;
627 __format->ycbcr_enc = V4L2_MAP_YCBCR_ENC_DEFAULT(__format->colorspace);
628 __format
[all...]
H A Dmt9v032.c503 struct v4l2_mbus_framefmt *__format; local
526 __format = __mt9v032_get_pad_format(mt9v032, sd_state, format->pad,
528 __format->width = __crop->width / hratio;
529 __format->height = __crop->height / vratio;
537 format->format = *__format;
561 struct v4l2_mbus_framefmt *__format; local
596 __format = __mt9v032_get_pad_format(mt9v032, sd_state,
599 __format->width = rect.width;
600 __format->height = rect.height;
H A Dmt9p031.c591 struct v4l2_mbus_framefmt *__format; local
614 __format = __mt9p031_get_pad_format(mt9p031, sd_state, format->pad,
616 __format->width = __crop->width / hratio;
617 __format->height = __crop->height / vratio;
619 format->format = *__format;
653 struct v4l2_mbus_framefmt *__format; local
686 __format = __mt9p031_get_pad_format(mt9p031, sd_state,
689 __format->width = rect.width;
690 __format->height = rect.height;
H A Dov7251.c1219 struct v4l2_mbus_framefmt *__format; local
1265 __format = __ov7251_get_pad_format(ov7251, sd_state, format->pad,
1267 __format->width = __crop->width;
1268 __format->height = __crop->height;
1269 __format->code = MEDIA_BUS_FMT_Y10_1X10;
1270 __format->field = V4L2_FIELD_NONE;
1271 __format->colorspace = V4L2_COLORSPACE_SRGB;
1272 __format->ycbcr_enc = V4L2_MAP_YCBCR_ENC_DEFAULT(__format->colorspace);
1273 __format
[all...]
H A Dov5645.c897 struct v4l2_mbus_framefmt *__format; local
927 __format = __ov5645_get_pad_format(ov5645, sd_state, format->pad,
929 __format->width = __crop->width;
930 __format->height = __crop->height;
931 __format->code = MEDIA_BUS_FMT_UYVY8_1X16;
932 __format->field = V4L2_FIELD_NONE;
933 __format->colorspace = V4L2_COLORSPACE_SRGB;
935 format->format = *__format;
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c284 struct v4l2_mbus_framefmt *__format; local
287 __format = __xtpg_get_pad_format(xtpg, sd_state, fmt->pad, fmt->which);
293 fmt->format = *__format;
301 __format->code = fmt->format.code;
304 xvip_set_format_size(__format, fmt);
306 fmt->format = *__format;
310 __format = __xtpg_get_pad_format(xtpg, sd_state, 1,
312 *__format = fmt->format;
H A Dxilinx-csi2rxss.c701 struct v4l2_mbus_framefmt *__format; local
711 __format = __xcsi2rxss_get_pad_format(xcsi2rxss, sd_state,
716 fmt->format = *__format;
734 *__format = fmt->format;
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c409 #define RT2X00DEBUGFS_OPS_READ(__name, __format, __type) \
436 size = sprintf(line, __format, value); \
482 #define RT2X00DEBUGFS_OPS(__name, __format, __type) \
483 RT2X00DEBUGFS_OPS_READ(__name, __format, __type); \
/linux-master/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c468 #define __HW_ID(__group, __format) \
469 ((((__group) & 0x7) << 3) | ((__format) & 0x7))
/linux-master/tools/testing/selftests/alsa/
H A Dpcm-test.c347 __format:
367 goto __format;
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_hw.c61 #define MALIDP_ID(__group, __format) \
62 ((((__group) & 0x7) << 3) | ((__format) & 0x7))

Completed in 141 milliseconds