#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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 KSYMTAB_FUNC(usb_phy_generic_register, "_gpl", ""); KSYMTAB_FUNC(usb_phy_generic_unregister, "_gpl", ""); KSYMTAB_FUNC(usb_gen_phy_init, "_gpl", ""); KSYMTAB_FUNC(usb_gen_phy_shutdown, "_gpl", ""); KSYMTAB_FUNC(usb_phy_gen_create_phy, "_gpl", ""); SYMBOL_CRC(usb_phy_generic_register, 0x2cffc422, "_gpl"); SYMBOL_CRC(usb_phy_generic_unregister, 0x32158260, "_gpl"); SYMBOL_CRC(usb_gen_phy_init, 0x0e0c5fbc, "_gpl"); SYMBOL_CRC(usb_gen_phy_shutdown, 0x10e7e921, "_gpl"); SYMBOL_CRC(usb_phy_gen_create_phy, 0x0c91187a, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x4d1b088a, "platform_device_unregister" }, { 0x115c2209, "gpiod_set_value_cansleep" }, { 0xb6e6d99d, "clk_disable" }, { 0xb077e70a, "clk_unprepare" }, { 0x5194d29c, "regulator_disable" }, { 0xd1005013, "_dev_err" }, { 0xd3752c27, "atomic_notifier_call_chain" }, { 0x337465e7, "of_property_read_variable_u32_array" }, { 0x60bcf7e1, "of_find_property" }, { 0x87301a81, "devm_gpiod_get_optional" }, { 0x8a4d427e, "gpiod_direction_output" }, { 0x11e6cb56, "devm_kmalloc" }, { 0x2850e526, "devm_clk_get" }, { 0x262d11e6, "devm_regulator_get_optional" }, { 0xd102bfd0, "devm_regulator_get_exclusive" }, { 0x76d9b876, "clk_set_rate" }, { 0xda394c99, "dev_err_probe" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0xe2385937, "__platform_driver_register" }, { 0xc9577b29, "usb_remove_phy" }, { 0xfe1c2a0b, "gpiod_to_irq" }, { 0xb2214cad, "devm_request_threaded_irq" }, { 0xe6184612, "gpiod_get_value" }, { 0x1846b21f, "usb_add_phy_dev" }, { 0x60a489a4, "device_set_wakeup_capable" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x7c9a7371, "clk_prepare" }, { 0x815588a6, "clk_enable" }, { 0xdcb764ad, "memset" }, { 0xc9cae4c7, "platform_device_register_full" }, { 0x58addc71, "regulator_enable" }, { 0xc3055d20, "usleep_range_state" }, { 0x40561407, "regulator_set_current_limit" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_ALIAS("of:N*T*Cusb-nop-xceiv"); MODULE_ALIAS("of:N*T*Cusb-nop-xceivC*");