Home
last modified time | relevance | path

Searched refs:debugfs_fwlog (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvpu_dbg.c490 if (!core->debugfs_fwlog) { in vpu_core_create_dbgfs_file()
492 core->debugfs_fwlog = debugfs_create_file((const char *)name, in vpu_core_create_dbgfs_file()
508 debugfs_remove(core->debugfs_fwlog); in vpu_core_remove_dbgfs_file()
509 core->debugfs_fwlog = NULL; in vpu_core_remove_dbgfs_file()
H A Dvpu.h170 struct dentry *debugfs_fwlog; member