linux-zen-desktop/drivers/media/v4l2-core/v4l2-async.mod.c

82 lines
2.6 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
SYMBOL_CRC(v4l2_async_nf_init, 0x823c6e97, "");
SYMBOL_CRC(v4l2_async_nf_register, 0x7a44cbaf, "");
SYMBOL_CRC(v4l2_async_subdev_nf_register, 0xa062549f, "");
SYMBOL_CRC(v4l2_async_nf_unregister, 0x170388da, "");
SYMBOL_CRC(v4l2_async_nf_cleanup, 0x69408e6f, "_gpl");
SYMBOL_CRC(__v4l2_async_nf_add_subdev, 0x2f80ee76, "_gpl");
SYMBOL_CRC(__v4l2_async_nf_add_fwnode, 0xf044dda1, "_gpl");
SYMBOL_CRC(__v4l2_async_nf_add_fwnode_remote, 0x3a847b0b, "_gpl");
SYMBOL_CRC(__v4l2_async_nf_add_i2c, 0x80cc3dc9, "_gpl");
SYMBOL_CRC(v4l2_async_register_subdev, 0xee39fe7d, "");
SYMBOL_CRC(v4l2_async_unregister_subdev, 0xcb23f932, "");
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0xbdfb6dbb, "__fentry__" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0x9116d428, "i2c_verify_client" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x84b23833, "v4l2_device_unregister_subdev" },
{ 0x37a0cba, "kfree" },
{ 0x76a50ec9, "fwnode_handle_put" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0x3213f038, "mutex_unlock" },
{ 0x4db7c870, "debugfs_create_dir" },
{ 0x7f192ea, "debugfs_create_file" },
{ 0x3e14c9f0, "single_open" },
{ 0x400cf737, "seq_printf" },
{ 0x470eade0, "fwnode_property_present" },
{ 0xdaf107dc, "fwnode_graph_get_port_parent" },
{ 0x66d2df4b, "fwnode_handle_get" },
{ 0xfedf6463, "debugfs_remove" },
{ 0xde2d6e7f, "v4l2_subdev_put_privacy_led" },
{ 0x9040242d, "_dev_err" },
{ 0x4ddf0d50, "__dynamic_dev_dbg" },
{ 0x76ab5cfc, "v4l2_device_register_subdev" },
{ 0x2c97ee17, "media_create_ancillary_link" },
{ 0x66cca4f9, "__x86_indirect_thunk_rcx" },
{ 0xeb233a45, "__kmalloc" },
{ 0xf3c3b7e2, "fwnode_graph_get_remote_endpoint" },
{ 0xb024ade4, "_dev_warn" },
{ 0xc7a145c1, "_dev_notice" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x6c459d94, "__dev_fwnode" },
{ 0x5c7ac3b0, "seq_read" },
{ 0x9ee4a9a0, "single_release" },
{ 0x7b15985c, "seq_lseek" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "videodev,mc");