Lines Matching defs:root
290 * samsung-laptop/ - debugfs root directory
310 struct dentry *root;
1273 debugfs_remove_recursive(samsung->debug.root);
1278 struct dentry *root;
1280 root = debugfs_create_dir("samsung-laptop", NULL);
1281 samsung->debug.root = root;
1292 debugfs_create_u16("command", S_IRUGO | S_IWUSR, root,
1294 debugfs_create_u32("d0", S_IRUGO | S_IWUSR, root,
1296 debugfs_create_u32("d1", S_IRUGO | S_IWUSR, root,
1298 debugfs_create_u16("d2", S_IRUGO | S_IWUSR, root,
1300 debugfs_create_u8("d3", S_IRUGO | S_IWUSR, root,
1302 debugfs_create_blob("data", S_IRUGO | S_IWUSR, root,
1304 debugfs_create_blob("f0000_segment", S_IRUSR | S_IWUSR, root,
1306 debugfs_create_file("call", S_IFREG | S_IRUGO, root, samsung,
1308 debugfs_create_blob("sdiag", S_IRUGO | S_IWUSR, root,