Home
last modified time | relevance | path

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

/drivers/net/wireless/b43legacy/
Ddebugfs.c390 char devdir[16]; in b43legacy_debugfs_add_device() local
412 snprintf(devdir, sizeof(devdir), "%s", wiphy_name(dev->wl->hw->wiphy)); in b43legacy_debugfs_add_device()
413 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device()
420 devdir); in b43legacy_debugfs_add_device()
/drivers/net/wireless/b43/
Ddebugfs.c743 char devdir[16]; in b43_debugfs_add_device() local
765 snprintf(devdir, sizeof(devdir), "%s", wiphy_name(dev->wl->hw->wiphy)); in b43_debugfs_add_device()
766 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device()
773 devdir); in b43_debugfs_add_device()
/drivers/message/i2o/
Di2o_proc.c1938 struct proc_dir_entry *devdir; in i2o_proc_device_add() local
1945 devdir = proc_mkdir(buff, dir); in i2o_proc_device_add()
1946 if (!devdir) { in i2o_proc_device_add()
1951 devdir->data = dev; in i2o_proc_device_add()
1953 i2o_proc_create_entries(devdir, generic_dev_entries, dev); in i2o_proc_device_add()
1965 i2o_proc_create_entries(devdir, i2o_pe, dev); in i2o_proc_device_add()