Searched refs:devdir (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
D | debugfs.c | 372 char devdir[16]; in b43legacy_debugfs_add_device() local 394 snprintf(devdir, sizeof(devdir), "%s", wiphy_name(dev->wl->hw->wiphy)); in b43legacy_debugfs_add_device() 395 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
D | debugfs.c | 683 char devdir[16]; in b43_debugfs_add_device() local 704 snprintf(devdir, sizeof(devdir), "%s", wiphy_name(dev->wl->hw->wiphy)); in b43_debugfs_add_device() 705 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device()
|