Searched refs:debugfs_dir_name (Results 1 – 2 of 2) sorted by relevance
1164 char debugfs_dir_name[DNAME_INLINE_LEN + 1] = "adf7242-"; in adf7242_debugfs_init() local1167 strncat(debugfs_dir_name, dev_name(&lp->spi->dev), DNAME_INLINE_LEN); in adf7242_debugfs_init()1169 lp->debugfs_root = debugfs_create_dir(debugfs_dir_name, NULL); in adf7242_debugfs_init()
1650 char debugfs_dir_name[DNAME_INLINE_LEN + 1] = "at86rf230-"; in at86rf230_debugfs_init() local1653 strncat(debugfs_dir_name, dev_name(&lp->spi->dev), DNAME_INLINE_LEN); in at86rf230_debugfs_init()1655 at86rf230_debugfs_root = debugfs_create_dir(debugfs_dir_name, NULL); in at86rf230_debugfs_init()