Home
last modified time | relevance | path

Searched refs:sync_in (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_sync.c120 struct drm_xe_sync sync_in; in xe_sync_entry_parse() local
127 if (copy_from_user(&sync_in, sync_user, sizeof(*sync_user))) in xe_sync_entry_parse()
130 if (XE_IOCTL_DBG(xe, sync_in.flags & ~DRM_XE_SYNC_FLAG_SIGNAL) || in xe_sync_entry_parse()
131 XE_IOCTL_DBG(xe, sync_in.reserved[0] || sync_in.reserved[1])) in xe_sync_entry_parse()
134 signal = sync_in.flags & DRM_XE_SYNC_FLAG_SIGNAL; in xe_sync_entry_parse()
135 switch (sync_in.type) { in xe_sync_entry_parse()
140 if (XE_IOCTL_DBG(xe, upper_32_bits(sync_in.addr))) in xe_sync_entry_parse()
143 sync->syncobj = drm_syncobj_find(xef->drm, sync_in.handle); in xe_sync_entry_parse()
158 if (XE_IOCTL_DBG(xe, upper_32_bits(sync_in.addr))) in xe_sync_entry_parse()
161 if (XE_IOCTL_DBG(xe, sync_in.timeline_value == 0)) in xe_sync_entry_parse()
[all …]
/linux/include/uapi/sound/
H A Dhdspm.h153 __u8 sync_in; /* enum hdspm_sync */ member
/linux/sound/pci/rme9652/
H A Dhdspm.c6234 status.card_specific.madi.sync_in = in snd_hdspm_hwdep_ioctl()