Searched refs:devdir (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_debugfs.c | 287 char devdir[6]; in rsi_init_dbgfs() local 297 snprintf(devdir, sizeof(devdir), "%s", in rsi_init_dbgfs() 300 dev_dbgfs->subdir = debugfs_create_dir(devdir, NULL); in rsi_init_dbgfs()
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | debugfs.c | 385 char devdir[16]; in b43legacy_debugfs_add_device() local 407 snprintf(devdir, sizeof(devdir), "%s", wiphy_name(dev->wl->hw->wiphy)); in b43legacy_debugfs_add_device() 408 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device() 415 devdir); in b43legacy_debugfs_add_device()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | debugfs.c | 696 char devdir[16]; in b43_debugfs_add_device() local 717 snprintf(devdir, sizeof(devdir), "%s", wiphy_name(dev->wl->hw->wiphy)); in b43_debugfs_add_device() 718 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device() 725 devdir); in b43_debugfs_add_device()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_proc.c | 1913 struct proc_dir_entry *devdir; in i2o_proc_device_add() local 1920 devdir = proc_mkdir_data(buff, 0, dir, dev); in i2o_proc_device_add() 1921 if (!devdir) { in i2o_proc_device_add() 1926 i2o_proc_create_entries(devdir, generic_dev_entries, dev); in i2o_proc_device_add() 1938 i2o_proc_create_entries(devdir, i2o_pe, dev); in i2o_proc_device_add()
|