Home
last modified time | relevance | path

Searched refs:__format (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/media/platform/xilinx/
Dxilinx-tpg.c286 struct v4l2_mbus_framefmt *__format; in xtpg_set_format() local
289 __format = __xtpg_get_pad_format(xtpg, cfg, fmt->pad, fmt->which); in xtpg_set_format()
295 fmt->format = *__format; in xtpg_set_format()
303 __format->code = fmt->format.code; in xtpg_set_format()
306 xvip_set_format_size(__format, fmt); in xtpg_set_format()
308 fmt->format = *__format; in xtpg_set_format()
312 __format = __xtpg_get_pad_format(xtpg, cfg, 1, fmt->which); in xtpg_set_format()
313 *__format = fmt->format; in xtpg_set_format()
/linux-4.1.27/drivers/media/i2c/
Dmt9t001.c371 struct v4l2_mbus_framefmt *__format; in mt9t001_set_format() local
394 __format = __mt9t001_get_pad_format(mt9t001, cfg, format->pad, in mt9t001_set_format()
396 __format->width = __crop->width / hratio; in mt9t001_set_format()
397 __format->height = __crop->height / vratio; in mt9t001_set_format()
399 format->format = *__format; in mt9t001_set_format()
422 struct v4l2_mbus_framefmt *__format; in mt9t001_set_selection() local
456 __format = __mt9t001_get_pad_format(mt9t001, cfg, sel->pad, in mt9t001_set_selection()
458 __format->width = rect.width; in mt9t001_set_selection()
459 __format->height = rect.height; in mt9t001_set_selection()
Dmt9v032.c519 struct v4l2_mbus_framefmt *__format; in mt9v032_set_format() local
542 __format = __mt9v032_get_pad_format(mt9v032, cfg, format->pad, in mt9v032_set_format()
544 __format->width = __crop->width / hratio; in mt9v032_set_format()
545 __format->height = __crop->height / vratio; in mt9v032_set_format()
553 format->format = *__format; in mt9v032_set_format()
576 struct v4l2_mbus_framefmt *__format; in mt9v032_set_selection() local
610 __format = __mt9v032_get_pad_format(mt9v032, cfg, sel->pad, in mt9v032_set_selection()
612 __format->width = rect.width; in mt9v032_set_selection()
613 __format->height = rect.height; in mt9v032_set_selection()
Dmt9p031.c551 struct v4l2_mbus_framefmt *__format; in mt9p031_set_format() local
574 __format = __mt9p031_get_pad_format(mt9p031, cfg, format->pad, in mt9p031_set_format()
576 __format->width = __crop->width / hratio; in mt9p031_set_format()
577 __format->height = __crop->height / vratio; in mt9p031_set_format()
579 format->format = *__format; in mt9p031_set_format()
602 struct v4l2_mbus_framefmt *__format; in mt9p031_set_selection() local
634 __format = __mt9p031_get_pad_format(mt9p031, cfg, sel->pad, in mt9p031_set_selection()
636 __format->width = rect.width; in mt9p031_set_selection()
637 __format->height = rect.height; in mt9p031_set_selection()
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00debug.c437 #define RT2X00DEBUGFS_OPS_READ(__name, __format, __type) \ argument
464 size = sprintf(line, __format, value); \
513 #define RT2X00DEBUGFS_OPS(__name, __format, __type) \ argument
514 RT2X00DEBUGFS_OPS_READ(__name, __format, __type); \