Searched refs:dbgfs_head (Results 1 – 2 of 2) sorted by relevance
116 list_for_each_entry(dbgfs_inst, &dbgfs->dbgfs_head, node) { in mtk_vdec_dbgfs_read()156 list_add_tail(&dbgfs_inst->node, &vcodec_dev->dbgfs.dbgfs_head); in mtk_vcodec_dbgfs_create()169 list_for_each_entry(dbgfs_inst, &vcodec_dev->dbgfs.dbgfs_head, node) { in mtk_vcodec_dbgfs_remove()194 INIT_LIST_HEAD(&vcodec_dev->dbgfs.dbgfs_head); in mtk_vcodec_dbgfs_vdec_init()
44 struct list_head dbgfs_head; member