/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vprintf.c | 26 void vprintf_0100(char *format, ...) in vprintf_0100() argument 29 va_start(args, format); in vprintf_0100() 30 int result = vprintf(format, args); in vprintf_0100() 47 void vprintf_0200(char *format, ...) in vprintf_0200() argument 50 va_start(args, format); in vprintf_0200() 51 int result = vprintf(format, args); in vprintf_0200()
|
/third_party/python/Include/ |
H A D | sysmodule.h | 17 PyAPI_FUNC(void) PySys_WriteStdout(const char *format, ...) 18 Py_GCC_ATTRIBUTE((format(printf, 1, 2))); 19 PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...) 20 Py_GCC_ATTRIBUTE((format(printf, 1, 2))); 21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...); 22 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
|
/third_party/skia/src/sksl/ |
H A D | SkSLOutputStream.cpp | 18 void OutputStream::printf(const char format[], ...) { in printf() argument 20 va_start(args, format); in printf() 21 this->appendVAList(format, args); in printf() 25 void OutputStream::appendVAList(const char format[], va_list args) { in appendVAList() argument 29 int length = vsnprintf(buffer, kBufferSize, format, args); in appendVAList() 32 vsnprintf(bigBuffer.get(), length + 1, format, copy); in appendVAList()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_internal.h | 20 #define fst_printf(level, format, ...) \ 21 wpa_printf((level), "FST: " format, ##__VA_ARGS__) 23 #define fst_printf_group(group, level, format, ...) \ 24 wpa_printf((level), "FST: %s: " format, \ 27 #define fst_printf_iface(iface, level, format, ...) \ 28 fst_printf_group(fst_iface_get_group(iface), (level), "%s: " format, \
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_internal.h | 20 #define fst_printf(level, format, ...) \ 21 wpa_printf((level), "FST: " format, ##__VA_ARGS__) 23 #define fst_printf_group(group, level, format, ...) \ 24 wpa_printf((level), "FST: %s: " format, \ 27 #define fst_printf_iface(iface, level, format, ...) \ 28 fst_printf_group(fst_iface_get_group(iface), (level), "%s: " format, \
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | TestMessageFormat.java | 13 package com.ibm.icu.dev.test.format; 113 errln("Number format creation failed for " + locale[i].getDisplayName()); in TestBug3() 118 form.format(myNumber, buffer, pos); in TestBug3() 123 errln("Number format parse failed."); in TestBug3() 136 assertEquals("ChoiceFormat.format", formats[1], cf.format(1)); in TestBug1() 142 // {sfb} use double format in pattern, so result will match (not strictly necessary) in TestBug2() 221 form.format(testArgs, result, fieldpos); in TestPattern() 222 assertEquals("format", testResultStrings[i], result.toString()); in TestPattern() 261 errln("Sample message format creatio in TestSample() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | TestMessageFormat.java | 14 package ohos.global.icu.dev.test.format; 116 errln("Number format creation failed for " + locale[i].getDisplayName()); in TestBug3() 121 form.format(myNumber, buffer, pos); in TestBug3() 126 errln("Number format parse failed."); in TestBug3() 139 assertEquals("ChoiceFormat.format", formats[1], cf.format(1)); in TestBug1() 145 // {sfb} use double format in pattern, so result will match (not strictly necessary) in TestBug2() 224 form.format(testArgs, result, fieldpos); in TestPattern() 225 assertEquals("format", testResultStrings[i], result.toString()); in TestPattern() 264 errln("Sample message format creatio in TestSample() [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | st-mipid02.c | 675 struct v4l2_subdev_format *format) in mipid02_get_fmt() 677 struct v4l2_mbus_framefmt *mbus_fmt = &format->format; in mipid02_get_fmt() 682 dev_dbg(&client->dev, "%s probe %d", __func__, format->pad); in mipid02_get_fmt() 684 if (format->pad >= MIPID02_PAD_NB) in mipid02_get_fmt() 687 if (format->pad == MIPID02_SINK_1) in mipid02_get_fmt() 690 if (format->which == V4L2_SUBDEV_FORMAT_TRY) in mipid02_get_fmt() 691 fmt = v4l2_subdev_get_try_format(&bridge->sd, cfg, format->pad); in mipid02_get_fmt() 699 if (format->pad == MIPID02_SOURCE) in mipid02_get_fmt() 709 struct v4l2_subdev_format *format) in mipid02_set_fmt_source() 673 mipid02_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) mipid02_get_fmt() argument 707 mipid02_set_fmt_source(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) mipid02_set_fmt_source() argument 725 mipid02_set_fmt_sink(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) mipid02_set_fmt_sink() argument 742 mipid02_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) mipid02_set_fmt() argument [all...] |
H A D | adv7511-v4l2.c | 393 /* CE format, RGB limited range (16-235) */ in adv7511_set_rgb_quantization_mode() 396 /* not CE format, RGB full range (0-255) */ in adv7511_set_rgb_quantization_mode() 1046 if the format is one of the CEA or DMT timings. */ in adv7511_s_dv_timings() 1253 struct v4l2_mbus_framefmt *format) in adv7511_fill_format() 1255 format->width = state->dv_timings.bt.width; in adv7511_fill_format() 1256 format->height = state->dv_timings.bt.height; in adv7511_fill_format() 1257 format->field = V4L2_FIELD_NONE; in adv7511_fill_format() 1262 struct v4l2_subdev_format *format) in adv7511_get_fmt() 1266 if (format->pad != 0) in adv7511_get_fmt() 1269 memset(&format in adv7511_get_fmt() 1252 adv7511_fill_format(struct adv7511_state *state, struct v4l2_mbus_framefmt *format) adv7511_fill_format() argument 1260 adv7511_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) adv7511_get_fmt() argument 1292 adv7511_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) adv7511_set_fmt() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSparseRenderTargetTests.cpp | 87 VkFormat format, in createSparseImageAndMemory() 107 format, in createSparseImageAndMemory() 121 TCU_THROW(NotSupportedError, "The image format does not support sparse operations"); in createSparseImageAndMemory() 124 allocateAndBindSparseImage(vk, device, physicalDevice, instance, imageCreateInfo, bindSemaphore, sparseQueue, allocator, allocations, mapVkFormat(format), *destImage); in createSparseImageAndMemory() 134 VkFormat format, in createImageView() 145 format, in createImageView() 156 VkFormat format, in createImageView() 168 return createImageView(vkd, device, 0u, image, VK_IMAGE_VIEW_TYPE_2D, format, makeComponentMappingRGBA(), range); in createImageView() 173 VkFormat format, in createBuffer() 178 const VkDeviceSize pixelSize = mapVkFormat(format) in createBuffer() 77 createSparseImageAndMemory(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, Allocator& allocator, vector<de::SharedPtr<Allocation> >& allocations, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, deUint32 sparseQueueFamilyIndex, const VkSemaphore& bindSemaphore, VkFormat format, deUint32 width, deUint32 height) createSparseImageAndMemory() argument 129 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument 153 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageView() argument 171 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument 324 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkFormat format, VkPipelineLayout pipelineLayout, const BinaryCollection& binaryCollection, deUint32 width, deUint32 height) createRenderPipeline() argument 429 VkFormat format; global() member 797 formatToName(VkFormat format) formatToName() argument [all...] |
/third_party/skia/src/gpu/ |
H A D | GrProxyProvider.cpp | 136 const GrBackendFormat& format, in testingOnly_createInstantiatedProxy() 151 if (this->caps()->isFormatCompressed(format)) { in testingOnly_createInstantiatedProxy() 162 format, in testingOnly_createInstantiatedProxy() 163 format.textureType(), in testingOnly_createInstantiatedProxy() 169 format, in testingOnly_createInstantiatedProxy() 170 format.textureType(), in testingOnly_createInstantiatedProxy() 196 auto format = this->caps()->getDefaultBackendFormat(colorType, renderable); in testingOnly_createInstantiatedProxy() local 198 format, in testingOnly_createInstantiatedProxy() 346 GrBackendFormat format = this->caps()->getDefaultBackendFormat(colorType, GrRenderable::kNo); in createNonMippedProxyFromBitmap() local 347 if (!format in createNonMippedProxyFromBitmap() 134 testingOnly_createInstantiatedProxy( SkISize dimensions, const GrBackendFormat& format, GrRenderable renderable, int renderTargetSampleCnt, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected) testingOnly_createInstantiatedProxy() argument 383 GrBackendFormat format = this->caps()->getDefaultBackendFormat(colorType, GrRenderable::kNo); createMippedProxyFromBitmap() local 436 createProxy(const GrBackendFormat& format, SkISize dimensions, GrRenderable renderable, int renderTargetSampleCnt, GrMipmapped mipMapped, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, GrSurfaceProxy::UseAllocator useAllocator) createProxy() argument 502 GrBackendFormat format = this->caps()->getBackendFormatFromCompressionType(compressionType); createCompressedTextureProxy() local 725 CreatePromiseProxy(GrContextThreadSafeProxy* threadSafeProxy, LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, GrMipmapped mipMapped) CreatePromiseProxy() argument 762 createLazyProxy(LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, GrMipmapped mipMapped, GrMipmapStatus mipmapStatus, GrInternalSurfaceFlags surfaceFlags, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrSurfaceProxy::UseAllocator useAllocator) createLazyProxy() argument 801 createLazyRenderTargetProxy( LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrInternalSurfaceFlags surfaceFlags, const TextureInfo* textureInfo, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, bool wrapsVkSecondaryCB, UseAllocator useAllocator) createLazyRenderTargetProxy() argument 845 MakeFullyLazyProxy(LazyInstantiateCallback&& callback, const GrBackendFormat& format, GrRenderable renderable, int renderTargetSampleCnt, GrProtected isProtected, const GrCaps& caps, UseAllocator useAllocator) MakeFullyLazyProxy() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000.h | 315 #define e_dbg(format, arg...) \ 316 netdev_dbg(e1000_get_hw_dev(hw), format, ## arg) 317 #define e_err(msglvl, format, arg...) \ 318 netif_err(adapter, msglvl, adapter->netdev, format, ## arg) 319 #define e_info(msglvl, format, arg...) \ 320 netif_info(adapter, msglvl, adapter->netdev, format, ## arg) 321 #define e_warn(msglvl, format, arg...) \ 322 netif_warn(adapter, msglvl, adapter->netdev, format, ## arg) 323 #define e_notice(msglvl, format, arg...) \ 324 netif_notice(adapter, msglvl, adapter->netdev, format, ## ar [all...] |
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | shpchp.h | 36 #define dbg(format, arg...) \ 39 printk(KERN_DEBUG "%s: " format, MY_NAME, ## arg); \ 41 #define err(format, arg...) \ 42 printk(KERN_ERR "%s: " format, MY_NAME, ## arg) 43 #define info(format, arg...) \ 44 printk(KERN_INFO "%s: " format, MY_NAME, ## arg) 45 #define warn(format, arg...) \ 46 printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) 48 #define ctrl_dbg(ctrl, format, arg...) \ 52 format, ## ar [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_rpf.c | 65 const struct v4l2_pix_format_mplane *format = &rpf->format; in rpf_configure_stream() local 74 pstride = format->plane_fmt[0].bytesperline in rpf_configure_stream() 76 if (format->num_planes > 1) in rpf_configure_stream() 77 pstride |= format->plane_fmt[1].bytesperline in rpf_configure_stream() 170 bool premultiplied = format->flags in rpf_configure_stream() 199 const struct v4l2_pix_format_mplane *format = &rpf->format; in vsp1_rpf_configure_autofld() local 216 offset_y = format->plane_fmt[0].bytesperline; in vsp1_rpf_configure_autofld() 217 offset_c = format in vsp1_rpf_configure_autofld() 250 const struct v4l2_pix_format_mplane *format = &rpf->format; rpf_configure_partition() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000.h | 315 #define e_dbg(format, arg...) \ 316 netdev_dbg(e1000_get_hw_dev(hw), format, ## arg) 317 #define e_err(msglvl, format, arg...) \ 318 netif_err(adapter, msglvl, adapter->netdev, format, ## arg) 319 #define e_info(msglvl, format, arg...) \ 320 netif_info(adapter, msglvl, adapter->netdev, format, ## arg) 321 #define e_warn(msglvl, format, arg...) \ 322 netif_warn(adapter, msglvl, adapter->netdev, format, ## arg) 323 #define e_notice(msglvl, format, arg...) \ 324 netif_notice(adapter, msglvl, adapter->netdev, format, ## ar [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_rpf.c | 65 const struct v4l2_pix_format_mplane *format = &rpf->format; in rpf_configure_stream() local 74 pstride = format->plane_fmt[0].bytesperline in rpf_configure_stream() 76 if (format->num_planes > 1) in rpf_configure_stream() 77 pstride |= format->plane_fmt[1].bytesperline in rpf_configure_stream() 222 bool premultiplied = format->flags in rpf_configure_stream() 251 const struct v4l2_pix_format_mplane *format = &rpf->format; in vsp1_rpf_configure_autofld() local 268 offset_y = format->plane_fmt[0].bytesperline; in vsp1_rpf_configure_autofld() 269 offset_c = format in vsp1_rpf_configure_autofld() 302 const struct v4l2_pix_format_mplane *format = &rpf->format; rpf_configure_partition() local [all...] |
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | shpchp.h | 36 #define dbg(format, arg...) \ 39 printk(KERN_DEBUG "%s: " format, MY_NAME, ## arg); \ 41 #define err(format, arg...) \ 42 printk(KERN_ERR "%s: " format, MY_NAME, ## arg) 43 #define info(format, arg...) \ 44 printk(KERN_INFO "%s: " format, MY_NAME, ## arg) 45 #define warn(format, arg...) \ 46 printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) 48 #define ctrl_dbg(ctrl, format, arg...) \ 52 format, ## ar [all...] |
/third_party/mbedtls/scripts/ |
H A D | generate_ssl_debug_helpers.py | 66 start_line = '#{} {}'.format(d, p) 68 end_line = '#endif /* {} */'.format(p) 70 end_line = '#endif /* defined({}) */'.format(p) 72 end_line = '#endif /* !defined({}) */'.format(p) 108 param = "!( {} )".format(pair_param) 171 return 'Enum({},{})'.format(self._name, self._span) 201 .format(member=member, space=' '*8) 214 body = body.format(translation_table='\n'.join(translation_table), 249 return 'SigAlgs({})'.format(self._definitions[0].span()) 263 ' case {}:\n return "{}";'.format(nam [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_lower_image_casts.c | 29 #include "util/format/u_format.h" 39 if (from_desc->format == to_desc->format) in convert_value() 45 /* Overall format size needs to be the same */ in convert_value() 57 if (from_desc->format == PIPE_FORMAT_R10G10B10A2_UINT || in convert_value() 58 from_desc->format == PIPE_FORMAT_R10G10B10A2_UNORM) { in convert_value() 59 if (from_desc->format == PIPE_FORMAT_R10G10B10A2_UNORM) in convert_value() 69 } else if (from_desc->format == PIPE_FORMAT_R11G11B10_FLOAT) { in convert_value() 89 } else if (util_format_is_float(from_desc->format)) { in convert_value() 91 } else if (util_format_is_pure_sint(from_desc->format)) { in convert_value() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_format.h | 22 // header. Like the `printf` family, `str_format` uses a "format string" to 24 // below for format string documentation. 34 // write a format string to a `string` value. 35 // * `absl::StrAppendFormat()` to append a format string to a `string` 36 // * `absl::StreamFormat()` to more efficiently write a format string to a 44 // Additionally, you can provide a format string (and its associated arguments) 47 // * A `FormatSpec` class template fully encapsulates a format string and its 52 // format string for a specific set of type(s), and which can be passed 56 // The `str_format` library provides the ability to output its format strings to 64 // any compile-time checking of the format strin 338 StrFormat(const FormatSpec<Args...>& format, const Args&... args) StrFormat() argument 356 StrAppendFormat(std::string* dst, const FormatSpec<Args...>& format, const Args&... args) StrAppendFormat() argument 375 StreamFormat( const FormatSpec<Args...>& format, const Args&... args) StreamFormat() argument 396 PrintF(const FormatSpec<Args...>& format, const Args&... args) PrintF() argument 416 FPrintF(std::FILE* output, const FormatSpec<Args...>& format, const Args&... args) FPrintF() argument 445 SNPrintF(char* output, std::size_t size, const FormatSpec<Args...>& format, const Args&... args) SNPrintF() argument 504 Format(FormatRawSink raw_sink, const FormatSpec<Args...>& format, const Args&... args) Format() argument 561 FormatUntyped( FormatRawSink raw_sink, const UntypedFormatSpec& format, absl::Span<const FormatArg> args) FormatUntyped() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | bind.cc | 124 bool ConvertAll(const UntypedFormatSpecImpl format, in ConvertAll() argument 126 if (format.has_parsed_conversion()) { in ConvertAll() 127 return format.parsed_conversion()->ProcessFormat( in ConvertAll() 130 return ParseFormatString(format.str(), in ConvertAll() 180 std::string Summarize(const UntypedFormatSpecImpl format, in Summarize() argument 188 if (!ConvertAll(format, args, Converter(&sink))) { in Summarize() 196 const UntypedFormatSpecImpl format, in FormatUntyped() 200 return ConvertAll(format, args, Converter(&sink)); in FormatUntyped() 208 std::string& AppendPack(std::string* out, const UntypedFormatSpecImpl format, in AppendPack() argument 211 if (ABSL_PREDICT_FALSE(!FormatUntyped(out, format, arg in AppendPack() 195 FormatUntyped(FormatRawSinkImpl raw_sink, const UntypedFormatSpecImpl format, absl::Span<const FormatArgImpl> args) FormatUntyped() argument 217 FormatPack(const UntypedFormatSpecImpl format, absl::Span<const FormatArgImpl> args) FormatPack() argument 226 FprintF(std::FILE* output, const UntypedFormatSpecImpl format, absl::Span<const FormatArgImpl> args) FprintF() argument 244 SnprintF(char* output, size_t size, const UntypedFormatSpecImpl format, absl::Span<const FormatArgImpl> args) SnprintF() argument [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluFboRenderContext.cpp | 38 static int getNumDepthBits (const tcu::TextureFormat& format) in getNumDepthBits() argument 40 if (format.order == tcu::TextureFormat::DS) in getNumDepthBits() 42 const tcu::TextureFormat depthOnlyFormat = tcu::getEffectiveDepthStencilTextureFormat(format, tcu::Sampler::MODE_DEPTH); in getNumDepthBits() 45 else if (format.order == tcu::TextureFormat::D) in getNumDepthBits() 46 return tcu::getTextureFormatBitDepth(format).x(); in getNumDepthBits() 51 static int getNumStencilBits (const tcu::TextureFormat& format) in getNumStencilBits() argument 53 if (format.order == tcu::TextureFormat::DS) in getNumStencilBits() 55 const tcu::TextureFormat stencilOnlyFormat = tcu::getEffectiveDepthStencilTextureFormat(format, tcu::Sampler::MODE_STENCIL); in getNumStencilBits() 58 else if (format.order == tcu::TextureFormat::S) in getNumStencilBits() 59 return tcu::getTextureFormatBitDepth(format) in getNumStencilBits() 94 const deUint32 format = s_formats[fmtNdx]; chooseColorFormat() local 133 const deUint32 format = s_formats[fmtNdx]; chooseDepthStencilFormat() local [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7511-v4l2.c | 359 /* CE format, RGB limited range (16-235) */ in adv7511_set_rgb_quantization_mode() 362 /* not CE format, RGB full range (0-255) */ in adv7511_set_rgb_quantization_mode() 1012 if the format is one of the CEA or DMT timings. */ in adv7511_s_dv_timings() 1219 struct v4l2_mbus_framefmt *format) in adv7511_fill_format() 1221 format->width = state->dv_timings.bt.width; in adv7511_fill_format() 1222 format->height = state->dv_timings.bt.height; in adv7511_fill_format() 1223 format->field = V4L2_FIELD_NONE; in adv7511_fill_format() 1228 struct v4l2_subdev_format *format) in adv7511_get_fmt() 1232 if (format->pad != 0) in adv7511_get_fmt() 1235 memset(&format in adv7511_get_fmt() 1218 adv7511_fill_format(struct adv7511_state *state, struct v4l2_mbus_framefmt *format) adv7511_fill_format() argument 1226 adv7511_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) adv7511_get_fmt() argument 1258 adv7511_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) adv7511_set_fmt() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispcsi2.c | 89 /* To set the format on the CSI2 requires a mapping function that takes 94 * - 2 isp revisions (certain format must be handled differently on OMAP3630) 95 * Output should be CSI2 frame format code 96 * Array indices as follows: [format][dest][decompr][is_3630] 160 * csi2_ctx_map_format - Map CSI2 sink media bus format to CSI2 format ID 163 * Returns CSI2 physical format id 187 WARN(1, KERN_ERR "CSI2: pixel format %08x unsupported!\n", in csi2_ctx_map_format() 233 * @format_id: mapped format id 587 * The CSI2 receiver can't do any format conversio in csi2_configure() 845 struct v4l2_mbus_framefmt *format; csi2_try_format() local 900 struct v4l2_mbus_framefmt *format; csi2_enum_mbus_code() local 937 struct v4l2_mbus_framefmt format; csi2_enum_frame_size() local 973 struct v4l2_mbus_framefmt *format; csi2_get_format() local 994 struct v4l2_mbus_framefmt *format; csi2_set_format() local 1025 struct v4l2_subdev_format format; csi2_init_formats() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
H A D | iss_csi2.c | 108 /* To set the format on the CSI2 requires a mapping function that takes 113 * Output should be CSI2 frame format code 114 * Array indices as follows: [format][dest][decompr] 189 * csi2_ctx_map_format - Map CSI2 sink media bus format to CSI2 format ID 192 * Returns CSI2 physical format id 223 WARN(1, "CSI2: pixel format %08x unsupported!\n", in csi2_ctx_map_format() 267 * @format_id: mapped format id 558 * The CSI2 receiver can't do any format conversion except DPCM in csi2_configure() 589 /* Set configuration (timings, format an in csi2_configure() 846 struct v4l2_mbus_framefmt *format; csi2_try_format() local 901 struct v4l2_mbus_framefmt *format; csi2_enum_mbus_code() local 938 struct v4l2_mbus_framefmt format; csi2_enum_frame_size() local 975 struct v4l2_mbus_framefmt *format; csi2_get_format() local 997 struct v4l2_mbus_framefmt *format; csi2_set_format() local 1045 struct v4l2_subdev_format format; csi2_init_formats() local [all...] |