Lines Matching refs:seq_file
16 static int mhi_debugfs_states_show(struct seq_file *m, void *d) in mhi_debugfs_states_show()
39 static int mhi_debugfs_events_show(struct seq_file *m, void *d) in mhi_debugfs_events_show()
82 static int mhi_debugfs_channels_show(struct seq_file *m, void *d) in mhi_debugfs_channels_show()
140 seq_printf((struct seq_file *)data, "%s: type: %s dev_wake: %u", in mhi_device_info_show()
146 seq_printf((struct seq_file *)data, " channels: %u(UL)/%u(DL)", in mhi_device_info_show()
149 seq_puts((struct seq_file *)data, "\n"); in mhi_device_info_show()
154 static int mhi_debugfs_devices_show(struct seq_file *m, void *d) in mhi_debugfs_devices_show()
170 static int mhi_debugfs_regdump_show(struct seq_file *m, void *d) in mhi_debugfs_regdump_show()
232 static int mhi_debugfs_device_wake_show(struct seq_file *m, void *d) in mhi_debugfs_device_wake_show()
253 struct seq_file *m = file->private_data; in mhi_debugfs_device_wake_write()
272 static int mhi_debugfs_timeout_ms_show(struct seq_file *m, void *d) in mhi_debugfs_timeout_ms_show()
285 struct seq_file *m = file->private_data; in mhi_debugfs_timeout_ms_write()