Lines Matching refs:root
299 struct dentry *root; in mmc_add_host_debugfs() local
301 root = debugfs_create_dir(mmc_hostname(host), NULL); in mmc_add_host_debugfs()
302 host->debugfs_root = root; in mmc_add_host_debugfs()
304 debugfs_create_file("ios", S_IRUSR, root, host, &mmc_ios_fops); in mmc_add_host_debugfs()
305 debugfs_create_x32("caps", S_IRUSR, root, &host->caps); in mmc_add_host_debugfs()
306 debugfs_create_x32("caps2", S_IRUSR, root, &host->caps2); in mmc_add_host_debugfs()
307 debugfs_create_file_unsafe("clock", S_IRUSR | S_IWUSR, root, host, in mmc_add_host_debugfs()
310 debugfs_create_file("err_state", 0600, root, host, in mmc_add_host_debugfs()
312 debugfs_create_file("err_stats", 0600, root, host, in mmc_add_host_debugfs()
319 fault_create_debugfs_attr("fail_mmc_request", root, in mmc_add_host_debugfs()
332 struct dentry *root; in mmc_add_card_debugfs() local
337 root = debugfs_create_dir(mmc_card_id(card), host->debugfs_root); in mmc_add_card_debugfs()
338 card->debugfs_root = root; in mmc_add_card_debugfs()
340 debugfs_create_x32("state", S_IRUSR, root, &card->state); in mmc_add_card_debugfs()