Home
last modified time | relevance | path

Searched refs:devdir (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/rsi/
H A Drsi_91x_debugfs.c284 char devdir[6]; in rsi_init_dbgfs() local
294 snprintf(devdir, sizeof(devdir), "%s", in rsi_init_dbgfs()
297 dev_dbgfs->subdir = debugfs_create_dir(devdir, NULL); in rsi_init_dbgfs()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c358 char devdir[16]; in b43legacy_debugfs_add_device()
380 snprintf(devdir, sizeof(devdir), "%s", wiphy_name(dev->wl->hw->wiphy)); in b43legacy_debugfs_add_device()
381 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device()
362 char devdir[16]; b43legacy_debugfs_add_device() local
/linux/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c670 char devdir[16]; in b43_debugfs_add_device()
691 snprintf(devdir, sizeof(devdir), "%s", wiphy_name(dev->wl->hw->wiphy)); in b43_debugfs_add_device()
692 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device()
673 char devdir[16]; b43_debugfs_add_device() local