#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(sony_pic_camera_command, 0xd857cac7, ""); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xc1514a3b, "free_irq" }, { 0xdaf7bb9c, "misc_deregister" }, { 0x44fa3155, "device_remove_file" }, { 0x83eb21c, "rfkill_unregister" }, { 0xdb68bbad, "rfkill_destroy" }, { 0x9ae2c5f3, "backlight_device_unregister" }, { 0xb32cebcd, "sysfs_remove_group" }, { 0x5a921311, "strncmp" }, { 0x74754435, "acpi_bus_generate_netlink_event" }, { 0x85b5e625, "rfkill_set_states" }, { 0xcdce87c, "rfkill_set_hw_state_reason" }, { 0xeeda1ad3, "rfkill_alloc" }, { 0xaad6d92f, "rfkill_init_sw_state" }, { 0xff282521, "rfkill_register" }, { 0xa19b956, "__stack_chk_fail" }, { 0x13c49cc2, "_copy_from_user" }, { 0x6b10bee1, "_copy_to_user" }, { 0x1cfba015, "stackleak_track_stack" }, { 0xec2b8a42, "acpi_walk_namespace" }, { 0x509b64ea, "acpi_has_method" }, { 0x7de7bf50, "__acpi_video_get_backlight_type" }, { 0x625c0979, "device_create_file" }, { 0xe0f99caf, "backlight_device_register" }, { 0xca37485a, "noop_llseek" }, { 0xa7940382, "param_ops_int" }, { 0x337f2264, "param_ops_ulong" }, { 0xbdfb6dbb, "__fentry__" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0xeae3dfd6, "__const_udelay" }, { 0x735a0bd5, "native_io_delay" }, { 0x122c3a7e, "_printk" }, { 0xd4835ef8, "dmi_check_system" }, { 0x13f677d9, "acpi_bus_register_driver" }, { 0xf145ef9b, "acpi_bus_unregister_driver" }, { 0xd92deb6b, "acpi_evaluate_object" }, { 0x37a0cba, "kfree" }, { 0xe1e59c2c, "input_event" }, { 0xf23fcb99, "__kfifo_in" }, { 0x15ba50a6, "jiffies" }, { 0xc38c83b8, "mod_timer" }, { 0x8c8569cb, "kstrtoint" }, { 0xe783e261, "sysfs_emit" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0x13d0adf7, "__kfifo_out" }, { 0x72f14ff7, "acpi_get_object_info" }, { 0x2f5507b8, "__platform_driver_register" }, { 0x564043a0, "platform_device_alloc" }, { 0x37a96071, "platform_device_add" }, { 0x8bd4d992, "platform_device_put" }, { 0x2d97b4db, "platform_driver_unregister" }, { 0x139f2189, "__kfifo_alloc" }, { 0xc6f46339, "init_timer_key" }, { 0x772da1ff, "input_allocate_device" }, { 0x417dfe04, "input_set_capability" }, { 0xb5285526, "input_register_device" }, { 0xdb760f52, "__kfifo_free" }, { 0x542c2444, "input_free_device" }, { 0xfbe795d3, "input_unregister_device" }, { 0x99f2d00a, "sysfs_emit_at" }, { 0x5c3c7387, "kstrtoull" }, { 0xc708f1fe, "ec_write" }, { 0xfc4152fc, "ec_read" }, { 0xe2c17b5d, "__SCT__might_resched" }, { 0xc3aaf0a9, "__put_user_1" }, { 0xdc2acedc, "current_time" }, { 0xfe487975, "init_wait_entry" }, { 0x1000e51, "schedule" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0x92540fbf, "finish_wait" }, { 0x93daafc9, "fasync_helper" }, { 0xbc18ab62, "kill_fasync" }, { 0xe2964344, "__wake_up" }, { 0x82ee90dc, "timer_delete_sync" }, { 0xf9a482f9, "msleep" }, { 0x63e02f62, "pci_get_device" }, { 0x6ca35f47, "pci_dev_put" }, { 0xcefb0c9f, "__mutex_init" }, { 0xb0a1f6dc, "acpi_bus_get_status" }, { 0x71dfc095, "acpi_walk_resources" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0x9942a4f3, "misc_register" }, { 0xdbdf6c92, "ioport_resource" }, { 0x85bd1608, "__request_region" }, { 0x1035c7c2, "__release_region" }, { 0x92d5838e, "request_threaded_irq" }, { 0x5b94ad75, "kmalloc_caches" }, { 0xac4a1f46, "kmalloc_trace" }, { 0x4f55166f, "acpi_set_current_resources" }, { 0x633f955, "sysfs_create_group" }, { 0xc505f3b6, "platform_device_unregister" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "rfkill,video"); MODULE_ALIAS("acpi*:SNY5001:*"); MODULE_ALIAS("acpi*:SNY6001:*");