Lines Matching +full:field +full:- +full:even +full:- +full:active
1 /* SPDX-License-Identifier: GPL-1.0+ WITH Linux-syscall-note */
6 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * struct sync_merge_data - data passed to merge ioctl
24 * @pad: padding for 64-bit alignment, should always be zero
35 * struct sync_fence_info - detailed fence information
38 * @status: status of the fence 0:active 1:signaled <0:error
51 * struct sync_file_info - data returned from fence info ioctl
53 * @status: status of fence. 1: signaled 0:active <0:error
56 * @pad: padding for 64-bit alignment, should always be zero
75 * change happened during the de-stage of the Sync Framework when there was
80 * DOC: SYNC_IOC_MERGE - merge two fences
89 * DOC: SYNC_IOC_FILE_INFO - get detailed information on a sync_file
91 * Takes a struct sync_file_info. If num_fences is 0, the field is updated