/Linux-v5.4/Documentation/devicetree/bindings/extcon/ |
D | extcon-sm5502.txt | 6 attached or detached and button is pressed or released. It is interfaced to
|
D | extcon-usbc-cros-ec.txt | 5 or USB devices when said accessories are attached or detached.
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 50 cables attached and HDMI and EAR_JACK cables detached. 78 device. The state value is either 0 (detached) or 1
|
D | sysfs-firmware-ofw | 10 Some device drivers use a separate detached device tree which
|
/Linux-v5.4/drivers/net/ |
D | tun.c | 176 struct tun_struct *detached; member 637 tfile->detached = tun; in tun_disable_queue() 644 struct tun_struct *tun = tfile->detached; in tun_enable_queue() 646 tfile->detached = NULL; in tun_enable_queue() 689 if (tun && !tfile->detached) { in __tun_detach() 712 } else if (tfile->detached && clean) { in __tun_detach() 802 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach() 810 if (!tfile->detached && in tun_attach() 825 if (!tfile->detached && in tun_attach() 835 if (tfile->detached) { in tun_attach() [all …]
|
/Linux-v5.4/drivers/of/ |
D | of_private.h | 111 bool detached);
|
D | fdt.c | 371 bool detached) in __unflatten_device_tree() argument 418 if (detached && mynodes) { in __unflatten_device_tree()
|
/Linux-v5.4/fs/btrfs/ |
D | relocation.c | 75 unsigned int detached:1; member 106 struct list_head detached; member 207 INIT_LIST_HEAD(&cache->detached); in backref_cache_init() 216 while (!list_empty(&cache->detached)) { in backref_cache_cleanup() 217 node = list_entry(cache->detached.next, in backref_cache_cleanup() 233 ASSERT(list_empty(&cache->detached)); in backref_cache_cleanup() 353 BUG_ON(node->detached); in walk_up_backref() 427 BUG_ON(!node->lowest && !node->detached); in remove_backref_node() 489 while (!list_empty(&cache->detached)) { in update_backref_cache() 490 node = list_entry(cache->detached.next, in update_backref_cache() [all …]
|
/Linux-v5.4/scripts/coccinelle/free/ |
D | devm_free.cocci | 4 /// the device is detached, and thus the use of the standard freeing
|
/Linux-v5.4/net/sched/ |
D | sch_fq.c | 128 static struct fq_flow detached, throttled; variable 132 f->next = &detached; in fq_flow_set_detached() 138 return f->next == &detached; in fq_flow_is_detached()
|
/Linux-v5.4/Documentation/kbuild/ |
D | reproducible-builds.rst | 93 3. Create detached signatures for the modules, and publish them as
|
/Linux-v5.4/Documentation/driver-api/ |
D | console.rst | 79 When unbinding, the modular driver is detached first, and then the system
|
D | vme.rst | 269 :c:func:`vme_lm_detach` allows on to be detached from each location monitor
|
/Linux-v5.4/Documentation/devicetree/ |
D | of_unittest.txt | 191 detached and then moving up the parent nodes are removed, and eventually the
|
/Linux-v5.4/arch/arm/crypto/ |
D | sha1-armv4-large.S | 35 @ small = detached Xload/update, loops are folded; 36 @ compact = detached Xload/update, 5x unroll;
|
/Linux-v5.4/tools/usb/usbip/ |
D | README | 240 port 0 detached
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | soc-camera.rst | 84 .add and .remove methods are called when a sensor is attached to or detached
|
/Linux-v5.4/Documentation/driver-api/driver-model/ |
D | devres.rst | 101 detached. If most resources are acquired using managed interface, a
|
/Linux-v5.4/Documentation/hid/ |
D | hid-sensor.rst | 167 keyboard attached/detached or lid open/close.
|
/Linux-v5.4/Documentation/s390/ |
D | driver-model.rst | 194 * In online state, device detached (CIO_GONE) or last path gone
|
/Linux-v5.4/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 140 detached from the current networking name space.
|
/Linux-v5.4/Documentation/translations/it_IT/process/ |
D | 7.AdvancedTopics.rst | 52 *index*, *fast-forward merge*, *push* e *pull*, *detached head*, eccetera.
|
/Linux-v5.4/Documentation/process/ |
D | 7.AdvancedTopics.rst | 45 remote branches, the index, fast-forward merges, pushes and pulls, detached
|
/Linux-v5.4/Documentation/filesystems/caching/ |
D | object.txt | 314 This means that the object will have to be detached from the netfs's
|
/Linux-v5.4/fs/ |
D | namespace.c | 2364 bool detached = flags & OPEN_TREE_CLONE; in SYSCALL_DEFINE3() local 2385 if (detached && !may_mount()) in SYSCALL_DEFINE3() 2396 if (detached) in SYSCALL_DEFINE3()
|