linux-zen-desktop/drivers/media/pci/saa7134/saa7134-go7007.mod.c

73 lines
2.0 KiB
C
Raw Normal View History

2023-08-30 17:31:07 +02:00
#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,
.init = init_module,
#ifdef CONFIG_MODULE_UNLOAD
.exit = cleanup_module,
#endif
.arch = MODULE_ARCH_INIT,
};
MODULE_INFO(intree, "Y");
#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0x1abffeeb, "vb2_video_unregister_device" },
{ 0x4ac4eeec, "v4l2_device_put" },
{ 0x8df8cae3, "go7007_snd_remove" },
{ 0x7cd8d75e, "page_offset_base" },
{ 0x97651e6c, "vmemmap_base" },
{ 0x83fdeb1e, "dma_map_page_attrs" },
{ 0xcae03bf, "dma_unmap_page_attrs" },
{ 0x4c9d28b0, "phys_base" },
{ 0xf9a482f9, "msleep" },
{ 0x74210ca9, "go7007_read_interrupt" },
{ 0x122c3a7e, "_printk" },
{ 0xe9f5288a, "saa7134_ts_unregister" },
{ 0x450d1199, "go7007_alloc" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0x656e4a6e, "snprintf" },
{ 0x730c4be3, "saa7134_boards" },
{ 0xa916b694, "strnlen" },
{ 0xdd64e639, "strscpy" },
{ 0xa0682432, "v4l2_subdev_init" },
{ 0xf09b5d9a, "get_zeroed_page" },
{ 0xb1768c00, "go7007_boot_encoder" },
{ 0xb10cdaa6, "go7007_register_encoder" },
{ 0x76ab5cfc, "v4l2_device_register_subdev" },
{ 0xcbd4898c, "fortify_panic" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x764547a3, "saa7134_ts_register" },
{ 0x1747f97f, "dma_sync_single_for_cpu" },
{ 0xf7a857fc, "go7007_parse_video_stream" },
{ 0x2cf56265, "__dynamic_pr_debug" },
{ 0x4302d0eb, "free_pages" },
{ 0x84b23833, "v4l2_device_unregister_subdev" },
{ 0x37a0cba, "kfree" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "videobuf2-v4l2,videodev,go7007,saa7134");