linux-zen-desktop/drivers/hid/amd-sfh-hid/amd_sfh.mod.c

100 lines
2.9 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
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0xe69b127a, "pcim_iomap_regions" },
{ 0xfe487975, "init_wait_entry" },
{ 0x2031a0ec, "devm_kfree" },
{ 0x9040242d, "_dev_err" },
{ 0x384f1975, "dma_alloc_attrs" },
{ 0x670ecece, "__x86_indirect_thunk_rbx" },
{ 0xb024ade4, "_dev_warn" },
{ 0xcf8ee05c, "pci_set_master" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xd9a5ea54, "__init_waitqueue_head" },
{ 0x6a8e434, "hid_input_report" },
{ 0x108e19cb, "dma_set_coherent_mask" },
{ 0xdd64e639, "strscpy" },
{ 0xefb2a051, "dma_free_attrs" },
{ 0x9fa7184a, "cancel_delayed_work_sync" },
{ 0xc6f46339, "init_timer_key" },
{ 0xb43f9365, "ktime_get" },
{ 0xffeedf6a, "delayed_work_timer_fn" },
{ 0x15b6efa7, "dma_set_mask" },
{ 0x89cffdfa, "hid_parse_report" },
{ 0xdefac9ff, "pcim_iomap_table" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0x77358855, "iomem_resource" },
{ 0xa7940382, "param_ops_int" },
{ 0x59173, "pcim_enable_device" },
{ 0xf9a482f9, "msleep" },
{ 0x50877b9, "dmi_first_match" },
{ 0xe2c17b5d, "__SCT__might_resched" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0xb7b67f24, "hid_add_device" },
{ 0x2d3385d3, "system_wq" },
{ 0x52b1e45, "devm_request_threaded_irq" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0x656e4a6e, "snprintf" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x92540fbf, "finish_wait" },
{ 0xc9c41e74, "__pci_register_driver" },
{ 0xd0a5d0f8, "devm_ioremap" },
{ 0x7d628444, "memcpy_fromio" },
{ 0x69acdf38, "memcpy" },
{ 0x37a0cba, "kfree" },
{ 0xc3055d20, "usleep_range_state" },
{ 0x8c26d495, "prepare_to_wait_event" },
{ 0xe2964344, "__wake_up" },
{ 0xf4b19e00, "hid_allocate_device" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0x12c4962c, "hid_destroy_device" },
{ 0x8410b88b, "pci_unregister_driver" },
{ 0xcbd4898c, "fortify_panic" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x9b3d353a, "__devm_request_region" },
{ 0x122c3a7e, "_printk" },
{ 0x8ddd8aad, "schedule_timeout" },
{ 0x216da187, "pci_intx" },
{ 0xb2fcb56d, "queue_delayed_work_on" },
{ 0xa916b694, "strnlen" },
{ 0x6383b27c, "__x86_indirect_thunk_rdx" },
{ 0xa7e58877, "devm_add_action" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "");
MODULE_ALIAS("pci:v00001022d000015E4sv*sd*bc*sc*i*");
MODULE_ALIAS("pci:v00001022d0000164Asv*sd*bc*sc*i*");