#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif BUILD_SALT; BUILD_LTO_INFO; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_DATA(vb2_dma_contig_memops, "_gpl", ""); KSYMTAB_FUNC(vb2_dma_contig_set_max_seg_size, "_gpl", ""); SYMBOL_CRC(vb2_dma_contig_memops, 0x274dc030, "_gpl"); SYMBOL_CRC(vb2_dma_contig_set_max_seg_size, 0x0a9ab6f1, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xba0db884, "dma_mmap_noncontiguous" }, { 0x57bc19d2, "down_write" }, { 0xce807a25, "up_write" }, { 0x3a65b1b7, "vb2_common_vm_ops" }, { 0xc3796ce, "dma_mmap_attrs" }, { 0x122c3a7e, "_printk" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xeb526dcb, "dma_buf_vunmap_unlocked" }, { 0xf756240f, "dma_buf_unmap_attachment_unlocked" }, { 0x279b3385, "dma_buf_detach" }, { 0x37a0cba, "kfree" }, { 0xe02b1502, "dma_sync_sg_for_cpu" }, { 0x5f354d38, "dma_sync_sg_for_device" }, { 0xc8c85086, "sg_free_table" }, { 0xb5f3dd87, "dma_unmap_sg_attrs" }, { 0xb624f9a5, "dma_map_sgtable" }, { 0xd1005013, "_dev_err" }, { 0xe2bd111a, "dma_vmap_noncontiguous" }, { 0xcb4d10d3, "dma_buf_vmap_unlocked" }, { 0x186b214c, "dma_vunmap_noncontiguous" }, { 0xb33768a4, "dma_free_noncontiguous" }, { 0xe16b094c, "put_device" }, { 0x1ed78da4, "dma_free_attrs" }, { 0x296695f, "refcount_warn_saturate" }, { 0x44b131f0, "dma_buf_export" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xa6b34ae1, "dma_get_sgtable_attrs" }, { 0xed6008f6, "dma_buf_attach" }, { 0xb3f985a8, "sg_alloc_table" }, { 0xfbe215e4, "sg_next" }, { 0xe127bd74, "get_device" }, { 0x1174f440, "dma_alloc_attrs" }, { 0xda1ddd47, "dma_alloc_noncontiguous" }, { 0x605d5bfa, "cache_line_size" }, { 0xc7c2b85f, "vb2_create_framevec" }, { 0xc5e5573a, "frame_vector_to_pages" }, { 0xccd197c7, "vb2_destroy_framevec" }, { 0xdffb744b, "frame_vector_to_pfns" }, { 0x733bd315, "dma_map_resource" }, { 0xaafb3b95, "sg_alloc_table_from_pages_segment" }, { 0xf8c19234, "set_page_dirty_lock" }, { 0xe912a84f, "dma_unmap_resource" }, { 0x7171cc61, "dma_buf_map_attachment_unlocked" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "videobuf2-memops,videobuf2-common");