linux-zen-desktop/drivers/iio/common/hid-sensors/hid-sensor-trigger.mod.c

75 lines
2.4 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,
.arch = MODULE_ARCH_INIT,
};
MODULE_INFO(intree, "Y");
#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif
SYMBOL_CRC(hid_sensor_power_state, 0xa0e95763, "");
SYMBOL_CRC(hid_sensor_remove_trigger, 0x169d0abd, "");
SYMBOL_CRC(hid_sensor_setup_trigger, 0xef71d0a2, "");
SYMBOL_CRC(hid_sensor_pm_ops, 0xa3ff0aa5, "");
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x6ebe366f, "ktime_get_mono_fast_ns" },
{ 0xc6528369, "__pm_runtime_use_autosuspend" },
{ 0x2fec5f7c, "__pm_runtime_suspend" },
{ 0x43aa835e, "__pm_runtime_set_status" },
{ 0x3c12dfe, "cancel_work_sync" },
{ 0x24b63518, "iio_trigger_unregister" },
{ 0x60df1ab5, "iio_trigger_free" },
{ 0xa8086b33, "iio_triggered_buffer_cleanup" },
{ 0x80aecf67, "__pm_runtime_disable" },
{ 0xc344be94, "sensor_hub_set_feature" },
{ 0xfafbff62, "hid_sensor_set_report_latency" },
{ 0x87bade64, "sensor_hub_device_open" },
{ 0x88330def, "hid_sensor_get_usage_index" },
{ 0x77a88607, "hid_sensor_read_poll_value" },
{ 0xc3a23fa9, "sensor_hub_get_feature" },
{ 0xcc5005fe, "msleep_interruptible" },
{ 0x2cf56265, "__dynamic_pr_debug" },
{ 0x6594b367, "hid_sensor_get_report_latency" },
{ 0x3c3ff9fd, "sprintf" },
{ 0x26f6b499, "iio_str_to_fixpoint" },
{ 0xd426d020, "hid_sensor_batch_mode_supported" },
{ 0xdf76bbeb, "iio_pollfunc_store_time" },
{ 0xf6cab0c7, "iio_triggered_buffer_setup_ext" },
{ 0xaee2cd28, "iio_device_id" },
{ 0x8a28d840, "__iio_trigger_alloc" },
{ 0xb0e12008, "iio_trigger_register" },
{ 0x43ec602, "get_device" },
{ 0xcd455e47, "__module_get" },
{ 0x618118bc, "pm_runtime_set_autosuspend_delay" },
{ 0x9040242d, "_dev_err" },
{ 0x56470118, "__warn_printk" },
{ 0x3daf74a5, "sensor_hub_device_close" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x16172fad, "pm_runtime_enable" },
{ 0xa898924f, "__pm_runtime_resume" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "industrialio,industrialio-triggered-buffer,hid-sensor-hub,hid-sensor-iio-common");