Home
last modified time | relevance | path

Searched refs:detached (Results 1 – 25 of 71) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxinputinit.c241 if (dmxInput->detached) in dmxChangePointerControl()
283 if (dmxInput->detached) in dmxKeyboardKbdCtrlProc()
319 if (dmxInput->detached) in dmxKeyboardBellProc()
413 if (dmxInput->detached) in dmxDeviceOnOff()
531 if (dmxInput->detached) in dmxProcessInputEvents()
582 if (dmxInput->detached) in dmxUpdateWindowInformation()
595 if (dmxInput->detached) in dmxCollectAll()
1080 dmxInput->detached = False; in dmxInputInit()
1151 dmxInput->detached ? 'D' : ' ', pDevice->name); in dmxInputLogDevices()
1200 if (dmxInput->detached) in dmxInputDetach()
[all …]
H A Ddmxdetach.c56 dmxInput->detached = True; in dmxInputDetach()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dperf_branches.c65 bool detached = false; in test_perf_branches_common() local
91 detached = true; in test_perf_branches_common()
97 if (!detached) in test_perf_branches_common()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxinput.c96 if (!dmxInput->detached && dmxInput->processInputEvents) in ProcessInputEvents()
111 if (!dmxInput->detached && dmxInput->updateWindowInfo) in dmxUpdateWindowInfo()
H A Ddmxextension.h87 int detached; member
H A Ddmxinput.h77 Bool detached; /**< If true, input screen is detached */ member
H A Ddmxextension.c208 attr->detached = ! !dmxInput->detached; in dmxGetInputAttributes()
248 if (!dmxInput->detached) in dmxAdjustCursorBoundaries()
257 if (!dmxInput->detached) in dmxAdjustCursorBoundaries()
/OK3568_Linux_fs/external/xserver/hw/dmx/doc/
H A DDMXSpec.txt263 server. Only back-end screens that have been previously detached
266 back-end screen that was detached. Both the displayName and
294 * physicalScreen has not been detached (with DMXRemoveScreen)
321 * the back-end screen has already been detached.
467 detached: BOOL
476 2.2, the name of detached was changed from reservation. There was
512 If detached is True, then this device has been detached and is no
551 attached or if the backend screen is currently detached.
574 detached). If the physicalId is outside the valid range (0 to one
576 returned. If the physicalId has already been detached, BadAccess is
[all …]
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c156 struct tun_struct *detached; member
607 tfile->detached = tun; in tun_disable_queue()
614 struct tun_struct *tun = tfile->detached; in tun_enable_queue()
616 tfile->detached = NULL; in tun_enable_queue()
655 if (!tfile->detached) in __tun_detach()
660 if (tun && !tfile->detached) { in __tun_detach()
685 } else if (tfile->detached && clean) { in __tun_detach()
778 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach()
786 if (!tfile->detached && in tun_attach()
801 if (!tfile->detached && in tun_attach()
[all …]
/OK3568_Linux_fs/buildroot/package/autofs/
H A D0001-autofs-5-1-7-use-default-stack-size-for-threads.patch44 /* Attributes for creating detached and joinable threads */
72 - logerr("%s: failed to get detached thread stack size!",
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dbackref.h202 unsigned int detached:1; member
247 struct list_head detached; member
H A Drelocation.c194 BUG_ON(node->detached); in walk_up_backref()
259 while (!list_empty(&cache->detached)) { in update_backref_cache()
260 node = list_entry(cache->detached.next, in update_backref_cache()
432 list_add(&cur->list, &cache->detached); in handle_useless_nodes()
433 cur->detached = 1; in handle_useless_nodes()
524 ASSERT(!node || !node->detached); in build_backref_tree()
554 if (node->detached) in clone_backref_node()
566 BUG_ON(node->detached); in clone_backref_node()
H A Dbackref.c2548 INIT_LIST_HEAD(&cache->detached);
2604 BUG_ON(!node->lowest && !node->detached);
2634 while (!list_empty(&cache->detached)) {
2635 node = list_entry(cache->detached.next,
2653 ASSERT(list_empty(&cache->detached));
3074 if (upper->detached) {
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-extcon52 cables attached and HDMI and EAR_JACK cables detached.
81 device. The state value is either 0 (detached) or 1
H A Dsysfs-firmware-ofw10 Some device drivers use a separate detached device tree which
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/extcon/
H A Dextcon-sm5502.txt6 attached or detached and button is pressed or released. It is interfaced to
/OK3568_Linux_fs/kernel/drivers/of/
H A Dof_private.h107 bool detached);
H A Dfdt.c371 bool detached) in __unflatten_device_tree() argument
418 if (detached && mynodes) { in __unflatten_device_tree()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-link.rst55 program will stay valid, but they will be detached from the
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dsched.h123 int *detached),
124 TP_ARGS(rq, rf, p, new_cpu, detached), 1);
/OK3568_Linux_fs/kernel/scripts/coccinelle/free/
H A Ddevm_free.cocci4 /// the device is detached, and thus the use of the standard freeing
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dxinput.c77 if (iinf.detached) in printdmxinfo()
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dbpf_lsm.rst123 The program can be detached from the LSM hook by *destroying* the ``link``
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dreproducible-builds.rst93 3. Create detached signatures for the modules, and publish them as
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dpkcs7.h176 int detached; member

123