Home
last modified time | relevance | path

Searched defs:cbb (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/soc/tegra/cbb/
Dtegra-cbb.c66 struct tegra_cbb *cbb = file->private; in tegra_cbb_err_show() local
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()
Dtegra234-cbb.c128 static inline struct tegra234_cbb *to_tegra234_cbb(struct tegra_cbb *cbb) in to_tegra234_cbb()
137 tegra234_cbb_write_access_allowed(struct platform_device *pdev, struct tegra234_cbb *cbb) in tegra234_cbb_write_access_allowed()
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()
205 static void tegra234_cbb_mask_serror(struct tegra234_cbb *cbb) in tegra234_cbb_mask_serror()
265 static void tegra234_lookup_slave_timeout(struct seq_file *file, struct tegra234_cbb *cbb, in tegra234_lookup_slave_timeout()
308 static void tegra234_cbb_print_error(struct seq_file *file, struct tegra234_cbb *cbb, u32 status, in tegra234_cbb_print_error()
349 static void print_errlog_err(struct seq_file *file, struct tegra234_cbb *cbb) in print_errlog_err()
448 static int print_errmonX_info(struct seq_file *file, struct tegra234_cbb *cbb) in print_errmonX_info()
[all …]
Dtegra194-cbb.c176 static inline struct tegra194_cbb *to_tegra194_cbb(struct tegra_cbb *cbb) in to_tegra194_cbb()
1665 static void tegra194_cbb_fault_enable(struct tegra_cbb *cbb) in tegra194_cbb_fault_enable()
1674 static void tegra194_cbb_stall_enable(struct tegra_cbb *cbb) in tegra194_cbb_stall_enable()
1683 static void tegra194_cbb_error_clear(struct tegra_cbb *cbb) in tegra194_cbb_error_clear()
1693 static u32 tegra194_cbb_get_status(struct tegra_cbb *cbb) in tegra194_cbb_get_status()
1766 static void print_errlog5(struct seq_file *file, struct tegra194_cbb *cbb) in print_errlog5()
1818 print_errlog1_2(struct seq_file *file, struct tegra194_cbb *cbb, in print_errlog1_2()
1850 static bool print_errlog0(struct seq_file *file, struct tegra194_cbb *cbb) in print_errlog0()
1917 static bool print_errloggerX_info(struct seq_file *file, struct tegra194_cbb *cbb, in print_errloggerX_info()
1968 static bool print_errlog(struct seq_file *file, struct tegra194_cbb *cbb, u32 errvld) in print_errlog()
[all …]
/Linux-v6.6/fs/afs/
Dcallback.c182 struct afs_callback_break *cbb, in afs_break_some_callbacks()