/drivers/memory/tegra/ |
D | tegra186-emc.c | 31 } debugfs; member 106 *rate = emc->debugfs.min_rate; in tegra186_emc_debug_min_rate_get() 123 emc->debugfs.min_rate = rate; in tegra186_emc_debug_min_rate_set() 136 *rate = emc->debugfs.max_rate; in tegra186_emc_debug_max_rate_get() 153 emc->debugfs.max_rate = rate; in tegra186_emc_debug_max_rate_set() 201 emc->debugfs.min_rate = ULONG_MAX; in tegra186_emc_probe() 202 emc->debugfs.max_rate = 0; in tegra186_emc_probe() 219 if (emc->dvfs[i].rate < emc->debugfs.min_rate) in tegra186_emc_probe() 220 emc->debugfs.min_rate = emc->dvfs[i].rate; in tegra186_emc_probe() 222 if (emc->dvfs[i].rate > emc->debugfs.max_rate) in tegra186_emc_probe() [all …]
|
D | tegra20-emc.c | 158 } debugfs; member 553 *rate = emc->debugfs.min_rate; in tegra_emc_debug_min_rate_get() 570 emc->debugfs.min_rate = rate; in tegra_emc_debug_min_rate_set() 583 *rate = emc->debugfs.max_rate; in tegra_emc_debug_max_rate_get() 600 emc->debugfs.max_rate = rate; in tegra_emc_debug_max_rate_set() 615 emc->debugfs.min_rate = ULONG_MAX; in tegra_emc_debugfs_init() 616 emc->debugfs.max_rate = 0; in tegra_emc_debugfs_init() 619 if (emc->timings[i].rate < emc->debugfs.min_rate) in tegra_emc_debugfs_init() 620 emc->debugfs.min_rate = emc->timings[i].rate; in tegra_emc_debugfs_init() 622 if (emc->timings[i].rate > emc->debugfs.max_rate) in tegra_emc_debugfs_init() [all …]
|
D | tegra124-emc.c | 483 } debugfs; member 1069 *rate = emc->debugfs.min_rate; in tegra_emc_debug_min_rate_get() 1086 emc->debugfs.min_rate = rate; in tegra_emc_debug_min_rate_set() 1099 *rate = emc->debugfs.max_rate; in tegra_emc_debug_max_rate_get() 1116 emc->debugfs.max_rate = rate; in tegra_emc_debug_max_rate_set() 1139 emc->debugfs.min_rate = ULONG_MAX; in emc_debugfs_init() 1140 emc->debugfs.max_rate = 0; in emc_debugfs_init() 1143 if (emc->timings[i].rate < emc->debugfs.min_rate) in emc_debugfs_init() 1144 emc->debugfs.min_rate = emc->timings[i].rate; in emc_debugfs_init() 1146 if (emc->timings[i].rate > emc->debugfs.max_rate) in emc_debugfs_init() [all …]
|
D | tegra30-emc.c | 354 } debugfs; member 1159 *rate = emc->debugfs.min_rate; in tegra_emc_debug_min_rate_get() 1176 emc->debugfs.min_rate = rate; in tegra_emc_debug_min_rate_set() 1189 *rate = emc->debugfs.max_rate; in tegra_emc_debug_max_rate_get() 1206 emc->debugfs.max_rate = rate; in tegra_emc_debug_max_rate_set() 1221 emc->debugfs.min_rate = ULONG_MAX; in tegra_emc_debugfs_init() 1222 emc->debugfs.max_rate = 0; in tegra_emc_debugfs_init() 1225 if (emc->timings[i].rate < emc->debugfs.min_rate) in tegra_emc_debugfs_init() 1226 emc->debugfs.min_rate = emc->timings[i].rate; in tegra_emc_debugfs_init() 1228 if (emc->timings[i].rate > emc->debugfs.max_rate) in tegra_emc_debugfs_init() [all …]
|
D | tegra210-emc-core.c | 620 if (!emc->debugfs.temperature) in tegra210_emc_poll_refresh() 623 temperature = emc->debugfs.temperature; in tegra210_emc_poll_refresh() 1643 *rate = emc->debugfs.min_rate; in tegra210_emc_debug_min_rate_get() 1660 emc->debugfs.min_rate = rate; in tegra210_emc_debug_min_rate_set() 1673 *rate = emc->debugfs.max_rate; in tegra210_emc_debug_max_rate_get() 1690 emc->debugfs.max_rate = rate; in tegra210_emc_debug_max_rate_set() 1704 if (!emc->debugfs.temperature) in tegra210_emc_debug_temperature_get() 1707 value = emc->debugfs.temperature; in tegra210_emc_debug_temperature_get() 1721 emc->debugfs.temperature = temperature; in tegra210_emc_debug_temperature_set() 1736 emc->debugfs.min_rate = ULONG_MAX; in tegra210_emc_debugfs_init() [all …]
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_debugfs.c | 75 struct nouveau_debugfs *debugfs = nouveau_debugfs(drm); in nouveau_debugfs_pstate_get() local 76 struct nvif_object *ctrl = &debugfs->ctrl; in nouveau_debugfs_pstate_get() 80 if (!debugfs) in nouveau_debugfs_pstate_get() 146 struct nouveau_debugfs *debugfs = nouveau_debugfs(drm); in nouveau_debugfs_pstate_set() local 147 struct nvif_object *ctrl = &debugfs->ctrl; in nouveau_debugfs_pstate_set() 152 if (!debugfs) in nouveau_debugfs_pstate_set() 260 drm->debugfs = kzalloc(sizeof(*drm->debugfs), GFP_KERNEL); in nouveau_debugfs_init() 261 if (!drm->debugfs) in nouveau_debugfs_init() 266 &drm->debugfs->ctrl); in nouveau_debugfs_init() 276 if (drm->debugfs && drm->debugfs->ctrl.priv) in nouveau_debugfs_fini() [all …]
|
/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 41 wl->debugfs.name = debugfs_create_file(#name, 0400, parent, \ 46 debugfs_remove(wl->debugfs.name); \ 47 wl->debugfs.name = NULL; \ 73 DEBUGFS_ADD(sub## _ ##name, wl->debugfs.fw_statistics) 431 DEBUGFS_ADD(tx_queue_len, wl->debugfs.rootdir); in wl1251_debugfs_add_files() 432 DEBUGFS_ADD(tx_queue_status, wl->debugfs.rootdir); in wl1251_debugfs_add_files() 433 DEBUGFS_ADD(retry_count, wl->debugfs.rootdir); in wl1251_debugfs_add_files() 434 DEBUGFS_ADD(excessive_retries, wl->debugfs.rootdir); in wl1251_debugfs_add_files() 451 wl->debugfs.rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in wl1251_debugfs_init() 453 wl->debugfs.fw_statistics = debugfs_create_dir("fw-statistics", in wl1251_debugfs_init() [all …]
|
/drivers/misc/cxl/ |
D | debugfs.c | 67 adapter->debugfs = dir; in cxl_debugfs_adapter_add() 77 debugfs_remove_recursive(adapter->debugfs); in cxl_debugfs_adapter_remove() 101 if (!afu->adapter->debugfs) in cxl_debugfs_afu_add() 105 dir = debugfs_create_dir(buf, afu->adapter->debugfs); in cxl_debugfs_afu_add() 106 afu->debugfs = dir; in cxl_debugfs_afu_add() 120 debugfs_remove_recursive(afu->debugfs); in cxl_debugfs_afu_remove()
|
/drivers/gpu/drm/i915/gvt/ |
D | debugfs.c | 163 vgpu->debugfs = debugfs_create_dir(name, vgpu->gvt->debugfs_root); in intel_gvt_debugfs_add_vgpu() 165 debugfs_create_bool("active", 0444, vgpu->debugfs, &vgpu->active); in intel_gvt_debugfs_add_vgpu() 166 debugfs_create_file("mmio_diff", 0444, vgpu->debugfs, vgpu, in intel_gvt_debugfs_add_vgpu() 168 debugfs_create_file("scan_nonprivbb", 0644, vgpu->debugfs, vgpu, in intel_gvt_debugfs_add_vgpu() 182 debugfs_remove_recursive(vgpu->debugfs); in intel_gvt_debugfs_remove_vgpu() 183 vgpu->debugfs = NULL; in intel_gvt_debugfs_remove_vgpu()
|
/drivers/usb/chipidea/ |
D | debug.c | 345 ci->debugfs = debugfs_create_dir(dev_name(ci->dev), usb_debug_root); in dbg_create_files() 347 debugfs_create_file("device", S_IRUGO, ci->debugfs, ci, in dbg_create_files() 349 debugfs_create_file("port_test", S_IRUGO | S_IWUSR, ci->debugfs, ci, in dbg_create_files() 351 debugfs_create_file("qheads", S_IRUGO, ci->debugfs, ci, in dbg_create_files() 353 debugfs_create_file("requests", S_IRUGO, ci->debugfs, ci, in dbg_create_files() 357 debugfs_create_file("otg", S_IRUGO, ci->debugfs, ci, in dbg_create_files() 361 debugfs_create_file("role", S_IRUGO | S_IWUSR, ci->debugfs, ci, in dbg_create_files() 363 debugfs_create_file("registers", S_IRUGO, ci->debugfs, ci, in dbg_create_files() 373 debugfs_remove_recursive(ci->debugfs); in dbg_remove_files()
|
/drivers/soundwire/ |
D | debugfs.c | 23 bus->debugfs = debugfs_create_dir(name, sdw_debugfs_root); in sdw_bus_debugfs_init() 28 debugfs_remove_recursive(bus->debugfs); in sdw_bus_debugfs_exit() 127 master = slave->bus->debugfs; in sdw_slave_debugfs_init() 135 slave->debugfs = d; in sdw_slave_debugfs_init() 140 debugfs_remove_recursive(slave->debugfs); in sdw_slave_debugfs_exit()
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | Kconfig | 16 appropriate flags in <debugfs>/dynamic_debug/control. 22 This enables debugfs for OMAPDSS at <debugfs>/omapdss. This enables 30 Collect DSS IRQ statistics, printable via debugfs. 33 <debugfs>/omapdss/dispc_irq for DISPC interrupts, and 34 <debugfs>/omapdss/dsi_irq for DSI interrupts.
|
/drivers/base/regmap/ |
D | regmap-debugfs.c | 606 map->debugfs = debugfs_create_dir(name, regmap_debugfs_root); in regmap_debugfs_init() 608 debugfs_create_file("name", 0400, map->debugfs, in regmap_debugfs_init() 611 debugfs_create_file("range", 0400, map->debugfs, in regmap_debugfs_init() 623 debugfs_create_file("registers", registers_mode, map->debugfs, in regmap_debugfs_init() 625 debugfs_create_file("access", 0400, map->debugfs, in regmap_debugfs_init() 630 debugfs_create_file("cache_only", 0600, map->debugfs, in regmap_debugfs_init() 632 debugfs_create_bool("cache_dirty", 0400, map->debugfs, in regmap_debugfs_init() 634 debugfs_create_file("cache_bypass", 0600, map->debugfs, in regmap_debugfs_init() 645 map->debugfs, range_node, in regmap_debugfs_init() 657 if (map->debugfs) { in regmap_debugfs_exit() [all …]
|
/drivers/gpu/drm/omapdrm/dss/ |
D | Kconfig | 25 appropriate flags in <debugfs>/dynamic_debug/control. 32 This enables debugfs for OMAPDSS at <debugfs>/omapdss. This enables 41 Collect DSS IRQ statistics, printable via debugfs. 44 <debugfs>/omapdss/dispc_irq for DISPC interrupts, and 45 <debugfs>/omapdss/dsi_irq for DSI interrupts.
|
/drivers/net/caif/ |
D | caif_virtio.c | 126 struct dentry *debugfs; member 626 cfv->debugfs = debugfs_create_dir(netdev_name(cfv->ndev), NULL); in debugfs_init() 628 debugfs_create_u32("rx-napi-complete", 0400, cfv->debugfs, in debugfs_init() 630 debugfs_create_u32("rx-napi-resched", 0400, cfv->debugfs, in debugfs_init() 632 debugfs_create_u32("rx-nomem", 0400, cfv->debugfs, in debugfs_init() 634 debugfs_create_u32("rx-kicks", 0400, cfv->debugfs, in debugfs_init() 636 debugfs_create_u32("tx-full-ring", 0400, cfv->debugfs, in debugfs_init() 638 debugfs_create_u32("tx-no-mem", 0400, cfv->debugfs, in debugfs_init() 640 debugfs_create_u32("tx-kicks", 0400, cfv->debugfs, in debugfs_init() 642 debugfs_create_u32("tx-flow-on", 0400, cfv->debugfs, in debugfs_init() [all …]
|
/drivers/net/wireless/ath/wil6210/ |
D | Kconfig | 29 registers with debugfs. If COR were used, ISR would 47 bool "wil6210 debugfs support" 52 Say Y here to enable wil6210 debugfs support, using the 53 kernel debugfs infrastructure. Select this
|
/drivers/hwmon/pmbus/ |
D | ucd9000.c | 69 struct dentry *debugfs; member 505 struct dentry *debugfs; in ucd9000_init_debugfs() local 510 debugfs = pmbus_get_debugfs_dir(client); in ucd9000_init_debugfs() 511 if (!debugfs) in ucd9000_init_debugfs() 514 data->debugfs = debugfs_create_dir(client->name, debugfs); in ucd9000_init_debugfs() 515 if (!data->debugfs) in ucd9000_init_debugfs() 539 debugfs_create_file(name, 0444, data->debugfs, in ucd9000_init_debugfs() 546 debugfs_create_file(name, 0444, data->debugfs, client, in ucd9000_init_debugfs()
|
/drivers/gpu/drm/qxl/ |
D | qxl_debugfs.c | 102 if (qdev->debugfs[i].files == files) { in qxl_debugfs_add_files() 114 qdev->debugfs[qdev->debugfs_count].files = files; in qxl_debugfs_add_files() 115 qdev->debugfs[qdev->debugfs_count].num_files = nfiles; in qxl_debugfs_add_files()
|
/drivers/net/wireless/ath/ath11k/ |
D | Kconfig | 39 bool "QCA ath11k debugfs support" 42 Enable ath11k debugfs support 59 Say Y to enable access to the FFT/spectral data via debugfs.
|
/drivers/dma/qcom/ |
D | hidma_dbg.c | 138 debugfs_remove_recursive(dmadev->debugfs); in hidma_debug_uninit() 147 dmadev->debugfs = debugfs_create_dir(dev_name(dmadev->ddev.dev), NULL); in hidma_debug_init() 157 dmadev->debugfs); in hidma_debug_init() 163 debugfs_create_file("stats", S_IRUGO, dmadev->debugfs, dmadev, in hidma_debug_init()
|
/drivers/net/wireless/marvell/mwifiex/ |
D | README | 33 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/net/ieee802154/ |
D | Kconfig | 38 bool "AT86RF230 debugfs interface" 41 This option compiles debugfs code for the at86rf230 driver. 100 bool "CA8210 debugfs interface" 104 This option compiles debugfs code for the ca8210 driver. This 105 exposes a debugfs node for each CA8210 instance which allows
|
/drivers/edac/ |
D | i5100_edac.c | 355 struct dentry *debugfs; member 956 priv->debugfs = edac_debugfs_create_dir_at(mci->bus->name, i5100_debugfs); in i5100_setup_debugfs() 958 if (!priv->debugfs) in i5100_setup_debugfs() 961 edac_debugfs_create_x8("inject_channel", S_IRUGO | S_IWUSR, priv->debugfs, in i5100_setup_debugfs() 963 edac_debugfs_create_x8("inject_hlinesel", S_IRUGO | S_IWUSR, priv->debugfs, in i5100_setup_debugfs() 965 edac_debugfs_create_x8("inject_deviceptr1", S_IRUGO | S_IWUSR, priv->debugfs, in i5100_setup_debugfs() 967 edac_debugfs_create_x8("inject_deviceptr2", S_IRUGO | S_IWUSR, priv->debugfs, in i5100_setup_debugfs() 969 edac_debugfs_create_x16("inject_eccmask1", S_IRUGO | S_IWUSR, priv->debugfs, in i5100_setup_debugfs() 971 edac_debugfs_create_x16("inject_eccmask2", S_IRUGO | S_IWUSR, priv->debugfs, in i5100_setup_debugfs() 973 edac_debugfs_create_file("inject_enable", S_IWUSR, priv->debugfs, in i5100_setup_debugfs() [all …]
|
/drivers/staging/greybus/ |
D | camera.c | 62 } debugfs; member 875 &gcam->debugfs.buffers[GB_CAMERA_DEBUGFS_BUFFER_CAPABILITIES]; in gb_camera_debugfs_capabilities() 911 &gcam->debugfs.buffers[GB_CAMERA_DEBUGFS_BUFFER_STREAMS]; in gb_camera_debugfs_configure_streams() 1046 &gcam->debugfs.buffers[GB_CAMERA_DEBUGFS_BUFFER_FLUSH]; in gb_camera_debugfs_flush() 1105 buffer = &gcam->debugfs.buffers[op->buffer]; in gb_camera_debugfs_read() 1176 gcam->debugfs.root = debugfs_create_dir(dirname, gb_debugfs_get()); in gb_camera_debugfs_init() 1178 gcam->debugfs.buffers = in gb_camera_debugfs_init() 1180 sizeof(*gcam->debugfs.buffers))); in gb_camera_debugfs_init() 1181 if (!gcam->debugfs.buffers) in gb_camera_debugfs_init() 1188 gcam->debugfs.buffers[i].length = 0; in gb_camera_debugfs_init() [all …]
|
/drivers/watchdog/ |
D | bcm_kona_wdt.c | 54 struct dentry *debugfs; member 143 wdt->debugfs = NULL; in bcm_kona_wdt_debug_init() 149 wdt->debugfs = dir; in bcm_kona_wdt_debug_init() 157 debugfs_remove_recursive(wdt->debugfs); in bcm_kona_wdt_debug_exit()
|