Lines Matching defs:seq

56 static void *seq_tab_start(struct seq_file *seq, loff_t *pos)  in seq_tab_start()
66 static void *seq_tab_next(struct seq_file *seq, void *v, loff_t *pos) in seq_tab_next()
74 static void seq_tab_stop(struct seq_file *seq, void *v) in seq_tab_stop()
78 static int seq_tab_show(struct seq_file *seq, void *v) in seq_tab_show()
94 int (*show)(struct seq_file *seq, void *v, int i)) in seq_open_tab()
119 static int cim_la_show(struct seq_file *seq, void *v, int idx) in cim_la_show()
136 static int cim_la_show_3in1(struct seq_file *seq, void *v, int idx) in cim_la_show_3in1()
185 static int cim_qcfg_show(struct seq_file *seq, void *v) in cim_qcfg_show()
254 static int cimq_show(struct seq_file *seq, void *v, int idx) in cimq_show()
325 static void field_desc_show(struct seq_file *seq, u64 v, in field_desc_show()
384 static int tp_la_show(struct seq_file *seq, void *v, int idx) in tp_la_show()
392 static int tp_la_show2(struct seq_file *seq, void *v, int idx) in tp_la_show2()
404 static int tp_la_show3(struct seq_file *seq, void *v, int idx) in tp_la_show3()
566 static int ulprx_la_show(struct seq_file *seq, void *v, int idx) in ulprx_la_show()
613 static int pm_stats_show(struct seq_file *seq, void *v) in pm_stats_show()
666 static int cctrl_tbl_show(struct seq_file *seq, void *v) in cctrl_tbl_show()
717 static int clk_show(struct seq_file *seq, void *v) in clk_show()
807 static int devlog_show(struct seq_file *seq, void *v) in devlog_show()
857 static void *devlog_start(struct seq_file *seq, loff_t *pos) in devlog_start()
866 static void *devlog_next(struct seq_file *seq, void *v, loff_t *pos) in devlog_next()
874 static void devlog_stop(struct seq_file *seq, void *v) in devlog_stop()
957 static int mbox_show(struct seq_file *seq, void *v) in mbox_show()
1085 static int mps_tcam_show(struct seq_file *seq, void *v) in mps_tcam_show()
1157 static inline void *mps_tcam_get_idx(struct seq_file *seq, loff_t pos) in mps_tcam_get_idx()
1166 static void *mps_tcam_start(struct seq_file *seq, loff_t *pos) in mps_tcam_start()
1171 static void *mps_tcam_next(struct seq_file *seq, void *v, loff_t *pos) in mps_tcam_next()
1177 static void mps_tcam_stop(struct seq_file *seq, void *v) in mps_tcam_stop()
1193 struct seq_file *seq = file->private_data; in mps_tcam_open() local
1210 static int sensors_show(struct seq_file *seq, void *v) in sensors_show()
1261 static int rss_show(struct seq_file *seq, void *v, int idx) in rss_show()
1310 static int rss_config_show(struct seq_file *seq, void *v) in rss_config_show()
1460 static int rss_key_show(struct seq_file *seq, void *v) in rss_key_show()
1523 static int rss_pf_config_show(struct seq_file *seq, void *v, int idx) in rss_pf_config_show()
1604 static int rss_vf_config_show(struct seq_file *seq, void *v, int idx) in rss_vf_config_show()
1681 static int sge_qinfo_show(struct seq_file *seq, void *v) in sge_qinfo_show()
1849 static void *sge_queue_start(struct seq_file *seq, loff_t *pos) in sge_queue_start()
1856 static void sge_queue_stop(struct seq_file *seq, void *v) in sge_queue_stop()
1860 static void *sge_queue_next(struct seq_file *seq, void *v, loff_t *pos) in sge_queue_next()
1880 struct seq_file *seq = file->private_data; in sge_qinfo_open() local