#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 static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xe2385937, "__platform_driver_register" }, { 0xd20c5dd0, "hid_sensor_get_usage_index" }, { 0xe3833005, "sensor_hub_set_feature" }, { 0xd1005013, "_dev_err" }, { 0x8c8569cb, "kstrtoint" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0xbe42abaf, "sensor_hub_device_close" }, { 0x7be6f0b6, "sensor_hub_device_open" }, { 0x3c3ff9fd, "sprintf" }, { 0xe2964344, "__wake_up" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0xc4f0da12, "ktime_get_with_offset" }, { 0xf23fcb99, "__kfifo_in" }, { 0xbcab6ee6, "sscanf" }, { 0x1d6ee7a8, "sensor_hub_input_attr_get_raw_value" }, { 0xd98556c5, "sensor_hub_get_feature" }, { 0x96848186, "scnprintf" }, { 0x1057a279, "bsearch" }, { 0x656e4a6e, "snprintf" }, { 0xcf44d0ec, "stream_open" }, { 0x4578f528, "__kfifo_to_user" }, { 0xfe487975, "init_wait_entry" }, { 0x1000e51, "schedule" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0x92540fbf, "finish_wait" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0xdcb764ad, "memset" }, { 0x9dcd057f, "sensor_hub_input_get_attribute_info" }, { 0x11089ac7, "_ctype" }, { 0xfb384d37, "kasprintf" }, { 0xc9cae4c7, "platform_device_register_full" }, { 0x37a0cba, "kfree" }, { 0x4d1b088a, "platform_device_unregister" }, { 0xb511ec16, "misc_deregister" }, { 0xdb760f52, "__kfifo_free" }, { 0xb343023e, "sysfs_remove_group" }, { 0x542f8643, "sensor_hub_remove_callback" }, { 0x4829a47e, "memcpy" }, { 0xd4835ef8, "dmi_check_system" }, { 0x11e6cb56, "devm_kmalloc" }, { 0xcefb0c9f, "__mutex_init" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xc4b790e0, "sensor_hub_register_callback" }, { 0x159575be, "sysfs_create_group" }, { 0xc8dcc62a, "krealloc" }, { 0x139f2189, "__kfifo_alloc" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0x77828fbf, "misc_register" }, { 0xbbb03387, "noop_llseek" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "hid-sensor-hub"); MODULE_ALIAS("platform:HID-SENSOR-2000e1"); MODULE_ALIAS("platform:HID-SENSOR-2000e2");