Searched refs:tegra_cbb (Results 1 – 3 of 3) sorted by relevance
17 struct tegra_cbb { struct24 int (*debugfs_show)(struct tegra_cbb *cbb, struct seq_file *s, void *v); argument25 int (*interrupt_enable)(struct tegra_cbb *cbb);26 void (*error_enable)(struct tegra_cbb *cbb);27 void (*fault_enable)(struct tegra_cbb *cbb);28 void (*stall_enable)(struct tegra_cbb *cbb);29 void (*error_clear)(struct tegra_cbb *cbb);30 u32 (*get_status)(struct tegra_cbb *cbb);40 int tegra_cbb_register(struct tegra_cbb *cbb);42 void tegra_cbb_fault_enable(struct tegra_cbb *cbb);[all …]
66 struct tegra_cbb *cbb = file->private; in tegra_cbb_err_show()72 static int tegra_cbb_err_debugfs_init(struct tegra_cbb *cbb) in tegra_cbb_err_debugfs_init()87 void tegra_cbb_stall_enable(struct tegra_cbb *cbb) in tegra_cbb_stall_enable()93 void tegra_cbb_fault_enable(struct tegra_cbb *cbb) in tegra_cbb_fault_enable()99 void tegra_cbb_error_clear(struct tegra_cbb *cbb) in tegra_cbb_error_clear()105 u32 tegra_cbb_get_status(struct tegra_cbb *cbb) in tegra_cbb_get_status()147 int tegra_cbb_register(struct tegra_cbb *cbb) in tegra_cbb_register()
108 struct tegra_cbb base;128 static inline struct tegra234_cbb *to_tegra234_cbb(struct tegra_cbb *cbb) in to_tegra234_cbb()174 static void tegra234_cbb_fault_enable(struct tegra_cbb *cbb) in tegra234_cbb_fault_enable()184 static void tegra234_cbb_error_clear(struct tegra_cbb *cbb) in tegra234_cbb_error_clear()192 static u32 tegra234_cbb_get_status(struct tegra_cbb *cbb) in tegra234_cbb_get_status()542 static int tegra234_cbb_debugfs_show(struct tegra_cbb *cbb, struct seq_file *file, void *data) in tegra234_cbb_debugfs_show()571 struct tegra_cbb *cbb; in tegra234_cbb_isr()611 static int tegra234_cbb_interrupt_enable(struct tegra_cbb *cbb) in tegra234_cbb_interrupt_enable()628 static void tegra234_cbb_error_enable(struct tegra_cbb *cbb) in tegra234_cbb_error_enable()