linux-zen-desktop/drivers/media/usb/ttusb-dec/ttusb_dec.mod.c

100 lines
3.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") = {
{ 0x56470118, "__warn_printk" },
{ 0xcbd4898c, "fortify_panic" },
{ 0x4a4b2423, "usb_deregister" },
{ 0x89940875, "mutex_lock_interruptible" },
{ 0x703a7587, "usb_bulk_msg" },
{ 0x3213f038, "mutex_unlock" },
{ 0x37a0cba, "kfree" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0xfb578fc5, "memset" },
{ 0x3b9f54fd, "usb_free_urb" },
{ 0x1bcaa151, "usb_free_coherent" },
{ 0x36586df6, "usb_kill_urb" },
{ 0xea3c74e, "tasklet_kill" },
{ 0xbc8db041, "dvb_net_release" },
{ 0x27833135, "dvb_dmxdev_release" },
{ 0x9263a063, "dvb_dmx_release" },
{ 0xa38fc382, "dvb_unregister_frontend" },
{ 0x36905e51, "dvb_frontend_detach" },
{ 0x4276ed9c, "dvb_unregister_adapter" },
{ 0xfbe795d3, "input_unregister_device" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x9ed12e20, "kmalloc_large" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0x26670b25, "usb_alloc_urb" },
{ 0x351a8402, "request_firmware" },
{ 0x69dd3b5b, "crc32_le" },
{ 0x18d75eda, "usb_alloc_coherent" },
{ 0xc6d09aa9, "release_firmware" },
{ 0xbe0be3db, "dvb_register_adapter" },
{ 0x54abe4ff, "dvb_dmx_init" },
{ 0x75644740, "dvb_dmxdev_init" },
{ 0x6346994b, "dvb_net_init" },
{ 0x9cf56e, "ttusbdecfe_dvbt_attach" },
{ 0xc2be1808, "dvb_register_frontend" },
{ 0xa07d1b3c, "tasklet_setup" },
{ 0x656e4a6e, "snprintf" },
{ 0xf9c0b663, "strlcat" },
{ 0x772da1ff, "input_allocate_device" },
{ 0xb5285526, "input_register_device" },
{ 0x2b5bf4a4, "ttusbdecfe_dvbs_attach" },
{ 0x542c2444, "input_free_device" },
{ 0xab403a92, "usb_set_interface" },
{ 0x9ee3bfc2, "param_array_ops" },
{ 0x64757c3f, "param_ops_short" },
{ 0xa7940382, "param_ops_int" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x5352ed42, "usb_register_driver" },
{ 0x212e8677, "usb_submit_urb" },
{ 0x122c3a7e, "_printk" },
{ 0xe1e59c2c, "input_event" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0x69acdf38, "memcpy" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0x9d2ab8ac, "__tasklet_schedule" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "dvb-core,ttusbdecfe");
MODULE_ALIAS("usb:v0B48p1006d*dc*dsc*dp*ic*isc*ip*in*");
MODULE_ALIAS("usb:v0B48p1008d*dc*dsc*dp*ic*isc*ip*in*");
MODULE_ALIAS("usb:v0B48p1009d*dc*dsc*dp*ic*isc*ip*in*");