Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/rsi/
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-6.12.1/drivers/net/wireless/broadcom/b43legacy/
Ddebugfs.c362 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.12.1/drivers/net/wireless/broadcom/b43/
Ddebugfs.c673 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()