#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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 KSYMTAB_FUNC(sensor_hub_register_callback, "_gpl", ""); KSYMTAB_FUNC(sensor_hub_remove_callback, "_gpl", ""); KSYMTAB_FUNC(sensor_hub_set_feature, "_gpl", ""); KSYMTAB_FUNC(sensor_hub_get_feature, "_gpl", ""); KSYMTAB_FUNC(sensor_hub_input_attr_get_raw_value, "_gpl", ""); KSYMTAB_FUNC(hid_sensor_get_usage_index, "_gpl", ""); KSYMTAB_FUNC(sensor_hub_input_get_attribute_info, "_gpl", ""); KSYMTAB_FUNC(sensor_hub_device_open, "_gpl", ""); KSYMTAB_FUNC(sensor_hub_device_close, "_gpl", ""); SYMBOL_CRC(sensor_hub_register_callback, 0xc4b790e0, "_gpl"); SYMBOL_CRC(sensor_hub_remove_callback, 0x542f8643, "_gpl"); SYMBOL_CRC(sensor_hub_set_feature, 0xe3833005, "_gpl"); SYMBOL_CRC(sensor_hub_get_feature, 0xd98556c5, "_gpl"); SYMBOL_CRC(sensor_hub_input_attr_get_raw_value, 0x1d6ee7a8, "_gpl"); SYMBOL_CRC(hid_sensor_get_usage_index, 0xd20c5dd0, "_gpl"); SYMBOL_CRC(sensor_hub_input_get_attribute_info, 0x9dcd057f, "_gpl"); SYMBOL_CRC(sensor_hub_device_open, 0x7be6f0b6, "_gpl"); SYMBOL_CRC(sensor_hub_device_close, 0xbe42abaf, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x37a0cba, "kfree" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xdcb764ad, "memset" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x9358ee21, "hid_hw_request" }, { 0x4829a47e, "memcpy" }, { 0x3213f038, "mutex_unlock" }, { 0x7ebc429e, "_dev_warn" }, { 0xf8bb7bea, "hid_hw_open" }, { 0xd1005013, "_dev_err" }, { 0x5928650f, "hid_hw_close" }, { 0xd050e1e6, "__hid_register_driver" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0x66b4cc41, "kmemdup" }, { 0xa6257a2f, "complete" }, { 0xc036475d, "hid_hw_stop" }, { 0x8a817011, "mfd_remove_devices" }, { 0xf647a7e4, "hid_unregister_driver" }, { 0x11e6cb56, "devm_kmalloc" }, { 0xcefb0c9f, "__mutex_init" }, { 0x20d99e85, "hid_open_report" }, { 0xb5c4a851, "hid_hw_start" }, { 0x57643536, "devm_kasprintf" }, { 0xcf0246d8, "mfd_add_devices" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x7d92444, "hid_set_field" }, { 0x608741b5, "__init_swait_queue_head" }, { 0xf02aa937, "wait_for_completion_interruptible_timeout" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("hid:b*g0003v*p*");