| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxinputinit.c | 241 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 D | dmxdetach.c | 56 dmxInput->detached = True; in dmxInputDetach()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | perf_branches.c | 65 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 D | dmxinput.c | 96 if (!dmxInput->detached && dmxInput->processInputEvents) in ProcessInputEvents() 111 if (!dmxInput->detached && dmxInput->updateWindowInfo) in dmxUpdateWindowInfo()
|
| H A D | dmxextension.h | 87 int detached; member
|
| H A D | dmxinput.h | 77 Bool detached; /**< If true, input screen is detached */ member
|
| H A D | dmxextension.c | 208 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 D | DMXSpec.txt | 263 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 D | tun.c | 156 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 D | 0001-autofs-5-1-7-use-default-stack-size-for-threads.patch | 44 /* 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 D | backref.h | 202 unsigned int detached:1; member 247 struct list_head detached; member
|
| H A D | relocation.c | 194 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 D | backref.c | 2548 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 D | sysfs-class-extcon | 52 cables attached and HDMI and EAR_JACK cables detached. 81 device. The state value is either 0 (detached) or 1
|
| H A D | sysfs-firmware-ofw | 10 Some device drivers use a separate detached device tree which
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/extcon/ |
| H A D | extcon-sm5502.txt | 6 attached or detached and button is pressed or released. It is interfaced to
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | of_private.h | 107 bool detached);
|
| H A D | fdt.c | 371 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 D | bpftool-link.rst | 55 program will stay valid, but they will be detached from the
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | sched.h | 123 int *detached), 124 TP_ARGS(rq, rf, p, new_cpu, detached), 1);
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/free/ |
| H A D | devm_free.cocci | 4 /// the device is detached, and thus the use of the standard freeing
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | xinput.c | 77 if (iinf.detached) in printdmxinfo()
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | bpf_lsm.rst | 123 The program can be detached from the LSM hook by *destroying* the ``link``
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | reproducible-builds.rst | 93 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 D | pkcs7.h | 176 int detached; member
|