Searched refs:__format (Results 1 – 11 of 11) sorted by relevance
| /drivers/media/i2c/ |
| A D | ov7251.c | 1221 struct v4l2_mbus_framefmt *__format; in ov7251_set_format() local 1269 __format->width = __crop->width; in ov7251_set_format() 1270 __format->height = __crop->height; in ov7251_set_format() 1271 __format->code = MEDIA_BUS_FMT_Y10_1X10; in ov7251_set_format() 1272 __format->field = V4L2_FIELD_NONE; in ov7251_set_format() 1273 __format->colorspace = V4L2_COLORSPACE_SRGB; in ov7251_set_format() 1274 __format->ycbcr_enc = V4L2_MAP_YCBCR_ENC_DEFAULT(__format->colorspace); in ov7251_set_format() 1275 __format->quantization = V4L2_MAP_QUANTIZATION_DEFAULT(true, in ov7251_set_format() 1276 __format->colorspace, __format->ycbcr_enc); in ov7251_set_format() 1277 __format->xfer_func = V4L2_MAP_XFER_FUNC_DEFAULT(__format->colorspace); in ov7251_set_format() [all …]
|
| A D | ov5645.c | 856 struct v4l2_mbus_framefmt *__format; in ov5645_set_format() local 884 __format = v4l2_subdev_state_get_format(sd_state, 0); in ov5645_set_format() 885 __format->width = __crop->width; in ov5645_set_format() 886 __format->height = __crop->height; in ov5645_set_format() 887 __format->code = MEDIA_BUS_FMT_UYVY8_1X16; in ov5645_set_format() 888 __format->field = V4L2_FIELD_NONE; in ov5645_set_format() 889 __format->colorspace = V4L2_COLORSPACE_SRGB; in ov5645_set_format() 891 format->format = *__format; in ov5645_set_format()
|
| A D | mt9v032.c | 503 struct v4l2_mbus_framefmt *__format; in mt9v032_set_format() local 526 __format = __mt9v032_get_pad_format(mt9v032, sd_state, format->pad, in mt9v032_set_format() 528 __format->width = __crop->width / hratio; in mt9v032_set_format() 529 __format->height = __crop->height / vratio; in mt9v032_set_format() 537 format->format = *__format; in mt9v032_set_format() 561 struct v4l2_mbus_framefmt *__format; in mt9v032_set_selection() local 596 __format = __mt9v032_get_pad_format(mt9v032, sd_state, in mt9v032_set_selection() 599 __format->width = rect.width; in mt9v032_set_selection() 600 __format->height = rect.height; in mt9v032_set_selection()
|
| A D | mt9p031.c | 591 struct v4l2_mbus_framefmt *__format; in mt9p031_set_format() local 614 __format = __mt9p031_get_pad_format(mt9p031, sd_state, format->pad, in mt9p031_set_format() 616 __format->width = __crop->width / hratio; in mt9p031_set_format() 617 __format->height = __crop->height / vratio; in mt9p031_set_format() 619 format->format = *__format; in mt9p031_set_format() 653 struct v4l2_mbus_framefmt *__format; in mt9p031_set_selection() local 686 __format = __mt9p031_get_pad_format(mt9p031, sd_state, in mt9p031_set_selection() 689 __format->width = rect.width; in mt9p031_set_selection() 690 __format->height = rect.height; in mt9p031_set_selection()
|
| A D | imx214.c | 669 struct v4l2_mbus_framefmt *__format; in imx214_set_format() local 680 __format = v4l2_subdev_state_get_format(sd_state, 0); in imx214_set_format() 682 *__format = format->format; in imx214_set_format()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_gt_sriov_pf_monitor.c | 138 #define __format(...) "%s:%u " in xe_gt_sriov_pf_monitor_print_events() macro 141 drm_printf(p, "VF%u:\t" MAKE_XE_GUC_KLV_THRESHOLDS_SET(__format) "\n", in xe_gt_sriov_pf_monitor_print_events() 144 #undef __format in xe_gt_sriov_pf_monitor_print_events()
|
| /drivers/media/platform/xilinx/ |
| A D | xilinx-tpg.c | 285 struct v4l2_mbus_framefmt *__format; in xtpg_set_format() local 288 __format = __xtpg_get_pad_format(xtpg, sd_state, fmt->pad, fmt->which); in xtpg_set_format() 294 fmt->format = *__format; in xtpg_set_format() 302 __format->code = fmt->format.code; in xtpg_set_format() 305 xvip_set_format_size(__format, fmt); in xtpg_set_format() 307 fmt->format = *__format; in xtpg_set_format() 311 __format = __xtpg_get_pad_format(xtpg, sd_state, 1, in xtpg_set_format() 313 *__format = fmt->format; in xtpg_set_format()
|
| A D | xilinx-csi2rxss.c | 701 struct v4l2_mbus_framefmt *__format; in xcsi2rxss_set_format() local 711 __format = __xcsi2rxss_get_pad_format(xcsi2rxss, sd_state, in xcsi2rxss_set_format() 716 fmt->format = *__format; in xcsi2rxss_set_format() 734 *__format = fmt->format; in xcsi2rxss_set_format()
|
| /drivers/net/wireless/ralink/rt2x00/ |
| A D | rt2x00debug.c | 409 #define RT2X00DEBUGFS_OPS_READ(__name, __format, __type) \ argument 436 size = sprintf(line, __format, value); \ 482 #define RT2X00DEBUGFS_OPS(__name, __format, __type) \ argument 483 RT2X00DEBUGFS_OPS_READ(__name, __format, __type); \
|
| /drivers/gpu/drm/arm/display/komeda/d71/ |
| A D | d71_dev.c | 468 #define __HW_ID(__group, __format) \ argument 469 ((((__group) & 0x7) << 3) | ((__format) & 0x7))
|
| /drivers/gpu/drm/arm/ |
| A D | malidp_hw.c | 61 #define MALIDP_ID(__group, __format) \ argument 62 ((((__group) & 0x7) << 3) | ((__format) & 0x7))
|
Completed in 37 milliseconds