Home
last modified time | relevance | path

Searched refs:debug_root (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/vfio/
H A Ddebugfs.c65 vdev->debug_root = debugfs_create_dir(dev_name(vdev->dev), in vfio_device_debugfs_init()
72 vdev->debug_root); in vfio_device_debugfs_init()
80 debugfs_remove_recursive(vdev->debug_root); in vfio_device_debugfs_exit()
/linux/drivers/usb/dwc2/
H A Ddebugfs.c297 root = hsotg->debug_root; in dwc2_hsotg_create_debug()
781 hsotg->debug_root = root; in dwc2_debugfs_init()
805 debugfs_remove_recursive(hsotg->debug_root); in dwc2_debugfs_init()
811 debugfs_remove_recursive(hsotg->debug_root); in dwc2_debugfs_exit()
812 hsotg->debug_root = NULL; in dwc2_debugfs_exit()
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c991 file_dir = qm->debug.debug_root; in hpre_create_debugfs_file()
1020 debugfs_create_file("regs", 0444, qm->debug.debug_root, in hpre_pf_comm_regs_debugfs_init()
1043 tmp_d = debugfs_create_dir(buf, qm->debug.debug_root); in hpre_cluster_debugfs_init()
1109 parent = debugfs_create_dir("hpre_dfx", qm->debug.debug_root); in hpre_dfx_debug_init()
1121 qm->debug.debug_root, qm, &hpre_cap_regs_fops); in hpre_dfx_debug_init()
1135 qm->debug.debug_root = debugfs_create_dir(dev_name(dev), in hpre_debugfs_init()
1153 debugfs_remove_recursive(qm->debug.debug_root); in hpre_debugfs_init()
1160 debugfs_remove_recursive(qm->debug.debug_root); in hpre_debugfs_exit()
/linux/drivers/thermal/qcom/
H A Dtsens.c862 priv->debug_root = debugfs_lookup("tsens", NULL); in tsens_debug_init()
863 if (!priv->debug_root) in tsens_debug_init()
864 priv->debug_root = debugfs_create_dir("tsens", NULL); in tsens_debug_init()
867 priv->debug = debugfs_create_dir(dev_name(&pdev->dev), priv->debug_root); in tsens_debug_init()
1373 debugfs_remove_recursive(priv->debug_root); in tsens_remove()
H A Dtsens.h568 * @debug_root: pointer to debugfs dentry for all tsens
588 struct dentry *debug_root; member
/linux/drivers/usb/dwc3/
H A Ddebugfs.c994 dir = debugfs_create_dir(dep->name, dep->dwc->debug_root); in dwc3_debugfs_create_endpoint_dir()
1005 debugfs_lookup_and_remove(dep->name, dep->dwc->debug_root); in dwc3_debugfs_remove_endpoint_dir()
1024 dwc->debug_root = root; in dwc3_debugfs_init()
H A Dcore.h1164 * @debug_root: root debugfs directory for this device to put its files in.
1400 struct dentry *debug_root; member
/linux/include/linux/
H A Dvfio.h76 * debug_root is a static property of the vfio_device
79 struct dentry *debug_root; member
H A Dhisi_acc_qm.h200 struct dentry *debug_root; member
/linux/drivers/crypto/hisilicon/
H A Ddebugfs.c1144 qm_d = debugfs_create_dir("qm", qm->debug.debug_root); in hisi_qm_debug_init()
1152 qm_create_debugfs_file(qm, qm->debug.debug_root, CURRENT_QM); in hisi_qm_debug_init()
H A Dqm.c3905 debugfs_create_file("alg_qos", 0644, qm->debug.debug_root, in hisi_qm_set_algqos_init()
3908 debugfs_create_file("alg_qos", 0444, qm->debug.debug_root, in hisi_qm_set_algqos_init()
/linux/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1608 vfio_dev_migration = debugfs_lookup("migration", vdev->debug_root); in hisi_acc_vfio_debug_init()