Searched refs:devdir (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/rsi/ |
A 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-6.3-rc2/drivers/net/wireless/broadcom/b43legacy/ |
A D | debugfs.c | 362 char devdir[16]; in b43legacy_debugfs_add_device() local 384 snprintf(devdir, sizeof(devdir), "%s", wiphy_name(dev->wl->hw->wiphy)); in b43legacy_debugfs_add_device() 385 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device()
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/ |
A D | debugfs.c | 673 char devdir[16]; in b43_debugfs_add_device() local 694 snprintf(devdir, sizeof(devdir), "%s", wiphy_name(dev->wl->hw->wiphy)); in b43_debugfs_add_device() 695 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device()
|
Completed in 7 milliseconds