Home
last modified time | relevance | path

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

12

/Linux-v4.19/Documentation/devicetree/bindings/extcon/
Dextcon-sm5502.txt6 attached or detached and button is pressed or released. It is interfaced to
Dextcon-usbc-cros-ec.txt5 or USB devices when said accessories are attached or detached.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-extcon50 cables attached and HDMI and EAR_JACK cables detached.
78 device. The state value is either 0 (detached) or 1
Dsysfs-firmware-ofw10 Some device drivers use a separate detached device tree which
/Linux-v4.19/drivers/net/
Dtun.c187 struct tun_struct *detached; member
646 tfile->detached = tun; in tun_disable_queue()
653 struct tun_struct *tun = tfile->detached; in tun_enable_queue()
655 tfile->detached = NULL; in tun_enable_queue()
698 if (tun && !tfile->detached) { in __tun_detach()
719 } else if (tfile->detached && clean) { in __tun_detach()
808 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach()
816 if (!tfile->detached && in tun_attach()
831 if (!tfile->detached && in tun_attach()
841 if (tfile->detached) { in tun_attach()
[all …]
/Linux-v4.19/drivers/of/
Dof_private.h99 bool detached);
Dfdt.c447 bool detached) in __unflatten_device_tree() argument
494 if (detached && mynodes) { in __unflatten_device_tree()
/Linux-v4.19/fs/btrfs/
Drelocation.c73 unsigned int detached:1; member
104 struct list_head detached; member
203 INIT_LIST_HEAD(&cache->detached); in backref_cache_init()
212 while (!list_empty(&cache->detached)) { in backref_cache_cleanup()
213 node = list_entry(cache->detached.next, in backref_cache_cleanup()
229 ASSERT(list_empty(&cache->detached)); in backref_cache_cleanup()
349 BUG_ON(node->detached); in walk_up_backref()
423 BUG_ON(!node->lowest && !node->detached); in remove_backref_node()
485 while (!list_empty(&cache->detached)) { in update_backref_cache()
486 node = list_entry(cache->detached.next, in update_backref_cache()
[all …]
/Linux-v4.19/scripts/coccinelle/free/
Ddevm_free.cocci3 /// the device is detached, and thus the use of the standard freeing
/Linux-v4.19/net/sched/
Dsch_fq.c118 static struct fq_flow detached, throttled; variable
122 f->next = &detached; in fq_flow_set_detached()
128 return f->next == &detached; in fq_flow_is_detached()
/Linux-v4.19/Documentation/console/
Dconsole.txt73 When unbinding, the modular driver is detached first, and then the system
/Linux-v4.19/Documentation/devicetree/
Dof_unittest.txt191 detached and then moving up the parent nodes are removed, and eventually the
/Linux-v4.19/arch/arm/crypto/
Dsha1-armv4-large.S35 @ small = detached Xload/update, loops are folded;
36 @ compact = detached Xload/update, 5x unroll;
/Linux-v4.19/tools/usb/usbip/
DREADME240 port 0 detached
/Linux-v4.19/Documentation/media/v4l-drivers/
Dsoc-camera.rst82 .add and .remove methods are called when a sensor is attached to or detached
/Linux-v4.19/Documentation/driver-model/
Ddevres.txt99 detached. If most resources are acquired using managed interface, a
/Linux-v4.19/Documentation/hid/
Dhid-sensor.txt156 keyboard attached/detached or lid open/close.
/Linux-v4.19/Documentation/s390/
Ddriver-model.txt164 * In online state, device detached (CIO_GONE) or last path gone
/Linux-v4.19/Documentation/process/
D7.AdvancedTopics.rst45 remote branches, the index, fast-forward merges, pushes and pulls, detached
/Linux-v4.19/Documentation/driver-api/
Dvme.rst269 :c:func:`vme_lm_detach` allows on to be detached from each location monitor
/Linux-v4.19/Documentation/filesystems/caching/
Dobject.txt314 This means that the object will have to be detached from the netfs's
/Linux-v4.19/Documentation/core-api/
Dprintk-formats.rst409 d - detached
/Linux-v4.19/Documentation/fb/
Dfbcon.txt206 If fbcon is detached from the console layer, your boot console driver (which is
/Linux-v4.19/kernel/sched/
Dfair.c7183 int detached = 0; in detach_tasks() local
7226 detached++; in detach_tasks()
7256 schedstat_add(env->sd->lb_gained[env->idle], detached); in detach_tasks()
7258 return detached; in detach_tasks()
/Linux-v4.19/Documentation/filesystems/
Dautofs-mount-control.txt25 because the point from which the path is constructed has been detached

12