/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 2253 if (format_desc->format == PIPE_FORMAT_NONE) { in draw_llvm_generate() 2481 debug_printf("sampler[%i].src_format = %s\n", i, util_format_name(sampler[i].texture_state.format)); in draw_llvm_dump_variant_key() 2485 debug_printf("images[%i].format = %s\n", i, util_format_name(image[i].image_state.format)); in draw_llvm_dump_variant_key() 3065 util_format_name(sampler[i].texture_state.format)); in draw_gs_llvm_dump_variant_key() 3069 debug_printf("images[%i].format = %s\n", i, util_format_name(image[i].image_state.format)); in draw_gs_llvm_dump_variant_key() 3725 util_format_name(sampler[i].texture_state.format)); in draw_tcs_llvm_dump_variant_key() 3729 debug_printf("images[%i].format = %s\n", i, util_format_name(image[i].image_state.format)); in draw_tcs_llvm_dump_variant_key() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 29 #include "util/format/u_format.h" 2734 box->width * util_format_get_blocksize(resource->format); in tc_texture_subdata() 3809 enum pipe_format format; member 3821 ASSERTED bool result = pipe->generate_mipmap(pipe, p->res, p->format, in tc_call_generate_mipmap() 3834 enum pipe_format format, in tc_generate_mipmap() 3845 if (util_format_is_depth_or_stencil(format)) in tc_generate_mipmap() 3850 if (!screen->is_format_supported(screen, format, res->target, in tc_generate_mipmap() 3859 p->format = format; in tc_generate_mipmap() 4119 util_format_get_blocksize(res->format)); in tc_clear_texture() 3832 tc_generate_mipmap(struct pipe_context *_pipe, struct pipe_resource *res, enum pipe_format format, unsigned base_level, unsigned last_level, unsigned first_layer, unsigned last_layer) tc_generate_mipmap() argument [all...] |
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 923 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, in vkGetPhysicalDeviceFormatProperties() argument 934 disp->GetPhysicalDeviceFormatProperties(unwrapped_phys_dev, format, pFormatInfo); in vkGetPhysicalDeviceFormatProperties() 938 VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, in vkGetPhysicalDeviceImageFormatProperties() 949 return disp->GetPhysicalDeviceImageFormatProperties(unwrapped_phys_dev, format, type, tiling, usage, flags, in vkGetPhysicalDeviceImageFormatProperties() 1295 VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, in vkGetPhysicalDeviceSparseImageFormatProperties() 1307 disp->GetPhysicalDeviceSparseImageFormatProperties(unwrapped_phys_dev, format, type, samples, usage, tiling, pPropertyCount, in vkGetPhysicalDeviceSparseImageFormatProperties() 2678 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFormatProperties2(VkPhysicalDevice physicalDevice, VkFormat format, in vkGetPhysicalDeviceFormatProperties2() argument 2691 disp->GetPhysicalDeviceFormatProperties2KHR(unwrapped_phys_dev, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2() 2693 disp->GetPhysicalDeviceFormatProperties2(unwrapped_phys_dev, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2() 937 vkGetPhysicalDeviceImageFormatProperties( VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties *pImageFormatProperties) vkGetPhysicalDeviceImageFormatProperties() argument 1294 vkGetPhysicalDeviceSparseImageFormatProperties( VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pPropertyCount, VkSparseImageFormatProperties *pProperties) vkGetPhysicalDeviceSparseImageFormatProperties() argument
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 743 debug_printf(const char *format, ...) { in debug_printf() argument 751 va_start(arglist, format); in debug_printf() 753 vfprintf(stderr, format, arglist); in debug_printf() 758 va_start(arglist, format); in debug_printf() 760 vfprintf(lfp, format, arglist); in debug_printf() 1385 "document-format-supported" in add_mimetype_attributes() 1476 /* Pick next format from attribute */ in add_tagzero_attributes() 1478 /* Add format to list, skip duplicates */ in add_tagzero_attributes() 2147 if ((attr = ippFindAttribute(printer_attributes, "document-format-supported", in get_mimetype_attributes() 3280 if ((attr = ippFindAttribute(response, "document-format in supports_job_attributes_requested() 6464 const char *format = pdl; on_job_state() local [all...] |
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | photo_output_napi.cpp | 283 .format = surfaceBuffer->GetFormat(), in DeepCopyBuffer() 767 MEDIA_DEBUG_LOG("w:%{public}d, h:%{public}d, s:%{public}d, fd:%{public}d, size: %{public}d, format: %{public}d", in ExecuteDeferredPhoto() 769 bufferHandle->format); in ExecuteDeferredPhoto() 812 .format = surfaceBuffer->GetFormat(), in DeepCopyBuffer() 902 int32_t format = bufferHandle->format; in CreateMediaLibrary() local 905 photoProxy = new(std::nothrow) CameraPhotoProxy(bufferHandle, format, photoWidth, photoHeight, in CreateMediaLibrary() 1712 MEDIA_INFO_LOG("profile width: %{public}d, height: %{public}d, format = %{public}d, " in CreatePhotoOutput()
|
/foundation/multimedia/av_codec/test/unittest/avsource_test/ |
H A D | avsource_unit_test.cpp | 586 * @tc.desc: get source format(mp4) 635 * @tc.desc: get track format (mp4) 685 * @tc.desc: get track format(mp4, cover) 709 * @tc.desc: get source format when the file is ts(mpeg2, aac) 758 * @tc.desc: get source format when the file is mp4(mpeg2 aac) 814 * @tc.desc: get format when the file is mkv (video: h264, audio: opus) 867 * @tc.desc: get format when the file is mkv (video: h264, audio: opus) 909 * @tc.desc: get format when the file is aac 958 * @tc.desc: get format when the file is flac 1010 * @tc.desc: get format whe 1899 std::shared_ptr<FormatMock> format = source_->GetUserData(); HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_nix.c | 430 u64 format, bool v4, u64 *fidx) in nix_setup_lso_tso_l3() 441 NIX_AF_LSO_FORMATX_FIELDX(format, (*fidx)++), in nix_setup_lso_tso_l3() 454 NIX_AF_LSO_FORMATX_FIELDX(format, (*fidx)++), in nix_setup_lso_tso_l3() 459 u64 format, u64 *fidx) in nix_setup_lso_tso_l4() 469 NIX_AF_LSO_FORMATX_FIELDX(format, (*fidx)++), in nix_setup_lso_tso_l4() 478 NIX_AF_LSO_FORMATX_FIELDX(format, (*fidx)++), in nix_setup_lso_tso_l4() 486 /* Get max HW supported format indices */ in nix_setup_lso() 501 * Configure format fields for TCPv4 segmentation offload in nix_setup_lso() 514 /* Configure format fields for TCPv6 segmentation offload */ in nix_setup_lso() 2287 dev_err(rvu->dev, "Err %d in setup mark format in nix_af_mark_format_setup() 429 nix_setup_lso_tso_l3(struct rvu *rvu, int blkaddr, u64 format, bool v4, u64 *fidx) nix_setup_lso_tso_l3() argument 458 nix_setup_lso_tso_l4(struct rvu *rvu, int blkaddr, u64 format, u64 *fidx) nix_setup_lso_tso_l4() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 2632 #define DUMP(paca, name, format) \ in dump_one_paca() 2633 printf(" %-*s = "format"\t(0x%lx)\n", 25, #name, 18, paca->name, \ in dump_one_paca() 4222 #define DUMP_VALUE(format, field, value) \ 4227 printf(" %-*s = "format"\n", DUMP_WIDTH, \ 4239 #define DUMP_FIELD(obj, format, field) \ 4240 DUMP_VALUE(format, field, obj->field)
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | hi847.c | 2700 height, fmt->format.width, in hi847_set_format() 2701 fmt->format.height); in hi847_set_format() 2704 hi847_assign_pad_format(mode, &fmt->format); in hi847_set_format() 2707 fmt->format; in hi847_set_format() 2741 fmt->format = *v4l2_subdev_get_try_format(&hi847->sd, in hi847_get_format() 2745 hi847_assign_pad_format(hi847->cur_mode, &fmt->format); in hi847_get_format()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-wiimote-modules.c | 611 __u8 format = 0; in wiimod_ir_change() local 689 format = 5; in wiimod_ir_change() 692 format = 3; in wiimod_ir_change() 695 format = 1; in wiimod_ir_change() 698 ret = wiimote_cmd_write(wdata, 0xb00033, &format, sizeof(format)); in wiimod_ir_change() 836 * accelerometer data in the same format as the wiimote's accelerometer. in wiimod_nunchuk_in_ext()
|
/third_party/glslang/SPIRV/ |
H A D | doc.cpp | 509 const char* ImageFormatString(int format) in ImageFormatString() argument 511 switch (format) { in ImageFormatString() 572 const char* ImageChannelOrderString(int format) in ImageChannelOrderString() argument 574 switch (format) { in ImageChannelOrderString() 629 const char* ImageOperandsString(int format) in ImageOperandsString() argument 631 switch (format) { in ImageOperandsString()
|
/third_party/libdrm/ |
H A D | xf86drm.c | 139 /* Intel is abit special as the format doesn't follow other vendors naming 574 * \param format printf() like format string. 581 drmDebugPrint(const char *format, va_list ap) in drmDebugPrint() argument 583 return vfprintf(stderr, format, ap); in drmDebugPrint() 587 drmMsg(const char *format, ...) in drmMsg() argument 594 va_start(ap, format); in drmMsg() 596 drm_server_info->debug_print(format,ap); in drmMsg() 598 drmDebugPrint(format, ap); in drmMsg() 675 * PCI:b:d:f format an [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 596 VK_FORMAT_R32_SFLOAT, // VkFormat format 982 const VkFormat format = VK_FORMAT_R32_SFLOAT; 998 const tcu::TextureFormat texFormat = mapVkFormat(format); 1013 format, // VkFormat format 1039 format, // VkFormat format 1323 const VkFormat format = VK_FORMAT_R32_SFLOAT; 1330 const tcu::TextureFormat texFormat = mapVkFormat(format); 2046 resultFormat, // VkFormat format in run() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 214 static void requireFormatUsageSupport (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkFormat format, VkImageTiling imageTiling, VkImageUsageFlags requiredUsageFlags) in requireFormatUsageSupport() argument 219 vki.getPhysicalDeviceFormatProperties(physicalDevice, format, &properties); in requireFormatUsageSupport() 239 TCU_THROW(NotSupportedError, "Image format cannot be used as color attachment"); in requireFormatUsageSupport() 247 TCU_THROW(NotSupportedError, "Image format cannot be used as transfer source"); in requireFormatUsageSupport() 2933 inputFormat, // VkFormat format; in createImageForResource() 2977 VkImageAspectFlags getImageAspectFlags (VkFormat format) in getImageAspectFlags() argument 2979 const tcu::TextureFormat::ChannelOrder channelOrder = vk::mapVkFormat(format).order; in getImageAspectFlags() 3114 std::string error = "Interface Input format ("; in runAndVerifyDefaultPipeline() 3124 std::string error = "Interface Output format ("; in runAndVerifyDefaultPipeline() 3238 VK_FORMAT_R8G8B8A8_UNORM, // VkFormat format; in runAndVerifyDefaultPipeline() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 596 VK_FORMAT_R32_SFLOAT, // VkFormat format 982 const VkFormat format = VK_FORMAT_R32_SFLOAT; 998 const tcu::TextureFormat texFormat = mapVkFormat(format); 1013 format, // VkFormat format 1039 format, // VkFormat format 1323 const VkFormat format = VK_FORMAT_R32_SFLOAT; 1330 const tcu::TextureFormat texFormat = mapVkFormat(format); 2046 resultFormat, // VkFormat format in run() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 595 imageUnit.format = GL_R32UI; in reset() 1681 bindingImageUnit.format = GL_R32UI; 3200 *data = mImageUnits[index].format; 3629 GLenum format) 3644 imageUnit.format = format;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessBuffersTests.cpp | 680 * @param [in] internalformat GL internal format for clearing, one of the listed in test class description. 682 * @param [in] format GL Format of the data. 688 glw::GLenum format, glw::GLenum type, glw::GLvoid* data) in ClearNamedBuffer() 694 m_pClearNamedBufferData(buffer, internalformat, format, type, data); in ClearNamedBuffer() 703 * @param [in] internalformat GL internal format for clearing, one of the listed in test class description. 705 * @param [in] format GL Format of the data. 711 glw::GLenum format, glw::GLenum type, glw::GLvoid* data) in ClearNamedBuffer() 716 m_pClearNamedBufferSubData(buffer, internalformat, 0, size, format, type, data); in ClearNamedBuffer() 770 * @param [in] internalformat Internal format used for clearing, one of the listed in test class description. 853 * @param [in] internalformat Internal format use 687 ClearNamedBuffer(glw::GLuint buffer, glw::GLenum internalformat, glw::GLsizei size, glw::GLenum format, glw::GLenum type, glw::GLvoid* data) ClearNamedBuffer() argument 710 ClearNamedBuffer(glw::GLuint buffer, glw::GLenum internalformat, glw::GLsizei size, glw::GLenum format, glw::GLenum type, glw::GLvoid* data) ClearNamedBuffer() argument 861 TestClearNamedBufferData(glw::GLenum internalformat, glw::GLsizei count, glw::GLenum format, glw::GLenum type, T* data) TestClearNamedBufferData() argument [all...] |
/third_party/tzdata/ |
H A D | zic.c | 41 /* An upper bound on how much a format might grow due to concatenation. */ 87 /* The type for line numbers. Use PRIdMAX to format them; formerly 611 ** Match the format of "cc" to allow sh users to in verror() 1653 ** a '%s' in the format is a bad thing. in associate() 1956 error(_("invalid abbreviation format")); in inzsub() 1997 warning(_("format '%s' not handled by pre-2015 versions of zic"), in inzsub() 2830 char const *format = zp->z_format; in doabbr() local 2832 slashp = strchr(format, '/'); in doabbr() 2841 sprintf(abbr, format, letters); in doabbr() 2845 memcpy(abbr, format, slash in doabbr() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 214 static void requireFormatUsageSupport (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkFormat format, VkImageTiling imageTiling, VkImageUsageFlags requiredUsageFlags) in requireFormatUsageSupport() argument 219 vki.getPhysicalDeviceFormatProperties(physicalDevice, format, &properties); in requireFormatUsageSupport() 239 TCU_THROW(NotSupportedError, "Image format cannot be used as color attachment"); in requireFormatUsageSupport() 247 TCU_THROW(NotSupportedError, "Image format cannot be used as transfer source"); in requireFormatUsageSupport() 2930 inputFormat, // VkFormat format; in createImageForResource() 2974 VkImageAspectFlags getImageAspectFlags (VkFormat format) in getImageAspectFlags() argument 2976 const tcu::TextureFormat::ChannelOrder channelOrder = vk::mapVkFormat(format).order; in getImageAspectFlags() 3111 std::string error = "Interface Input format ("; in runAndVerifyDefaultPipeline() 3121 std::string error = "Interface Output format ("; in runAndVerifyDefaultPipeline() 3235 VK_FORMAT_R8G8B8A8_UNORM, // VkFormat format; in runAndVerifyDefaultPipeline() [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexCompareVerifier.cpp | 167 static bool isFixedPointDepthTextureFormat (const tcu::TextureFormat& format) 169 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); 171 if (format.order == TextureFormat::D || format.order == TextureFormat::R) 176 else if (format.order == TextureFormat::DS) 178 // combined formats have no single channel class, detect format manually 179 switch (format.type) 188 // unknown format
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 272 // For source pixels: GL internal-format used by all channels. 273 // For destination pixels: GL format to be used for gl.readPixels() 482 /** Tells whether @param type can be used with @param internalformat internal format. 485 * @param internalformat GLES internal format to consider. 487 * @return true if the type is compatible with specific internal format, false otherwise. 685 * GL_ALPHA8 internal format. 716 * GL_LUMINANCE8 internal format. 750 * GL_LUMINANCE8_ALPHA8 internal format. 785 * GL_R16I internal format. 836 * GL_R16UI internal format [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 209 deUint32 format; //!< Internal format. member 218 , format (GL_NONE) in TextureSpec() 234 , format (format_) in TextureSpec() 878 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_textureSpec.format); in initTexture() 1269 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_textureSpec.format); in initShaderSources() 1630 static TextureBindingSp createEmptyTexture (deUint32 format, in createEmptyTexture() argument 1637 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(format); in createEmptyTexture() 1858 textureBinding = createEmptyTexture(m_textureSpec.format, m_textureSpec.type, m_testSize.textureSize, numLevels, m_testSize.lodBase, m_textureSpec.sampler); in initTexture() 2105 const vk::VkFormat format in TextureSizeMSInstance() local 2305 const vk::VkFormat format = vk::mapTextureFormat(glu::mapGLInternalFormat(m_textureSpec.format)); TextureSamplesInstance() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 206 deUint32 format; //!< Internal format. member 215 , format (GL_NONE) in TextureSpec() 231 , format (format_) in TextureSpec() 875 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_textureSpec.format); in initTexture() 1268 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_textureSpec.format); in initShaderSources() 1629 static TextureBindingSp createEmptyTexture (deUint32 format, in createEmptyTexture() argument 1636 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(format); in createEmptyTexture() 1857 textureBinding = createEmptyTexture(m_textureSpec.format, m_textureSpec.type, m_testSize.textureSize, numLevels, m_testSize.lodBase, m_textureSpec.sampler); in initTexture() 2104 const vk::VkFormat format in TextureSizeMSInstance() local 2304 const vk::VkFormat format = vk::mapTextureFormat(glu::mapGLInternalFormat(m_textureSpec.format)); TextureSamplesInstance() local [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_generic.c | 5398 unsigned int format, in playback_pcm_prepare() 5405 stream_tag, format, substream); in playback_pcm_prepare() 5450 unsigned int format, in capture_pcm_prepare() 5453 snd_hda_codec_setup_stream(codec, hinfo->nid, stream_tag, 0, format); in capture_pcm_prepare() 5511 unsigned int format, in alt_playback_pcm_prepare() 5514 snd_hda_codec_setup_stream(codec, hinfo->nid, stream_tag, 0, format); in alt_playback_pcm_prepare() 5544 unsigned int format, in dig_playback_pcm_prepare() 5549 stream_tag, format, substream); in dig_playback_pcm_prepare() 5577 unsigned int format, in alt_capture_pcm_prepare() 5583 stream_tag, 0, format); in alt_capture_pcm_prepare() 5395 playback_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) playback_pcm_prepare() argument 5447 capture_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) capture_pcm_prepare() argument 5508 alt_playback_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) alt_playback_pcm_prepare() argument 5541 dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) dig_playback_pcm_prepare() argument 5574 alt_capture_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) alt_capture_pcm_prepare() argument 5704 dyn_adc_capture_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) dyn_adc_capture_pcm_prepare() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_generic.c | 5291 unsigned int format, in playback_pcm_prepare() 5298 stream_tag, format, substream); in playback_pcm_prepare() 5343 unsigned int format, in capture_pcm_prepare() 5346 snd_hda_codec_setup_stream(codec, hinfo->nid, stream_tag, 0, format); in capture_pcm_prepare() 5404 unsigned int format, in alt_playback_pcm_prepare() 5407 snd_hda_codec_setup_stream(codec, hinfo->nid, stream_tag, 0, format); in alt_playback_pcm_prepare() 5437 unsigned int format, in dig_playback_pcm_prepare() 5442 stream_tag, format, substream); in dig_playback_pcm_prepare() 5470 unsigned int format, in alt_capture_pcm_prepare() 5476 stream_tag, 0, format); in alt_capture_pcm_prepare() 5288 playback_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) playback_pcm_prepare() argument 5340 capture_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) capture_pcm_prepare() argument 5401 alt_playback_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) alt_playback_pcm_prepare() argument 5434 dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) dig_playback_pcm_prepare() argument 5467 alt_capture_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) alt_capture_pcm_prepare() argument 5597 dyn_adc_capture_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) dyn_adc_capture_pcm_prepare() argument [all...] |