Lines Matching +full:non +full:- +full:protected
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
4 * (C) COPYRIGHT 2017, 2020-2021 ARM Limited. All rights reserved.
18 * http://www.gnu.org/licenses/gpl-2.0.html.
28 * struct protected_mode_ops - Callbacks for protected mode switch operations
30 * @protected_mode_enable: Callback to enable protected mode for device
31 * @protected_mode_disable: Callback to disable protected mode for device
35 * protected_mode_enable() - Enable protected mode on device
38 * Return: 0 on success, non-zero on error
44 * protected_mode_disable() - Disable protected mode on device, and
48 * Return: 0 on success, non-zero on error
55 * struct protected_mode_device - Device structure for protected mode devices