#include #define INCLUDE_VERMAGIC #include #include #include #include #include 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") = { { 0x267c0508, "iio_channel_release_all_cb" }, { 0xa8086b33, "iio_triggered_buffer_cleanup" }, { 0x24b63518, "iio_trigger_unregister" }, { 0x93d6dd8c, "complete_all" }, { 0x7a711aef, "iio_channel_start_all_cb" }, { 0x47791df, "iio_read_channel_offset" }, { 0x1ef4e7db, "iio_read_channel_scale" }, { 0x24026670, "regmap_read" }, { 0xa1e426d0, "regmap_write" }, { 0xd7ba5028, "iio_trigger_poll_chained" }, { 0x4a3ad70e, "wait_for_completion_timeout" }, { 0x494b533d, "iio_convert_raw_to_processed" }, { 0xc3055d20, "usleep_range_state" }, { 0xf8e52cb8, "devm_iio_device_alloc" }, { 0x699b630f, "__devm_regmap_init_i2c" }, { 0xaee2cd28, "iio_device_id" }, { 0x2969362b, "__devm_iio_trigger_alloc" }, { 0x608741b5, "__init_swait_queue_head" }, { 0x93840bef, "device_property_read_u32_array" }, { 0x9040242d, "_dev_err" }, { 0x13e9de7d, "device_property_present" }, { 0xb7ff0313, "iio_channel_cb_get_iio_dev" }, { 0x1284172e, "iio_trigger_set_immutable" }, { 0xb0e12008, "iio_trigger_register" }, { 0xf6cab0c7, "iio_triggered_buffer_setup_ext" }, { 0x7e960b43, "iio_channel_get_all_cb" }, { 0x8277e8ca, "iio_channel_cb_get_channels" }, { 0x465dd17b, "__iio_device_register" }, { 0xa8d1337e, "_dev_info" }, { 0x1584fecc, "i2c_del_driver" }, { 0xed9670b0, "iio_get_time_ns" }, { 0xae601b8, "iio_push_to_buffers" }, { 0xdacc633f, "iio_trigger_notify_done" }, { 0xbdfb6dbb, "__fentry__" }, { 0xedb5b644, "i2c_register_driver" }, { 0x2a1fab3c, "iio_channel_stop_all_cb" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x21286a8c, "iio_device_unregister" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "industrialio-buffer-cb,industrialio-triggered-buffer,industrialio"); MODULE_ALIAS("i2c:lmp91000"); MODULE_ALIAS("i2c:lmp91002"); MODULE_ALIAS("of:N*T*Cti,lmp91000"); MODULE_ALIAS("of:N*T*Cti,lmp91000C*"); MODULE_ALIAS("of:N*T*Cti,lmp91002"); MODULE_ALIAS("of:N*T*Cti,lmp91002C*");