linux-zen-desktop/drivers/media/pci/netup_unidvb/netup-unidvb.mod.c

125 lines
3.9 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") = {
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0x8410b88b, "pci_unregister_driver" },
{ 0x1035c7c2, "__release_region" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0xb9e7429c, "memcpy_toio" },
{ 0x122c3a7e, "_printk" },
{ 0x1d24c881, "___ratelimit" },
{ 0x8ddd8aad, "schedule_timeout" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0xa8d1337e, "_dev_info" },
{ 0xede571a6, "i2c_del_adapter" },
{ 0x868784cb, "__symbol_get" },
{ 0xfe487975, "init_wait_entry" },
{ 0x9040242d, "_dev_err" },
{ 0x92d5838e, "request_threaded_irq" },
{ 0xc38c83b8, "mod_timer" },
{ 0x8c03d20c, "destroy_workqueue" },
{ 0x501be0d4, "dvb_ca_en50221_release" },
{ 0x85fc1092, "__devm_spi_alloc_controller" },
{ 0x92bb51a6, "spi_unregister_controller" },
{ 0x384f1975, "dma_alloc_attrs" },
{ 0xa549196f, "pci_read_config_word" },
{ 0xc5c3fe1e, "spi_new_device" },
{ 0xebeefd7c, "vb2_buffer_done" },
{ 0x2b4afd19, "vb2_plane_vaddr" },
{ 0xde80cd09, "ioremap" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0x64757c3f, "param_ops_short" },
{ 0xd68a0514, "vb2_vmalloc_memops" },
{ 0xfb578fc5, "memset" },
{ 0xb024ade4, "_dev_warn" },
{ 0xcf8ee05c, "pci_set_master" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x2595acbc, "vb2_dvb_dealloc_frontends" },
{ 0xd9a5ea54, "__init_waitqueue_head" },
{ 0x6de947c4, "i2c_add_adapter" },
{ 0x15ba50a6, "jiffies" },
{ 0xc82e10b4, "vb2_dvb_unregister_bus" },
{ 0xefb2a051, "dma_free_attrs" },
{ 0x10277720, "pcie_capability_clear_and_set_word" },
{ 0xc6f46339, "init_timer_key" },
{ 0xeae3dfd6, "__const_udelay" },
{ 0xb43f9365, "ktime_get" },
{ 0x3c12dfe, "cancel_work_sync" },
{ 0x3a693bea, "pci_disable_device" },
{ 0x15b6efa7, "dma_set_mask" },
{ 0xa4191c0b, "memset_io" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0x22fa15ce, "pci_read_config_byte" },
{ 0x77358855, "iomem_resource" },
{ 0xa7940382, "param_ops_int" },
{ 0x27d902d6, "spi_register_controller" },
{ 0xf9a482f9, "msleep" },
{ 0xe2c17b5d, "__SCT__might_resched" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0x85bd1608, "__request_region" },
{ 0xa24f23d8, "__request_module" },
{ 0x7ec1bb62, "vb2_queue_init" },
{ 0xc1514a3b, "free_irq" },
{ 0x1c3189e5, "vb2_dvb_register_bus" },
{ 0x49cd25ed, "alloc_workqueue" },
{ 0xf70bdb0f, "spi_finalize_current_message" },
{ 0xd24c8f20, "pci_enable_device" },
{ 0xc2558429, "dvb_ca_en50221_init" },
{ 0x656e4a6e, "snprintf" },
{ 0xc5b6f236, "queue_work_on" },
{ 0x6e9dd606, "__symbol_put" },
{ 0x3b25e6af, "vb2_dvb_get_frontend" },
{ 0x3c39dae9, "vb2_dvb_alloc_frontend" },
{ 0x92540fbf, "finish_wait" },
{ 0xc9c41e74, "__pci_register_driver" },
{ 0x7d628444, "memcpy_fromio" },
{ 0xedc03953, "iounmap" },
{ 0x9ee3bfc2, "param_array_ops" },
{ 0x37a0cba, "kfree" },
{ 0xc3055d20, "usleep_range_state" },
{ 0x8c26d495, "prepare_to_wait_event" },
{ 0x82ee90dc, "timer_delete_sync" },
{ 0xe2964344, "__wake_up" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "dvb-core,videobuf2-common,videobuf2-vmalloc,videobuf2-dvb,videobuf2-v4l2");
MODULE_ALIAS("pci:v00001B55d000018F6sv*sd*bc*sc*i*");
MODULE_ALIAS("pci:v00001B55d000018F7sv*sd*bc*sc*i*");
MODULE_INFO(srcversion, "8D972406F715B147CBB405E");