Searched refs:devdir (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/net/wireless/rsi/ |
| D | rsi_91x_debugfs.c | 285 char devdir[6]; in rsi_init_dbgfs() local 295 snprintf(devdir, sizeof(devdir), "%s", in rsi_init_dbgfs() 298 dev_dbgfs->subdir = debugfs_create_dir(devdir, NULL); in rsi_init_dbgfs()
|
| /Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/ |
| D | debugfs.c | 387 char devdir[16]; in b43legacy_debugfs_add_device() local 409 snprintf(devdir, sizeof(devdir), "%s", wiphy_name(dev->wl->hw->wiphy)); in b43legacy_debugfs_add_device() 410 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device() 417 devdir); in b43legacy_debugfs_add_device()
|
| /Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
| D | debugfs.c | 698 char devdir[16]; in b43_debugfs_add_device() local 719 snprintf(devdir, sizeof(devdir), "%s", wiphy_name(dev->wl->hw->wiphy)); in b43_debugfs_add_device() 720 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device() 727 devdir); in b43_debugfs_add_device()
|