#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") = { { 0x5a035399, "cx2341x_handler_setup" }, { 0xc3055d20, "usleep_range_state" }, { 0x351a8402, "request_firmware" }, { 0xc6d09aa9, "release_firmware" }, { 0xd3eec2cb, "cx8802_start_dma" }, { 0x9240dc03, "cx88_set_freq" }, { 0xe43af8f8, "cx2341x_handler_init" }, { 0x4da0ea49, "v4l2_ctrl_add_handler" }, { 0x5d6465a9, "vb2_dma_sg_memops" }, { 0x7ec1bb62, "vb2_queue_init" }, { 0x5e797c0d, "cx88_vdev_init" }, { 0x9c3f2ff6, "__video_register_device" }, { 0xcfac1f6e, "v4l2_event_unsubscribe" }, { 0xcb353c29, "vb2_ioctl_streamoff" }, { 0x17320dc8, "v4l2_ctrl_subscribe_event" }, { 0x866cc679, "vb2_ioctl_streamon" }, { 0xbdc66a3, "vb2_ioctl_querybuf" }, { 0x934bd1f2, "vb2_ioctl_qbuf" }, { 0xd70f9fac, "vb2_ioctl_reqbufs" }, { 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" }, { 0x44c8cb9, "vb2_ops_wait_finish" }, { 0xac473c72, "vb2_ops_wait_prepare" }, { 0xa7940382, "param_ops_int" }, { 0xbdfb6dbb, "__fentry__" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x122c3a7e, "_printk" }, { 0xd11737, "cx8802_register_driver" }, { 0xeae3dfd6, "__const_udelay" }, { 0x4835348d, "video_unregister_device" }, { 0x60f3819a, "v4l2_ctrl_handler_free" }, { 0xd4d4a22f, "cx8802_buf_prepare" }, { 0x6eff991a, "cx8802_buf_queue" }, { 0xefb2a051, "dma_free_attrs" }, { 0xf42c30ab, "video_devdata" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x9ce66d84, "cx88_set_tvnorm" }, { 0x84efab25, "cx88_set_stereo" }, { 0x656e4a6e, "snprintf" }, { 0x3f90a054, "v4l2_ctrl_handler_log_status" }, { 0xa19b956, "__stack_chk_fail" }, { 0x46c267ac, "cx88_get_stereo" }, { 0x44c354d1, "cx88_querycap" }, { 0xaf2f9e91, "cx88_newstation" }, { 0x5cf344c0, "cx88_video_mux" }, { 0xf5ef842e, "v4l_bound_align_image" }, { 0xf4d1888, "cx88_enum_input" }, { 0x8d034622, "cx8802_unregister_driver" }, { 0x15ba50a6, "jiffies" }, { 0x244f28a6, "cx88_set_scale" }, { 0x4e95d6b2, "cx8802_cancel_buffers" }, { 0xa482724c, "cx2341x_handler_set_busy" }, { 0x26e35132, "cx8802_get_driver" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xebeefd7c, "vb2_buffer_done" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xf9a482f9, "msleep" }, { 0x4c07e805, "cx2341x_handler_set_50hz" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "cx2341x,cx8802,cx8800,videodev,videobuf2-dma-sg,videobuf2-v4l2,cx88xx,videobuf2-common"); MODULE_INFO(srcversion, "EA4D64DF7E6F51204201B40");