| .. | .. |
|---|
| 1 | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * |
|---|
| 4 | | - * (C) COPYRIGHT 2010-2017, 2020-2021 ARM Limited. All rights reserved. |
|---|
| 4 | + * (C) COPYRIGHT 2010-2017, 2020-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 |
|---|
| .. | .. |
|---|
| 29 | 29 | * kbase_gpu_gwt_start - Start the GPU write tracking |
|---|
| 30 | 30 | * @kctx: Pointer to kernel context |
|---|
| 31 | 31 | * |
|---|
| 32 | | - * @return 0 on success, error on failure. |
|---|
| 32 | + * Return: 0 on success, error on failure. |
|---|
| 33 | 33 | */ |
|---|
| 34 | 34 | int kbase_gpu_gwt_start(struct kbase_context *kctx); |
|---|
| 35 | 35 | |
|---|
| .. | .. |
|---|
| 37 | 37 | * kbase_gpu_gwt_stop - Stop the GPU write tracking |
|---|
| 38 | 38 | * @kctx: Pointer to kernel context |
|---|
| 39 | 39 | * |
|---|
| 40 | | - * @return 0 on success, error on failure. |
|---|
| 40 | + * Return: 0 on success, error on failure. |
|---|
| 41 | 41 | */ |
|---|
| 42 | 42 | int kbase_gpu_gwt_stop(struct kbase_context *kctx); |
|---|
| 43 | 43 | |
|---|
| .. | .. |
|---|
| 46 | 46 | * @kctx: Pointer to kernel context |
|---|
| 47 | 47 | * @gwt_dump: User space data to be passed. |
|---|
| 48 | 48 | * |
|---|
| 49 | | - * @return 0 on success, error on failure. |
|---|
| 49 | + * Return: 0 on success, error on failure. |
|---|
| 50 | 50 | */ |
|---|
| 51 | 51 | int kbase_gpu_gwt_dump(struct kbase_context *kctx, |
|---|
| 52 | 52 | union kbase_ioctl_cinstr_gwt_dump *gwt_dump); |
|---|