Home
last modified time | relevance | path

Searched refs:atoms (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/
H A Dwndproc.c71 ClipboardConversionData *data, ClipboardAtoms *atoms, int iTimeoutSec) in winProcessXEventsTimeout() argument
90 iReturn = winClipboardFlushXEvents(hwnd, iWindow, pDisplay, data, atoms); in winProcessXEventsTimeout()
148 static ClipboardAtoms *atoms; in winClipboardWindowProc() local
188 atoms = cwcp->atoms; in winClipboardWindowProc()
381 iReturn = XGetSelectionOwner(pDisplay, atoms->atomClipboard); in winClipboardWindowProc()
385 XSetSelectionOwner(pDisplay, atoms->atomClipboard, None, CurrentTime); in winClipboardWindowProc()
414 atoms->atomClipboard, iWindow, CurrentTime); in winClipboardWindowProc()
417 XGetSelectionOwner(pDisplay, atoms->atomClipboard) != iWindow) { in winClipboardWindowProc()
480 selection = winClipboardGetLastOwnedSelectionAtom(atoms); in winClipboardWindowProc()
491 atoms->atomTargets, in winClipboardWindowProc()
[all …]
H A Dthread.c96 winClipboardCreateMessagingWindow(Display *pDisplay, Window iWindow, ClipboardAtoms *atoms);
113 ClipboardAtoms atoms; in winClipboardProc() local
197 atoms.atomClipboard = XInternAtom(pDisplay, "CLIPBOARD", False); in winClipboardProc()
198 atoms.atomLocalProperty = XInternAtom (pDisplay, "CYGX_CUT_BUFFER", False); in winClipboardProc()
199 atoms.atomUTF8String = XInternAtom (pDisplay, "UTF8_STRING", False); in winClipboardProc()
200 atoms.atomCompoundText = XInternAtom (pDisplay, "COMPOUND_TEXT", False); in winClipboardProc()
201 atoms.atomTargets = XInternAtom (pDisplay, "TARGETS", False); in winClipboardProc()
232 atoms.atomClipboard, in winClipboardProc()
241 hwnd = winClipboardCreateMessagingWindow(pDisplay, iWindow, &atoms); in winClipboardProc()
258 iReturn = XSetSelectionOwner(pDisplay, atoms.atomClipboard, in winClipboardProc()
[all …]
H A Dxevents.c115 winClipboardGetLastOwnedSelectionAtom(ClipboardAtoms *atoms) in winClipboardGetLastOwnedSelectionAtom() argument
124 return atoms->atomClipboard; in winClipboardGetLastOwnedSelectionAtom()
142 …HWND hwnd, Window iWindow, Display *pDisplay, ClipboardConversionData *data, ClipboardAtoms *atoms) in winClipboardSelectionNotifyTargets() argument
153 atoms->atomLocalProperty, in winClipboardSelectionNotifyTargets()
193 … Window iWindow, Display * pDisplay, ClipboardConversionData *data, ClipboardAtoms *atoms) in winClipboardFlushXEvents() argument
195 Atom atomClipboard = atoms->atomClipboard; in winClipboardFlushXEvents()
196 Atom atomLocalProperty = atoms->atomLocalProperty; in winClipboardFlushXEvents()
197 Atom atomUTF8String = atoms->atomUTF8String; in winClipboardFlushXEvents()
198 Atom atomCompoundText = atoms->atomCompoundText; in winClipboardFlushXEvents()
199 Atom atomTargets = atoms->atomTargets; in winClipboardFlushXEvents()
[all …]
H A Dinternal.h103 ClipboardAtoms *atoms; member
122 winClipboardGetLastOwnedSelectionAtom(ClipboardAtoms *atoms);
/OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/
H A Dx-selection.m244 if (a == atoms->image_png) {
247 else if (a == atoms->image_jpeg) {
250 else if (a == atoms->utf8_string) {
253 else if (a == atoms->string) {
267 return atoms->image_png;
270 return atoms->image_jpeg;
273 return atoms->utf8_string;
276 return atoms->string;
303 return (seltype == atoms->incr) ? True : False;
371 XSetSelectionOwner(xpbproxy_dpy, atoms->primary,
[all …]
H A Dx-selection.h82 struct atom_list atoms[1]; variable
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-sched.c66 struct sched_atom **atoms; member
370 task->atoms = realloc(task->atoms, size); in get_new_event()
371 BUG_ON(!task->atoms); in get_new_event()
373 task->atoms[idx] = event; in get_new_event()
383 return task->atoms[task->nr_events - 1]; in last_event()
647 perf_sched__process_event(sched, this_task->atoms[i]); in thread_func()
971 struct work_atoms *atoms; in thread_atoms_search() local
974 atoms = container_of(node, struct work_atoms, node); in thread_atoms_search()
976 cmp = thread_lat_cmp(sort_list, &key, atoms); in thread_atoms_search()
982 BUG_ON(thread != atoms->thread); in thread_atoms_search()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd_debugfs.c104 struct kbase_jd_atom *atoms; in kbasep_jd_debugfs_atoms_show() local
120 atoms = kctx->jctx.atoms; in kbasep_jd_debugfs_atoms_show()
126 struct kbase_jd_atom *atom = &atoms[i]; in kbasep_jd_debugfs_atoms_show()
H A Dmali_kbase_jd.c825 struct kbase_jd_atom *dep_atom = &jctx->atoms[dep_atom_number]; in jd_submit_atom()
1178 katom = &jctx->atoms[user_atom.atom_number]; in kbase_jd_submit()
1610 init_waitqueue_head(&kctx->jctx.atoms[i].completed); in kbase_jd_init()
1612 INIT_LIST_HEAD(&kctx->jctx.atoms[i].dep_head[0]); in kbase_jd_init()
1613 INIT_LIST_HEAD(&kctx->jctx.atoms[i].dep_head[1]); in kbase_jd_init()
1616 kctx->jctx.atoms[i].event_code = BASE_JD_EVENT_JOB_INVALID; in kbase_jd_init()
1617 kctx->jctx.atoms[i].status = KBASE_JD_ATOM_STATE_UNUSED; in kbase_jd_init()
1620 kctx->jctx.atoms[i].dma_fence.context = in kbase_jd_init()
1622 atomic_set(&kctx->jctx.atoms[i].dma_fence.seqno, 0); in kbase_jd_init()
H A Dmali_kbase.h620 result = katom - &kctx->jctx.atoms[0]; in kbase_jd_atom_id()
635 return &kctx->jctx.atoms[id]; in kbase_jd_atom_from_id()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_jd_debugfs.c146 struct kbase_jd_atom *atoms; in kbasep_jd_debugfs_atoms_show() local
162 atoms = kctx->jctx.atoms; in kbasep_jd_debugfs_atoms_show()
168 struct kbase_jd_atom *atom = &atoms[i]; in kbasep_jd_debugfs_atoms_show()
H A Dmali_kbase_jd.c667 if (kbase_jd_katom_dep_atom(&kctx->jctx.atoms[i].dep[0]) == katom || in jd_check_force_failure()
668 kbase_jd_katom_dep_atom(&kctx->jctx.atoms[i].dep[1]) == katom) { in jd_check_force_failure()
669 struct kbase_jd_atom *dep_atom = &kctx->jctx.atoms[i]; in jd_check_force_failure()
1054 struct kbase_jd_atom *dep_atom = &jctx->atoms[dep_atom_number]; in jd_submit_atom()
1152 &jctx->atoms[dep_atom_number]; in jd_submit_atom()
1405 katom = &jctx->atoms[user_atom.atom_number]; in kbase_jd_submit()
1845 init_waitqueue_head(&kctx->jctx.atoms[i].completed); in kbase_jd_init()
1847 INIT_LIST_HEAD(&kctx->jctx.atoms[i].dep_head[0]); in kbase_jd_init()
1848 INIT_LIST_HEAD(&kctx->jctx.atoms[i].dep_head[1]); in kbase_jd_init()
1851 kctx->jctx.atoms[i].event_code = BASE_JD_EVENT_JOB_INVALID; in kbase_jd_init()
[all …]
H A Dmali_kbase_replay.c613 if (jctx->atoms[i].status == KBASE_JD_ATOM_STATE_UNUSED) { in kbasep_allocate_katom()
614 jctx->atoms[i].status = KBASE_JD_ATOM_STATE_QUEUED; in kbasep_allocate_katom()
642 while (!list_empty(&jctx->atoms[atom_id].dep_head[0])) in kbasep_release_katom()
643 list_del(jctx->atoms[atom_id].dep_head[0].next); in kbasep_release_katom()
645 while (!list_empty(&jctx->atoms[atom_id].dep_head[1])) in kbasep_release_katom()
646 list_del(jctx->atoms[atom_id].dep_head[1].next); in kbasep_release_katom()
648 jctx->atoms[atom_id].status = KBASE_JD_ATOM_STATE_UNUSED; in kbasep_release_katom()
942 t_katom = &jctx->atoms[t_atom.atom_number]; in kbase_replay_process_worker()
943 f_katom = &jctx->atoms[f_atom.atom_number]; in kbase_replay_process_worker()
H A Dmali_kbase.h266 result = katom - &kctx->jctx.atoms[0]; in kbase_jd_atom_id()
281 return &kctx->jctx.atoms[id]; in kbase_jd_atom_from_id()
H A Dmali_kbase_event.c91 uevent->atom_number = (atom - ctx->jctx.atoms); in kbase_event_dequeue()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c216 Atom *atoms = NULL; in list_atoms() local
224 atoms = xallocarray(nprops, sizeof(Atom)); in list_atoms()
225 if (!atoms) in list_atoms()
227 a = atoms; in list_atoms()
233 *atoms_return = atoms; in list_atoms()
853 Atom *atoms; in ProcXListDeviceProperties() local
866 rc = list_atoms(dev, &natoms, &atoms); in ProcXListDeviceProperties()
881 WriteSwappedDataToClient(client, natoms * sizeof(Atom), atoms); in ProcXListDeviceProperties()
882 free(atoms); in ProcXListDeviceProperties()
1092 Atom *atoms; in ProcXIListProperties() local
[all …]
H A Dxiquerydevice.c245 Atom **atoms) in ButtonInfoData() argument
249 *atoms = (Atom*) ((*mask) + (*mask_words) * 4); in ButtonInfoData()
/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c139 Atom *atoms; in ProcRotateProperties() local
149 atoms = (Atom *) &stuff[1]; in ProcRotateProperties()
158 if (!ValidAtom(atoms[i])) { in ProcRotateProperties()
160 client->errorValue = atoms[i]; in ProcRotateProperties()
164 if (atoms[j] == atoms[i]) { in ProcRotateProperties()
169 rc = dixLookupProperty(&pProp, pWin, atoms[i], client, in ProcRotateProperties()
H A DBuiltInAtoms5 edited directly. Changing the atoms in this file, or even the order in
21 spaces. For each of the built in atoms, the intended semantics and the space
294 The following optional properties on fonts have values that are atoms. The
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-device-mali81 higher priority atoms will be scheduled first, regardless of
82 the context they belong to. Newly-runnable higher priority atoms
83 can preempt lower priority atoms currently running on the GPU,
90 priority atoms can preempt the lower priority atoms currently
262 • intra-slot - Serialize atoms within a slot, only one
264 • inter-slot - Serialize atoms between slots, only one
273 failures and gpu hangs to narrow down atoms that could cause
/OK3568_Linux_fs/buildroot/package/x11r7/xapp_xlsatoms/
H A DConfig.in6 list interned atoms defined on server
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxlsatoms_1.1.3.bb5 DESCRIPTION = "Xlsatoms lists the interned atoms defined on an X11 server"
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2679 err = RRChangeOutputProperty(output->randr_output, p->atoms[0], in drmmode_output_update_properties()
2693 err = RRChangeOutputProperty(output->randr_output, p->atoms[0], in drmmode_output_update_properties()
2695 &p->atoms[k + 1], FALSE, TRUE); in drmmode_output_update_properties()
2978 free(drmmode_output->props[i].atoms); in drmmode_output_destroy()
3115 p->atoms = calloc(p->num_atoms, sizeof(Atom)); in drmmode_output_create_resources()
3116 if (!p->atoms) in drmmode_output_create_resources()
3118 p->atoms[0] = in drmmode_output_create_resources()
3122 err = RRConfigureOutputProperty(output->randr_output, p->atoms[0], in drmmode_output_create_resources()
3131 err = RRChangeOutputProperty(output->randr_output, p->atoms[0], in drmmode_output_create_resources()
3141 p->atoms = calloc(p->num_atoms, sizeof(Atom)); in drmmode_output_create_resources()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A DCVE-2022-41741-CVE-2022-41742.patch10 Mp4: disabled duplicate atoms.
12 Most atoms should not appear more than once in a container. Previously,
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h816 struct kbase_jd_atom atoms[BASE_JD_ATOM_COUNT]; member

12