Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_debugfs.c285 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c372 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c683 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()
/OK3568_Linux_fs/buildroot/package/alsa-lib/
H A Dalsa-lib.mk17 --with-alsa-devdir=$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_DEVDIR)) \