linux-zen-desktop/drivers/iio/adc/ti-tsc2046.mod.c

90 lines
2.7 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") = {
{ 0x27bbf221, "disable_irq_nosync" },
{ 0xfcec0987, "enable_irq" },
{ 0xda5258f2, "hrtimer_cancel" },
{ 0xcb582a1c, "hrtimer_try_to_cancel" },
{ 0xfaf4c094, "regulator_disable" },
{ 0xca64e135, "driver_unregister" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0x541430dd, "spi_sync" },
{ 0xed9670b0, "iio_get_time_ns" },
{ 0xae601b8, "iio_push_to_buffers" },
{ 0x3213f038, "mutex_unlock" },
{ 0xdacc633f, "iio_trigger_notify_done" },
{ 0x1d24c881, "___ratelimit" },
{ 0x9040242d, "_dev_err" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0xeb233a45, "__kmalloc" },
{ 0x37a0cba, "kfree" },
{ 0x76d6576f, "device_get_match_data" },
{ 0xdaf4cf0a, "spi_setup" },
{ 0xf8e52cb8, "devm_iio_device_alloc" },
{ 0xab8f115e, "devm_regulator_get_optional" },
{ 0x55893967, "regulator_enable" },
{ 0xa7e58877, "devm_add_action" },
{ 0x9ca53964, "regulator_get_voltage" },
{ 0x8ae4fcaf, "device_get_next_child_node" },
{ 0xa41d1573, "fwnode_property_read_u32_array" },
{ 0x5bc8ba21, "devm_kmalloc" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0x52b1e45, "devm_request_threaded_irq" },
{ 0xd96a4600, "spi_get_device_id" },
{ 0xfdf8c5fa, "dev_err_probe" },
{ 0x2969362b, "__devm_iio_trigger_alloc" },
{ 0xf53d8d04, "hrtimer_init" },
{ 0xc2f3e46d, "devm_iio_trigger_register" },
{ 0x2b3c5b17, "devm_iio_triggered_buffer_setup_ext" },
{ 0x43ec602, "get_device" },
{ 0xcd455e47, "__module_get" },
{ 0x7de8890f, "__devm_iio_device_register" },
{ 0x56470118, "__warn_printk" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x8dc5692c, "__spi_register_driver" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0x49b7f88a, "iio_trigger_poll" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x2ceb64a, "hrtimer_start_range_ns" },
{ 0xb024ade4, "_dev_warn" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "industrialio,industrialio-triggered-buffer");
MODULE_ALIAS("spi:tsc2046e-adc");
MODULE_ALIAS("of:N*T*Cti,tsc2046e-adc");
MODULE_ALIAS("of:N*T*Cti,tsc2046e-adcC*");