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.c118 struct drm_xe_sync sync_in; in xe_sync_entry_parse() local
125 if (copy_from_user(&sync_in, sync_user, sizeof(*sync_user))) in xe_sync_entry_parse()
128 if (XE_IOCTL_DBG(xe, sync_in.flags & ~DRM_XE_SYNC_FLAG_SIGNAL) || in xe_sync_entry_parse()
129 XE_IOCTL_DBG(xe, sync_in.reserved[0] || sync_in.reserved[1])) in xe_sync_entry_parse()
132 signal = sync_in.flags & DRM_XE_SYNC_FLAG_SIGNAL; in xe_sync_entry_parse()
133 switch (sync_in.type) { in xe_sync_entry_parse()
138 if (XE_IOCTL_DBG(xe, upper_32_bits(sync_in.addr))) in xe_sync_entry_parse()
141 sync->syncobj = drm_syncobj_find(xef->drm, sync_in.handle); in xe_sync_entry_parse()
156 if (XE_IOCTL_DBG(xe, upper_32_bits(sync_in.addr))) in xe_sync_entry_parse()
159 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.c6281 status.card_specific.madi.sync_in = in snd_hdspm_hwdep_ioctl()