⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 davinci_mmc.mod.c

📁 The latest MontaVista Linux driver about SD/MMC code
💻 C
字号:
#include <linux/module.h>#include <linux/vermagic.h>#include <linux/compiler.h>MODULE_INFO(vermagic, VERMAGIC_STRING);#undef unixstruct module __this_module__attribute__((section(".gnu.linkonce.this_module"))) = { .name = __stringify(KBUILD_MODNAME), .init = init_module,#ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module,#endif};static const struct modversion_info ____versions[]__attribute_used____attribute__((section("__versions"))) = {	{ 0xcb878608, "struct_module" },	{ 0x39949285, "clk_unuse" },	{ 0xc3c33e35, "clk_disable" },	{ 0x6a53e366, "driver_unregister" },	{ 0xcd4bd3ee, "platform_device_unregister" },	{ 0x9d669763, "memcpy" },	{ 0xd60dbc3e, "driver_register" },	{ 0x7a01289f, "platform_device_register" },	{ 0x5e47e1bb, "clk_get_rate" },	{ 0x7f1e01f, "clk_enable" },	{ 0x3418ca8a, "clk_use" },	{ 0x649b2b61, "clk_get" },	{ 0x8a30b3bc, "davinci_free_dma" },	{ 0x5a6a4050, "del_timer" },	{ 0xf20dabd8, "free_irq" },	{ 0xd2a4277b, "mmc_remove_host" },	{ 0xcdaf9a31, "__mod_timer" },	{ 0x2faa779, "mmc_add_host" },	{ 0xb794c614, "request_irq" },	{ 0xf0be6d38, "mmc_alloc_host" },	{ 0xda02d67, "jiffies" },	{ 0xe9c7eb77, "mod_timer" },	{ 0x134bb606, "mmc_detect_change" },	{ 0x22823a83, "mmc_request_done" },	{ 0x146276a7, "davinci_start_dma" },	{ 0x8d3a6a6d, "davinci_dma_link_lch" },	{ 0xed601289, "davinci_set_dma_params" },	{ 0x2f879549, "davinci_get_dma_params" },	{ 0x8dd6147e, "davinci_set_dma_transfer_params" },	{ 0xb7f3882, "davinci_set_dma_dest_index" },	{ 0x9ceb0a5a, "davinci_set_dma_src_index" },	{ 0x43093a74, "davinci_set_dma_dest_params" },	{ 0x9bc222ef, "davinci_set_dma_src_params" },	{ 0x1b8c320, "davinci_request_dma" },	{ 0xf7802486, "__aeabi_uidivmod" },	{ 0x57ede2ba, "davinci_clean_channel" },	{ 0xbf4080be, "davinci_stop_dma" },	{ 0x43b0c9c3, "preempt_schedule" },	{ 0x931ee855, "platform_bus_type" },};static const char __module_depends[]__attribute_used____attribute__((section(".modinfo"))) ="depends=";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -