Searched refs:host_debuglevel (Results 1 – 2 of 2) sorted by relevance
840 host->host_debuglevel.show = sunxi_mmc_show_dbglevel; in mmc_create_sys_fs()841 host->host_debuglevel.store = sunxi_mmc_set_dbglevel; in mmc_create_sys_fs()843 host->host_debuglevel.attr.name = "sunxi_debug_level"; in mmc_create_sys_fs()844 host->host_debuglevel.attr.mode = S_IRUGO | S_IWUSR; in mmc_create_sys_fs()845 ret = device_create_file(&pdev->dev, &host->host_debuglevel); in mmc_create_sys_fs()
379 struct device_attribute host_debuglevel; member