#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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif SYMBOL_CRC(vb2_find_buffer, 0x0b889753, "_gpl"); SYMBOL_CRC(vb2_querybuf, 0x9f475a53, ""); SYMBOL_CRC(vb2_reqbufs, 0xc1d5e2b2, "_gpl"); SYMBOL_CRC(vb2_prepare_buf, 0x82dc2995, "_gpl"); SYMBOL_CRC(vb2_create_bufs, 0xd7319fee, "_gpl"); SYMBOL_CRC(vb2_qbuf, 0xc1d88a2a, "_gpl"); SYMBOL_CRC(vb2_dqbuf, 0x48959507, "_gpl"); SYMBOL_CRC(vb2_streamon, 0x1846c78c, "_gpl"); SYMBOL_CRC(vb2_streamoff, 0x95a2d43b, "_gpl"); SYMBOL_CRC(vb2_expbuf, 0x307eb2d6, "_gpl"); SYMBOL_CRC(vb2_queue_init_name, 0xb60c8f80, "_gpl"); SYMBOL_CRC(vb2_queue_init, 0x7ec1bb62, "_gpl"); SYMBOL_CRC(vb2_queue_release, 0x4b122472, "_gpl"); SYMBOL_CRC(vb2_queue_change_type, 0xee582e8c, "_gpl"); SYMBOL_CRC(vb2_poll, 0x77e78890, "_gpl"); SYMBOL_CRC(vb2_ioctl_reqbufs, 0xd70f9fac, "_gpl"); SYMBOL_CRC(vb2_ioctl_create_bufs, 0x5a68442f, "_gpl"); SYMBOL_CRC(vb2_ioctl_prepare_buf, 0x99824401, "_gpl"); SYMBOL_CRC(vb2_ioctl_querybuf, 0x0bdc66a3, "_gpl"); SYMBOL_CRC(vb2_ioctl_qbuf, 0x934bd1f2, "_gpl"); SYMBOL_CRC(vb2_ioctl_dqbuf, 0xb5916dc5, "_gpl"); SYMBOL_CRC(vb2_ioctl_streamon, 0x866cc679, "_gpl"); SYMBOL_CRC(vb2_ioctl_streamoff, 0xcb353c29, "_gpl"); SYMBOL_CRC(vb2_ioctl_expbuf, 0x49f91683, "_gpl"); SYMBOL_CRC(vb2_fop_mmap, 0x7655dd9d, "_gpl"); SYMBOL_CRC(_vb2_fop_release, 0x06f5a39c, "_gpl"); SYMBOL_CRC(vb2_fop_release, 0xb8afd046, "_gpl"); SYMBOL_CRC(vb2_fop_write, 0x590d03d5, "_gpl"); SYMBOL_CRC(vb2_fop_read, 0x8635cb7f, "_gpl"); SYMBOL_CRC(vb2_fop_poll, 0xe6d407e6, "_gpl"); SYMBOL_CRC(vb2_video_unregister_device, 0x1abffeeb, "_gpl"); SYMBOL_CRC(vb2_ops_wait_prepare, 0xac473c72, "_gpl"); SYMBOL_CRC(vb2_ops_wait_finish, 0x044c8cb9, "_gpl"); SYMBOL_CRC(vb2_request_validate, 0xc64e2046, "_gpl"); SYMBOL_CRC(vb2_request_queue, 0x8458cd8d, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xbdfb6dbb, "__fentry__" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x650ef45, "vb2_core_expbuf" }, { 0x65929cae, "ns_to_timespec64" }, { 0xde7eb23, "vb2_buffer_in_use" }, { 0xdd64e639, "strscpy" }, { 0x50a5ef75, "vb2_core_queue_init" }, { 0x7328834d, "vb2_core_queue_release" }, { 0xf42c30ab, "video_devdata" }, { 0xc1045ca5, "vb2_core_poll" }, { 0x89da9b97, "v4l2_event_pending" }, { 0xa48b36b4, "vb2_mmap" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0xad49a505, "v4l2_fh_release" }, { 0x89940875, "mutex_lock_interruptible" }, { 0x1a266814, "vb2_write" }, { 0xe7ec3ed9, "vb2_read" }, { 0xb7def376, "vb2_request_buffer_cnt" }, { 0x15068411, "vb2_core_dqbuf" }, { 0x122c3a7e, "_printk" }, { 0x95c78c75, "vb2_core_streamon" }, { 0xbb2204b8, "vb2_core_streamoff" }, { 0x43ec602, "get_device" }, { 0x4835348d, "video_unregister_device" }, { 0xb5686f70, "put_device" }, { 0x8e1292c9, "vb2_verify_memory_type" }, { 0xee6bdf84, "vb2_core_create_bufs" }, { 0xbc7bc61f, "media_request_get_by_fd" }, { 0xfb578fc5, "memset" }, { 0x1c3fbcd, "media_request_put" }, { 0x12410b1f, "vb2_core_prepare_buf" }, { 0xea8f6426, "vb2_core_qbuf" }, { 0x6711a315, "vb2_core_querybuf" }, { 0x17fc929d, "vb2_core_reqbufs" }, { 0xa7940382, "param_ops_int" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "videobuf2-common,videodev,mc");