Searched refs:create_debugfs (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/drivers/media/pci/mgb4/ |
D | mgb4_vout.c | 675 static void create_debugfs(struct mgb4_vout_dev *voutdev) in create_debugfs() function 808 create_debugfs(voutdev); in mgb4_vout_create()
|
D | mgb4_vin.c | 842 static void create_debugfs(struct mgb4_vin_dev *vindev) in create_debugfs() function 991 create_debugfs(vindev); in mgb4_vin_create()
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
D | r535.c | 2172 static struct dentry *create_debugfs(struct nvkm_gsp *gsp, const char *name, in create_debugfs() function 2240 gsp->debugfs.init = create_debugfs(gsp, "loginit", &gsp->blob_init); in r535_gsp_libos_debugfs_init() 2244 gsp->debugfs.intr = create_debugfs(gsp, "logintr", &gsp->blob_intr); in r535_gsp_libos_debugfs_init() 2248 gsp->debugfs.rm = create_debugfs(gsp, "logrm", &gsp->blob_rm); in r535_gsp_libos_debugfs_init() 2261 gsp->debugfs.pmu = create_debugfs(gsp, "logpmu", &gsp->blob_pmu); in r535_gsp_libos_debugfs_init()
|
/linux-6.14.4/drivers/platform/x86/ |
D | acer-wmi.c | 2794 static void __init create_debugfs(void) in create_debugfs() function 3054 create_debugfs(); in acer_wmi_init()
|