linux-zen-desktop/drivers/media/common/b2c2/b2c2-flexcop.mod.c

96 lines
3.0 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,
.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
SYMBOL_CRC(b2c2_flexcop_debug, 0x66c0289a, "_gpl");
SYMBOL_CRC(flexcop_pass_dmx_data, 0x5f05bbf0, "");
SYMBOL_CRC(flexcop_pass_dmx_packets, 0xe0535e89, "");
SYMBOL_CRC(flexcop_device_kmalloc, 0x05c349a7, "");
SYMBOL_CRC(flexcop_device_kfree, 0x45e7439a, "");
SYMBOL_CRC(flexcop_device_initialize, 0x217a86cf, "");
SYMBOL_CRC(flexcop_device_exit, 0x6dce01b7, "");
SYMBOL_CRC(flexcop_i2c_request, 0x9120f1f5, "");
SYMBOL_CRC(flexcop_sram_set_dest, 0xfe9e28c4, "");
SYMBOL_CRC(flexcop_wan_set_speed, 0xafd26129, "");
SYMBOL_CRC(flexcop_sram_ctrl, 0xbbef8459, "");
SYMBOL_CRC(flexcop_eeprom_check_mac_addr, 0x7d310617, "");
SYMBOL_CRC(flexcop_dump_reg, 0xa19fc4c0, "");
SYMBOL_CRC(flexcop_pid_feed_control, 0x83f5e5c3, "");
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0xa19b956, "__stack_chk_fail" },
{ 0x18acd31f, "dvb_dmx_swfilter_packets" },
{ 0xede571a6, "i2c_del_adapter" },
{ 0x868784cb, "__symbol_get" },
{ 0x9263a063, "dvb_dmx_release" },
{ 0x6346994b, "dvb_net_init" },
{ 0x8c54b0f8, "dvb_dmx_swfilter" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0x89940875, "mutex_lock_interruptible" },
{ 0x27833135, "dvb_dmxdev_release" },
{ 0x64757c3f, "param_ops_short" },
{ 0x31549b2a, "__x86_indirect_thunk_r10" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x36905e51, "dvb_frontend_detach" },
{ 0x6de947c4, "i2c_add_adapter" },
{ 0xbc8db041, "dvb_net_release" },
{ 0x3213f038, "mutex_unlock" },
{ 0xeae3dfd6, "__const_udelay" },
{ 0xa38fc382, "dvb_unregister_frontend" },
{ 0x66cca4f9, "__x86_indirect_thunk_rcx" },
{ 0xa181ca3d, "cx24123_get_tuner_i2c_adapter" },
{ 0xc2be1808, "dvb_register_frontend" },
{ 0xb82d45da, "cx24113_agc_callback" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0x4276ed9c, "dvb_unregister_adapter" },
{ 0x54abe4ff, "dvb_dmx_init" },
{ 0xa7940382, "param_ops_int" },
{ 0x13b1e610, "s5h1420_get_tuner_i2c_adapter" },
{ 0xf90a1e85, "__x86_indirect_thunk_r8" },
{ 0xf9a482f9, "msleep" },
{ 0xeb233a45, "__kmalloc" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xa24f23d8, "__request_module" },
{ 0x75644740, "dvb_dmxdev_init" },
{ 0x9e7d6bd0, "__udelay" },
{ 0x6e9dd606, "__symbol_put" },
{ 0x351a8402, "request_firmware" },
{ 0x9ee3bfc2, "param_array_ops" },
{ 0x37a0cba, "kfree" },
{ 0xbe0be3db, "dvb_register_adapter" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x122c3a7e, "_printk" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "dvb-core,cx24123,cx24113,s5h1420");