linux-zen-desktop/drivers/media/common/videobuf2/videobuf2-dma-sg.mod.c

75 lines
2.2 KiB
C

#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/export-internal.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
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
SYMBOL_CRC(vb2_dma_sg_memops, 0x5d6465a9, "_gpl");
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0x599fb41c, "kvmalloc_node" },
{ 0xe3888b82, "alloc_pages" },
{ 0x79470ab2, "split_page" },
{ 0x818b68f9, "sg_alloc_table_from_pages_segment" },
{ 0x7c263ce7, "__free_pages" },
{ 0x7aa1756e, "kvfree" },
{ 0x43ec602, "get_device" },
{ 0xb5686f70, "put_device" },
{ 0xb3f985a8, "sg_alloc_table" },
{ 0xfbe215e4, "sg_next" },
{ 0x296695f, "refcount_warn_saturate" },
{ 0xf0aec026, "dma_buf_export" },
{ 0xc7c2b85f, "vb2_create_framevec" },
{ 0xc5e5573a, "frame_vector_to_pages" },
{ 0xa43a32f5, "dma_buf_attach" },
{ 0xa7940382, "param_ops_int" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xb3ed0ec4, "dma_sync_sg_for_device" },
{ 0x71ef3a16, "dma_buf_vunmap_unlocked" },
{ 0xc6b42afe, "dma_buf_unmap_attachment_unlocked" },
{ 0x122c3a7e, "_printk" },
{ 0xe484db6a, "dma_buf_detach" },
{ 0x37a0cba, "kfree" },
{ 0x5ffe7365, "dma_map_sgtable" },
{ 0x8c9cdb04, "dma_unmap_sg_attrs" },
{ 0xc8c85086, "sg_free_table" },
{ 0x4a4e5dfa, "dma_buf_vmap_unlocked" },
{ 0x6e0ca7e0, "vm_map_ram" },
{ 0xce4fde87, "dma_sync_sg_for_cpu" },
{ 0x3fd2571, "vm_unmap_ram" },
{ 0x1d3e468, "set_page_dirty_lock" },
{ 0xccd197c7, "vb2_destroy_framevec" },
{ 0xe861a5f9, "vm_map_pages" },
{ 0xe64ed2b4, "vb2_common_vm_ops" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x2da530dd, "dma_buf_map_attachment_unlocked" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "videobuf2-memops,videobuf2-common");