.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. |
---|
2 | | - * |
---|
3 | | - * This program is free software; you can redistribute it and/or modify |
---|
4 | | - * it under the terms of the GNU General Public License version 2 and |
---|
5 | | - * only version 2 as published by the Free Software Foundation. |
---|
6 | | - * |
---|
7 | | - * This program is distributed in the hope that it will be useful, |
---|
8 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
9 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
10 | | - * GNU General Public License for more details. |
---|
11 | 3 | */ |
---|
12 | 4 | |
---|
13 | 5 | #ifndef __DPU_CORE_IRQ_H__ |
---|
.. | .. |
---|
22 | 14 | * @return: none |
---|
23 | 15 | */ |
---|
24 | 16 | void dpu_core_irq_preinstall(struct dpu_kms *dpu_kms); |
---|
25 | | - |
---|
26 | | -/** |
---|
27 | | - * dpu_core_irq_postinstall - perform post-installation of core IRQ handler |
---|
28 | | - * @dpu_kms: DPU handle |
---|
29 | | - * @return: 0 if success; error code otherwise |
---|
30 | | - */ |
---|
31 | | -int dpu_core_irq_postinstall(struct dpu_kms *dpu_kms); |
---|
32 | 17 | |
---|
33 | 18 | /** |
---|
34 | 19 | * dpu_core_irq_uninstall - uninstall core IRQ handler |
---|
.. | .. |
---|
139 | 124 | * dpu_debugfs_core_irq_init - register core irq debugfs |
---|
140 | 125 | * @dpu_kms: pointer to kms |
---|
141 | 126 | * @parent: debugfs directory root |
---|
142 | | - * @Return: 0 on success |
---|
143 | 127 | */ |
---|
144 | | -int dpu_debugfs_core_irq_init(struct dpu_kms *dpu_kms, |
---|
| 128 | +void dpu_debugfs_core_irq_init(struct dpu_kms *dpu_kms, |
---|
145 | 129 | struct dentry *parent); |
---|
146 | | - |
---|
147 | | -/** |
---|
148 | | - * dpu_debugfs_core_irq_destroy - deregister core irq debugfs |
---|
149 | | - * @dpu_kms: pointer to kms |
---|
150 | | - */ |
---|
151 | | -void dpu_debugfs_core_irq_destroy(struct dpu_kms *dpu_kms); |
---|
152 | 130 | |
---|
153 | 131 | #endif /* __DPU_CORE_IRQ_H__ */ |
---|