Searched refs:dbg_entry (Results 1 - 2 of 2) sorted by relevance

/drivers/misc/
H A Dvmw_balloon.c209 struct dentry *dbg_entry; member in struct:vmballoon
752 b->dbg_entry = debugfs_create_file("vmmemctl", S_IRUGO, NULL, b,
754 if (IS_ERR(b->dbg_entry)) {
755 error = PTR_ERR(b->dbg_entry);
765 debugfs_remove(b->dbg_entry);
/drivers/misc/carma/
H A Dcarma-fpga.c187 struct dentry *dbg_entry; member in struct:fpga_device
953 priv->dbg_entry = debugfs_create_file(drv_name, S_IRUGO, NULL, priv,
955 if (IS_ERR(priv->dbg_entry))
956 return PTR_ERR(priv->dbg_entry);
963 debugfs_remove(priv->dbg_entry);

Completed in 76 milliseconds