.. | .. |
---|
1 | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
---|
2 | 2 | /* |
---|
3 | 3 | * |
---|
4 | | - * (C) COPYRIGHT 2019-2021 ARM Limited. All rights reserved. |
---|
| 4 | + * (C) COPYRIGHT 2019-2022 ARM Limited. All rights reserved. |
---|
5 | 5 | * |
---|
6 | 6 | * This program is free software and is provided to you under the terms of the |
---|
7 | 7 | * GNU General Public License version 2 as published by the Free Software |
---|
.. | .. |
---|
20 | 20 | */ |
---|
21 | 21 | |
---|
22 | 22 | /** |
---|
23 | | - * @file |
---|
24 | | - * Mali arbiter power manager state machine and APIs |
---|
| 23 | + * DOC: Mali arbiter power manager state machine and APIs |
---|
25 | 24 | */ |
---|
26 | 25 | |
---|
27 | 26 | #ifndef _MALI_KBASE_ARBITER_PM_H_ |
---|
.. | .. |
---|
102 | 101 | * @kbdev: The kbase device structure for the device (must be a valid pointer) |
---|
103 | 102 | * |
---|
104 | 103 | * Install interrupts and set the interrupt_install flag to true. |
---|
| 104 | + * |
---|
| 105 | + * Return: 0 if success, or a Linux error code |
---|
105 | 106 | */ |
---|
106 | 107 | int kbase_arbiter_pm_install_interrupts(struct kbase_device *kbdev); |
---|
107 | 108 | |
---|
108 | 109 | /** |
---|
109 | 110 | * kbase_arbiter_pm_vm_event() - Dispatch VM event to the state machine |
---|
110 | 111 | * @kbdev: The kbase device structure for the device (must be a valid pointer) |
---|
| 112 | + * @event: The event to dispatch |
---|
111 | 113 | * |
---|
112 | 114 | * The state machine function. Receives events and transitions states |
---|
113 | 115 | * according the event received and the current state |
---|