Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dmt9v032.c373 struct v4l2_mbus_framefmt *__format; in mt9v032_set_format() local
394 __format = __mt9v032_get_pad_format(mt9v032, fh, format->pad, in mt9v032_set_format()
396 __format->width = __crop->width / hratio; in mt9v032_set_format()
397 __format->height = __crop->height / vratio; in mt9v032_set_format()
399 format->format = *__format; in mt9v032_set_format()
420 struct v4l2_mbus_framefmt *__format; in mt9v032_set_crop() local
449 __format = __mt9v032_get_pad_format(mt9v032, fh, crop->pad, in mt9v032_set_crop()
451 __format->width = rect.width; in mt9v032_set_crop()
452 __format->height = rect.height; in mt9v032_set_crop()
Dmt9t001.c282 struct v4l2_mbus_framefmt *__format; in mt9t001_set_format() local
303 __format = __mt9t001_get_pad_format(mt9t001, fh, format->pad, in mt9t001_set_format()
305 __format->width = __crop->width / hratio; in mt9t001_set_format()
306 __format->height = __crop->height / vratio; in mt9t001_set_format()
308 format->format = *__format; in mt9t001_set_format()
329 struct v4l2_mbus_framefmt *__format; in mt9t001_set_crop() local
358 __format = __mt9t001_get_pad_format(mt9t001, fh, crop->pad, in mt9t001_set_crop()
360 __format->width = rect.width; in mt9t001_set_crop()
361 __format->height = rect.height; in mt9t001_set_crop()
Dmt9p031.c469 struct v4l2_mbus_framefmt *__format; in mt9p031_set_format() local
490 __format = __mt9p031_get_pad_format(mt9p031, fh, format->pad, in mt9p031_set_format()
492 __format->width = __crop->width / hratio; in mt9p031_set_format()
493 __format->height = __crop->height / vratio; in mt9p031_set_format()
495 format->format = *__format; in mt9p031_set_format()
516 struct v4l2_mbus_framefmt *__format; in mt9p031_set_crop() local
543 __format = __mt9p031_get_pad_format(mt9p031, fh, crop->pad, in mt9p031_set_crop()
545 __format->width = rect.width; in mt9p031_set_crop()
546 __format->height = rect.height; in mt9p031_set_crop()
/linux-3.4.99/drivers/net/wireless/rt2x00/
Drt2x00debug.c435 #define RT2X00DEBUGFS_OPS_READ(__name, __format, __type) \ argument
462 size = sprintf(line, __format, value); \
511 #define RT2X00DEBUGFS_OPS(__name, __format, __type) \ argument
512 RT2X00DEBUGFS_OPS_READ(__name, __format, __type); \