Home
last modified time | relevance | path

Searched refs:debugfs (Results 1 – 25 of 77) sorted by relevance

1234

/drivers/gpu/drm/nouveau/
Dnouveau_debugfs.c82 if (!dev_priv->debugfs.channel_root) { in nouveau_debugfs_channel_init()
83 dev_priv->debugfs.channel_root = in nouveau_debugfs_channel_init()
85 if (!dev_priv->debugfs.channel_root) in nouveau_debugfs_channel_init()
89 snprintf(chan->debugfs.name, 32, "%d", chan->id); in nouveau_debugfs_channel_init()
90 chan->debugfs.info.name = chan->debugfs.name; in nouveau_debugfs_channel_init()
91 chan->debugfs.info.show = nouveau_debugfs_channel_info; in nouveau_debugfs_channel_init()
92 chan->debugfs.info.driver_features = 0; in nouveau_debugfs_channel_init()
93 chan->debugfs.info.data = chan; in nouveau_debugfs_channel_init()
95 ret = drm_debugfs_create_files(&chan->debugfs.info, 1, in nouveau_debugfs_channel_init()
96 dev_priv->debugfs.channel_root, in nouveau_debugfs_channel_init()
[all …]
DKconfig29 bool "Build in Nouveau's debugfs support"
34 via debugfs.
/drivers/net/wireless/wl1251/
Ddebugfs.c55 wl->debugfs.name = debugfs_create_file(#name, 0400, parent, \
57 if (IS_ERR(wl->debugfs.name)) { \
58 ret = PTR_ERR(wl->debugfs.name); \
59 wl->debugfs.name = NULL; \
65 debugfs_remove(wl->debugfs.name); \
66 wl->debugfs.name = NULL; \
92 DEBUGFS_ADD(sub## _ ##name, wl->debugfs.fw_statistics)
452 DEBUGFS_ADD(tx_queue_len, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
453 DEBUGFS_ADD(tx_queue_status, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
454 DEBUGFS_ADD(retry_count, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
[all …]
DMakefile2 acx.o boot.o init.o debugfs.o io.o
/drivers/base/regmap/
Dregmap-debugfs.c247 map->debugfs = debugfs_create_dir(dev_name(map->dev), in regmap_debugfs_init()
249 if (!map->debugfs) { in regmap_debugfs_init()
254 debugfs_create_file("name", 0400, map->debugfs, in regmap_debugfs_init()
258 debugfs_create_file("registers", 0400, map->debugfs, in regmap_debugfs_init()
260 debugfs_create_file("access", 0400, map->debugfs, in regmap_debugfs_init()
265 debugfs_create_bool("cache_only", 0400, map->debugfs, in regmap_debugfs_init()
267 debugfs_create_bool("cache_dirty", 0400, map->debugfs, in regmap_debugfs_init()
269 debugfs_create_bool("cache_bypass", 0400, map->debugfs, in regmap_debugfs_init()
276 debugfs_remove_recursive(map->debugfs); in regmap_debugfs_exit()
DMakefile3 obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o
/drivers/net/wireless/mwifiex/
DREADME33 utility or debugfs.
70 The debugfs interface can be used for configurations and for getting
75 Mount debugfs to /debugfs mount point:
77 mkdir /debugfs
78 mount -t debugfs debugfs /debugfs
80 The information is provided in /debugfs/mwifiex/mlanX/:
117 The following debug info are provided in /debugfs/mwifiex/mlanX/debug:
/drivers/mfd/
Dab3100-otp.c59 struct dentry *debugfs; member
128 otp->debugfs = debugfs_create_file("ab3100_otp", S_IFREG | S_IRUGO, in ab3100_otp_init_debugfs()
131 if (!otp->debugfs) { in ab3100_otp_init_debugfs()
140 debugfs_remove(otp->debugfs); in ab3100_otp_exit_debugfs()
/drivers/sh/intc/
DKconfig29 bool "Expose IRQ to per-controller id mapping via debugfs"
32 This will create a debugfs entry for showing the relationship
DMakefile5 obj-$(CONFIG_INTC_MAPPING_DEBUG) += virq-debugfs.o
/drivers/hwmon/
Dasus_atk0110.c135 } debugfs; member
674 if (!data->debugfs.id) in atk_debugfs_gitm_get()
677 ret = atk_gitm(data, data->debugfs.id); in atk_debugfs_gitm_get()
738 if (!data->debugfs.id) in atk_debugfs_ggrp_open()
741 cls = (data->debugfs.id & 0xff000000) >> 24; in atk_debugfs_ggrp_open()
755 if (id->integer.value == data->debugfs.id) { in atk_debugfs_ggrp_open()
803 data->debugfs.id = 0; in atk_debugfs_init()
809 f = debugfs_create_x32("id", S_IRUSR | S_IWUSR, d, &data->debugfs.id); in atk_debugfs_init()
823 data->debugfs.root = d; in atk_debugfs_init()
832 debugfs_remove_recursive(data->debugfs.root); in atk_debugfs_cleanup()
/drivers/gpu/drm/radeon/
Dradeon_device.c1038 if (rdev->debugfs[i].files == files) { in radeon_debugfs_add_files()
1051 rdev->debugfs[rdev->debugfs_count].files = files; in radeon_debugfs_add_files()
1052 rdev->debugfs[rdev->debugfs_count].num_files = nfiles; in radeon_debugfs_add_files()
1071 drm_debugfs_remove_files(rdev->debugfs[i].files, in radeon_debugfs_remove_files()
1072 rdev->debugfs[i].num_files, in radeon_debugfs_remove_files()
1074 drm_debugfs_remove_files(rdev->debugfs[i].files, in radeon_debugfs_remove_files()
1075 rdev->debugfs[i].num_files, in radeon_debugfs_remove_files()
/drivers/net/wireless/ath/ath5k/
DKconfig31 To use this, you need to mount debugfs:
33 mount -t debugfs debug /sys/kernel/debug
/drivers/video/omap2/dss/
DKconfig33 Collect DSS IRQ statistics, printable via debugfs.
36 <debugfs>/omapdss/dispc_irq for DISPC interrupts, and
37 <debugfs>/omapdss/dsi_irq for DSI interrupts.
/drivers/misc/iwmc3200top/
DMakefile29 iwmc3200top-$(CONFIG_IWMC3200TOP_DEBUGFS) += debugfs.o
/drivers/net/wimax/i2400m/
Ddebug-levels.h36 D_SUBMODULE_DECLARE(debugfs),
/drivers/regulator/
Dcore.c83 struct dentry *debugfs; member
1136 regulator->debugfs = debugfs_create_dir(regulator->supply_name, in create_regulator()
1137 rdev->debugfs); in create_regulator()
1138 if (!regulator->debugfs) { in create_regulator()
1141 debugfs_create_u32("uA_load", 0444, regulator->debugfs, in create_regulator()
1143 debugfs_create_u32("min_uV", 0444, regulator->debugfs, in create_regulator()
1145 debugfs_create_u32("max_uV", 0444, regulator->debugfs, in create_regulator()
1390 debugfs_remove_recursive(regulator->debugfs); in regulator_put()
2811 rdev->debugfs = debugfs_create_dir(rdev_get_name(rdev), debugfs_root); in rdev_init_debugfs()
2812 if (!rdev->debugfs) { in rdev_init_debugfs()
[all …]
/drivers/mmc/core/
DMakefile12 mmc_core-$(CONFIG_DEBUG_FS) += debugfs.o
/drivers/net/wireless/iwmc3200wifi/
DMakefile5 iwmc3200wifi-$(CONFIG_IWM_DEBUG) += debugfs.o
/drivers/net/wireless/b43legacy/
DMakefile13 b43legacy-$(CONFIG_B43LEGACY_DEBUG) += debugfs.o
/drivers/net/wireless/rt2x00/
DKconfig212 bool "Ralink debugfs support"
215 Enable creation of debugfs files for the rt2x00 drivers.
216 These debugfs files support both reading and writing of the
/drivers/iommu/
DKconfig54 bool "Export AMD IOMMU statistics to debugfs"
60 information to userspace via debugfs.
141 the internal state of OMAP IOMMU/IOVMM in debugfs.
/drivers/usb/dwc3/
DMakefile11 dwc3-y += debugfs.o
/drivers/net/wireless/wl12xx/
DMakefile2 boot.o init.o debugfs.o scan.o
/drivers/bluetooth/
Dbtmrvl_debugfs.c384 if (!hdev->debugfs) in btmrvl_debugfs_init()
395 dbg->config_dir = debugfs_create_dir("config", hdev->debugfs); in btmrvl_debugfs_init()
410 dbg->status_dir = debugfs_create_dir("status", hdev->debugfs); in btmrvl_debugfs_init()

1234