Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_sync.c118 struct drm_xe_sync sync_in; in xe_sync_entry_parse() local
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()
176 sync_in.timeline_value); in xe_sync_entry_parse()
189 if (XE_IOCTL_DBG(xe, sync_in.addr & 0x7)) in xe_sync_entry_parse()
193 sync->addr = sync_in.addr; in xe_sync_entry_parse()
196 sync_in.timeline_value); in xe_sync_entry_parse()
207 sync->type = sync_in.type; in xe_sync_entry_parse()
208 sync->flags = sync_in.flags; in xe_sync_entry_parse()
[all …]
/linux-6.15/include/uapi/sound/
H A Dhdspm.h153 __u8 sync_in; /* enum hdspm_sync */ member
/linux-6.15/sound/pci/rme9652/
H A Dhdspm.c6281 status.card_specific.madi.sync_in = in snd_hdspm_hwdep_ioctl()