Searched refs:sync_pt_info (Results 1 - 2 of 2) sorted by path

/drivers/staging/android/
H A Dsync.c621 struct sync_pt_info *info = data;
624 if (size < sizeof(struct sync_pt_info))
627 info->len = sizeof(struct sync_pt_info);
/drivers/staging/android/uapi/
H A Dsync.h30 * struct sync_pt_info - detailed sync_pt information
31 * @len: length of sync_pt_info including any driver_data
38 struct sync_pt_info { struct
55 * @pt_info: a sync_pt_info struct for every sync_pt in the fence
92 * To iterate over the sync_pt_infos, use the sync_pt_info.len field.

Completed in 94 milliseconds