Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_sync.c112 struct drm_xe_sync sync_in; in xe_sync_entry_parse() local
119 if (copy_from_user(&sync_in, sync_user, sizeof(*sync_user))) in xe_sync_entry_parse()
122 if (XE_IOCTL_DBG(xe, sync_in.flags & ~DRM_XE_SYNC_FLAG_SIGNAL) || in xe_sync_entry_parse()
123 XE_IOCTL_DBG(xe, sync_in.reserved[0] || sync_in.reserved[1])) in xe_sync_entry_parse()
126 signal = sync_in.flags & DRM_XE_SYNC_FLAG_SIGNAL; in xe_sync_entry_parse()
127 switch (sync_in.type) { in xe_sync_entry_parse()
132 if (XE_IOCTL_DBG(xe, upper_32_bits(sync_in.addr))) in xe_sync_entry_parse()
135 sync->syncobj = drm_syncobj_find(xef->drm, sync_in.handle); in xe_sync_entry_parse()
150 if (XE_IOCTL_DBG(xe, upper_32_bits(sync_in.addr))) in xe_sync_entry_parse()
153 if (XE_IOCTL_DBG(xe, sync_in.timeline_value == 0)) in xe_sync_entry_parse()
[all …]
/linux-6.12.1/include/uapi/sound/
Dhdspm.h153 __u8 sync_in; /* enum hdspm_sync */ member
/linux-6.12.1/sound/pci/rme9652/
Dhdspm.c6284 status.card_specific.madi.sync_in = in snd_hdspm_hwdep_ioctl()