102 lines
3.1 KiB
C
102 lines
3.1 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") = {
|
|
{ 0xf90a1e85, "__x86_indirect_thunk_r8" },
|
|
{ 0x1cfba015, "stackleak_track_stack" },
|
|
{ 0xe9f5288a, "saa7134_ts_unregister" },
|
|
{ 0x2cf56265, "__dynamic_pr_debug" },
|
|
{ 0x2f2c95c4, "flush_work" },
|
|
{ 0x1abffeeb, "vb2_video_unregister_device" },
|
|
{ 0x60f3819a, "v4l2_ctrl_handler_free" },
|
|
{ 0xfd4f5e4, "video_device_alloc" },
|
|
{ 0xfb578fc5, "memset" },
|
|
{ 0xe3dc7f73, "video_device_release" },
|
|
{ 0x730c4be3, "saa7134_boards" },
|
|
{ 0x656e4a6e, "snprintf" },
|
|
{ 0xb5d9f6f7, "v4l2_ctrl_handler_init_class" },
|
|
{ 0x4da0ea49, "v4l2_ctrl_add_handler" },
|
|
{ 0x5d6465a9, "vb2_dma_sg_memops" },
|
|
{ 0x7ec1bb62, "vb2_queue_init" },
|
|
{ 0x9c3f2ff6, "__video_register_device" },
|
|
{ 0x122c3a7e, "_printk" },
|
|
{ 0xcfac1f6e, "v4l2_event_unsubscribe" },
|
|
{ 0x889ae59e, "saa7134_enum_input" },
|
|
{ 0x43f64bcc, "saa7134_s_input" },
|
|
{ 0x11bad58e, "saa7134_querycap" },
|
|
{ 0x49f91683, "vb2_ioctl_expbuf" },
|
|
{ 0xcb353c29, "vb2_ioctl_streamoff" },
|
|
{ 0x17320dc8, "v4l2_ctrl_subscribe_event" },
|
|
{ 0xe4530199, "saa7134_g_std" },
|
|
{ 0x400378c4, "saa7134_querystd" },
|
|
{ 0x3ed1e43c, "saa7134_g_input" },
|
|
{ 0x866cc679, "vb2_ioctl_streamon" },
|
|
{ 0xbdc66a3, "vb2_ioctl_querybuf" },
|
|
{ 0x640f378, "saa7134_s_frequency" },
|
|
{ 0x19c3affe, "saa7134_s_std" },
|
|
{ 0x532cc4a, "saa7134_g_tuner" },
|
|
{ 0x8d190eef, "v4l2_ctrl_log_status" },
|
|
{ 0x934bd1f2, "vb2_ioctl_qbuf" },
|
|
{ 0x19dd1dc5, "saa7134_s_tuner" },
|
|
{ 0xd70f9fac, "vb2_ioctl_reqbufs" },
|
|
{ 0xf649159e, "saa7134_g_frequency" },
|
|
{ 0xb5916dc5, "vb2_ioctl_dqbuf" },
|
|
{ 0x8635cb7f, "vb2_fop_read" },
|
|
{ 0xe6d407e6, "vb2_fop_poll" },
|
|
{ 0x24dad54d, "video_ioctl2" },
|
|
{ 0x7655dd9d, "vb2_fop_mmap" },
|
|
{ 0x7366335b, "v4l2_fh_open" },
|
|
{ 0xb8afd046, "vb2_fop_release" },
|
|
{ 0x14a612f9, "saa7134_ts_queue_setup" },
|
|
{ 0x44c8cb9, "vb2_ops_wait_finish" },
|
|
{ 0x86df69fe, "saa7134_vb2_buffer_queue" },
|
|
{ 0xac473c72, "vb2_ops_wait_prepare" },
|
|
{ 0x58db1247, "saa7134_ts_buffer_init" },
|
|
{ 0x32a39b3e, "saa7134_ts_buffer_prepare" },
|
|
{ 0x9ee3bfc2, "param_array_ops" },
|
|
{ 0xa7940382, "param_ops_int" },
|
|
{ 0xbdfb6dbb, "__fentry__" },
|
|
{ 0x5b8239ca, "__x86_return_thunk" },
|
|
{ 0x764547a3, "saa7134_ts_register" },
|
|
{ 0x2d3385d3, "system_wq" },
|
|
{ 0xc5b6f236, "queue_work_on" },
|
|
{ 0xe9e3105b, "saa7134_ts_stop_streaming" },
|
|
{ 0xf9a482f9, "msleep" },
|
|
{ 0xbad247e0, "saa7134_ts_start_streaming" },
|
|
{ 0x65487097, "__x86_indirect_thunk_rax" },
|
|
{ 0xf42c30ab, "video_devdata" },
|
|
{ 0x7098e516, "module_layout" },
|
|
};
|
|
|
|
MODULE_INFO(depends, "saa7134,videobuf2-v4l2,videodev,videobuf2-dma-sg");
|
|
|