Lines Matching refs:debugfs_create_dir
454 port_dir = debugfs_create_dir(port->dev->name, parent); in mvpp2_dbgfs_flow_port_init()
480 flow_entry_dir = debugfs_create_dir(flow_entry_name, parent); in mvpp2_dbgfs_flow_entry_init()
512 flow_dir = debugfs_create_dir("flows", parent); in mvpp2_dbgfs_flow_init()
535 prs_entry_dir = debugfs_create_dir(prs_entry_name, parent); in mvpp2_dbgfs_prs_entry_init()
572 prs_dir = debugfs_create_dir("parser", parent); in mvpp2_dbgfs_prs_init()
595 c2_entry_dir = debugfs_create_dir(c2_entry_name, parent); in mvpp2_dbgfs_c2_entry_init()
628 flow_tbl_entry_dir = debugfs_create_dir(flow_tbl_entry_name, parent); in mvpp2_dbgfs_flow_tbl_entry_init()
648 cls_dir = debugfs_create_dir("classifier", parent); in mvpp2_dbgfs_cls_init()
652 c2_dir = debugfs_create_dir("c2", cls_dir); in mvpp2_dbgfs_cls_init()
662 flow_tbl_dir = debugfs_create_dir("flow_table", cls_dir); in mvpp2_dbgfs_cls_init()
680 port_dir = debugfs_create_dir(port->dev->name, parent); in mvpp2_dbgfs_port_init()
708 mvpp2_root = debugfs_create_dir(MVPP2_DRIVER_NAME, NULL); in mvpp2_dbgfs_init()
710 mvpp2_dir = debugfs_create_dir(name, mvpp2_root); in mvpp2_dbgfs_init()