#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 SYMBOL_CRC(media_device_register_entity, 0x134f6ddc, "_gpl"); SYMBOL_CRC(media_device_unregister_entity, 0xff84762b, "_gpl"); SYMBOL_CRC(media_device_init, 0x06afeba3, "_gpl"); SYMBOL_CRC(media_device_cleanup, 0x2d185233, "_gpl"); SYMBOL_CRC(__media_device_register, 0x13cbed6e, "_gpl"); SYMBOL_CRC(media_device_register_entity_notify, 0xa70c5a77, "_gpl"); SYMBOL_CRC(media_device_unregister_entity_notify, 0x05b9133e, "_gpl"); SYMBOL_CRC(media_device_unregister, 0x1ad9752c, "_gpl"); SYMBOL_CRC(media_device_pci_init, 0x65424e5e, "_gpl"); SYMBOL_CRC(__media_device_usb_init, 0x7c981b54, "_gpl"); SYMBOL_CRC(media_entity_enum_init, 0xdc52b035, "_gpl"); SYMBOL_CRC(media_entity_enum_cleanup, 0xe5ceecd6, "_gpl"); SYMBOL_CRC(media_entity_pads_init, 0x4a6f58f6, "_gpl"); SYMBOL_CRC(media_graph_walk_init, 0x5039b51c, "_gpl"); SYMBOL_CRC(media_graph_walk_cleanup, 0x4234a6b7, "_gpl"); SYMBOL_CRC(media_graph_walk_start, 0x3b06b830, "_gpl"); SYMBOL_CRC(media_graph_walk_next, 0x62fad44e, "_gpl"); SYMBOL_CRC(__media_pipeline_start, 0x5b0f4a1b, "_gpl"); SYMBOL_CRC(media_pipeline_start, 0xb079fa2d, "_gpl"); SYMBOL_CRC(__media_pipeline_stop, 0x7cd42f62, "_gpl"); SYMBOL_CRC(media_pipeline_stop, 0x33d6bf90, "_gpl"); SYMBOL_CRC(media_pipeline_alloc_start, 0xe8793615, "_gpl"); SYMBOL_CRC(__media_pipeline_pad_iter_next, 0x71506021, "_gpl"); SYMBOL_CRC(media_pipeline_entity_iter_init, 0xcbdf2a77, "_gpl"); SYMBOL_CRC(media_pipeline_entity_iter_cleanup, 0x65dd67e0, "_gpl"); SYMBOL_CRC(__media_pipeline_entity_iter_next, 0x1f0ffc03, "_gpl"); SYMBOL_CRC(media_get_pad_index, 0x2fcea0af, "_gpl"); SYMBOL_CRC(media_create_pad_link, 0x8a7b0c4f, "_gpl"); SYMBOL_CRC(media_create_pad_links, 0x460160a5, "_gpl"); SYMBOL_CRC(__media_entity_remove_links, 0x81e85b19, "_gpl"); SYMBOL_CRC(media_entity_remove_links, 0x7ff9ad64, "_gpl"); SYMBOL_CRC(__media_entity_setup_link, 0x9a13c7b2, "_gpl"); SYMBOL_CRC(media_entity_setup_link, 0xd4199f44, "_gpl"); SYMBOL_CRC(media_entity_find_link, 0x368ce5ee, "_gpl"); SYMBOL_CRC(media_pad_remote_pad_first, 0xa8f23bc2, "_gpl"); SYMBOL_CRC(media_entity_remote_pad_unique, 0x28cc4bfc, "_gpl"); SYMBOL_CRC(media_pad_remote_pad_unique, 0x05dc1573, "_gpl"); SYMBOL_CRC(media_entity_get_fwnode_pad, 0xf2b988f6, "_gpl"); SYMBOL_CRC(media_entity_pipeline, 0x51745f7e, "_gpl"); SYMBOL_CRC(media_pad_pipeline, 0x2745e834, "_gpl"); SYMBOL_CRC(media_devnode_create, 0x2d8de5b3, "_gpl"); SYMBOL_CRC(media_devnode_remove, 0xfe7ebf82, "_gpl"); SYMBOL_CRC(media_create_intf_link, 0x3da6a2ee, "_gpl"); SYMBOL_CRC(__media_remove_intf_link, 0x6b089fb6, "_gpl"); SYMBOL_CRC(media_remove_intf_link, 0x6e21c7e9, "_gpl"); SYMBOL_CRC(__media_remove_intf_links, 0x808e3578, "_gpl"); SYMBOL_CRC(media_remove_intf_links, 0xaec4290f, "_gpl"); SYMBOL_CRC(media_create_ancillary_link, 0x2c97ee17, "_gpl"); SYMBOL_CRC(__media_entity_next_link, 0xd9259b2f, "_gpl"); SYMBOL_CRC(media_request_put, 0x01c3fbcd, "_gpl"); SYMBOL_CRC(media_request_get_by_fd, 0xbc7bc61f, "_gpl"); SYMBOL_CRC(media_request_object_find, 0x7da42dd4, "_gpl"); SYMBOL_CRC(media_request_object_put, 0xcd49aa3b, "_gpl"); SYMBOL_CRC(media_request_object_init, 0x74e910d5, "_gpl"); SYMBOL_CRC(media_request_object_bind, 0x68d0411d, "_gpl"); SYMBOL_CRC(media_request_object_unbind, 0xf86f3094, "_gpl"); SYMBOL_CRC(media_request_object_complete, 0xf120ed68, "_gpl"); SYMBOL_CRC(media_device_usb_allocate, 0x9c304b9f, "_gpl"); SYMBOL_CRC(media_device_delete, 0x04abd20b, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x37a0cba, "kfree" }, { 0xe2964344, "__wake_up" }, { 0x43ec602, "get_device" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xca21ebd3, "bitmap_free" }, { 0x4ddf0d50, "__dynamic_dev_dbg" }, { 0xcbd4898c, "fortify_panic" }, { 0xbdfb6dbb, "__fentry__" }, { 0x3f4547a7, "put_unused_fd" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x122c3a7e, "_printk" }, { 0xfca0a77e, "cdev_device_add" }, { 0xa19b956, "__stack_chk_fail" }, { 0x296695f, "refcount_warn_saturate" }, { 0xb5686f70, "put_device" }, { 0xa916b694, "strnlen" }, { 0xdb7b836c, "fwnode_graph_parse_endpoint" }, { 0x41e6672c, "module_put" }, { 0x625c0979, "device_create_file" }, { 0x203fdea3, "bus_unregister" }, { 0x90414e54, "fput" }, { 0x9040242d, "_dev_err" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xffb7c514, "ida_free" }, { 0xcefb0c9f, "__mutex_init" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xfb578fc5, "memset" }, { 0xb024ade4, "_dev_warn" }, { 0x2688ec10, "bitmap_zalloc" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x6b10bee1, "_copy_to_user" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0x3c3ff9fd, "sprintf" }, { 0xdd64e639, "strscpy" }, { 0x6091b333, "unregister_chrdev_region" }, { 0x3213f038, "mutex_unlock" }, { 0xa843805a, "get_unused_fd_flags" }, { 0x66cca4f9, "__x86_indirect_thunk_rcx" }, { 0x6729d3df, "__get_user_4" }, { 0xb7442ce0, "platform_bus_type" }, { 0x9a3a9ff9, "kobject_set_name" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xac4a1f46, "kmalloc_trace" }, { 0xc1d8cfaf, "__fdget" }, { 0xf90a1e85, "__x86_indirect_thunk_r8" }, { 0xb55b78f0, "cdev_init" }, { 0xeb233a45, "__kmalloc" }, { 0xa26450a2, "pci_bus_type" }, { 0x5b94ad75, "kmalloc_caches" }, { 0x44fa3155, "device_remove_file" }, { 0x162fe787, "bus_register" }, { 0xc8dcc62a, "krealloc" }, { 0xe7a02573, "ida_alloc_range" }, { 0x64287211, "try_module_get" }, { 0xe3ec2f2b, "alloc_chrdev_region" }, { 0xd6fb1cfa, "anon_inode_getfile" }, { 0x88db9f48, "__check_object_size" }, { 0xa7d5f92e, "ida_destroy" }, { 0x13c49cc2, "_copy_from_user" }, { 0x1303a5af, "dev_set_name" }, { 0x656e4a6e, "snprintf" }, { 0x1cfba015, "stackleak_track_stack" }, { 0xd909a9a6, "cdev_device_del" }, { 0xd3278c09, "device_initialize" }, { 0x7b37d4a7, "_find_first_zero_bit" }, { 0xe18565a9, "fd_install" }, { 0x69acdf38, "memcpy" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "");