Home
last modified time | relevance | path

Searched full:detached (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/linux/include/linux/
H A Ddevm-helpers.h41 * detached. A few drivers need delayed work which must be cancelled before
42 * driver is detached to avoid accessing removed resources.
44 * cancellation when driver is detached.
65 * Initialize work which is automatically cancelled when driver is detached.
67 * is detached to avoid accessing removed resources.
69 * cancellation when driver is detached.
H A Dclockchips.h25 * DETACHED: Device is not used by clockevents core. Initial state or can be
29 * reached from DETACHED or SHUTDOWN.
31 * from DETACHED or SHUTDOWN.
/linux/drivers/extcon/
H A Dextcon-max14577.c189 * @attached: the state of cable (true:attached, false:detached)
238 ctrl1, ctrl2, attached ? "attached" : "detached"); in max14577_muic_set_path()
249 * This function check the cable state either attached or detached,
273 * detached. in max14577_muic_get_cable_type()
306 * charger cable is detached. in max14577_muic_get_cable_type()
329 attached ? "attached" : "detached", cable_type); in max14577_muic_jig_handler()
343 attached ? "attached" : "detached"); in max14577_muic_jig_handler()
362 /* Check accessory state which is either detached or attached */ in max14577_muic_adc_handler()
368 attached ? "attached" : "detached", cable_type, in max14577_muic_adc_handler()
411 * proper operation when this accessory is attached/detached. in max14577_muic_adc_handler()
[all …]
H A Dextcon-max8997.c191 * @attached: the state of cable (true:attached, false:detached)
230 ctrl1, ctrl2, attached ? "attached" : "detached"); in max8997_muic_set_path()
241 * This function check the cable state either attached or detached,
265 * detached. in max8997_muic_get_cable_type()
297 * charger cable is detached. in max8997_muic_get_cable_type()
334 attached ? "attached" : "detached"); in max8997_muic_handle_usb()
359 attached ? "attached" : "detached"); in max8997_muic_handle_dock()
389 /* Check cable state which is either detached or attached */ in max8997_muic_adc_handler()
445 * proper operation when this cable is attached/detached. in max8997_muic_adc_handler()
449 attached ? "attached" : "detached", cable_type); in max8997_muic_adc_handler()
[all …]
H A Dextcon-max77693.c251 * @attached: the state of cable (true:attached, false:detached)
291 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77693_muic_set_path()
302 * This function check the cable state either attached or detached,
331 * detached. in max77693_muic_get_cable_type()
355 * is detached. in max77693_muic_get_cable_type()
410 * charger cable is detached. in max77693_muic_get_cable_type()
460 attached ? "attached" : "detached", cable_type); in max77693_muic_dock_handler()
465 * Check power cable whether attached or detached state. in max77693_muic_dock_handler()
517 attached ? "attached" : "detached"); in max77693_muic_dock_handler()
611 attached ? "attached" : "detached"); in max77693_muic_adc_ground_handler()
[all …]
H A Dextcon-palmas.c63 dev_dbg(palmas_usb->dev, "USB cable is detached\n"); in palmas_vbus_irq_handler()
99 dev_dbg(palmas_usb->dev, "USB-HOST cable is detached\n"); in palmas_id_irq_handler()
104 dev_dbg(palmas_usb->dev, "USB-HOST cable is detached\n"); in palmas_id_irq_handler()
130 dev_dbg(palmas_usb->dev, "USB-HOST cable is detached\n"); in palmas_gpio_id_detect()
/linux/include/linux/power/
H A Dcharger-manager.h47 * But if charger cable is detached, disable charger.
49 * (External Connector) when charger cable is attached/detached.
52 * false: the charger cable is detached
92 * in the array of charger cables is attached/detached.
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c59 /* create O_PATH fd for detached mount */ in bpf_obj_pinning_detached()
64 /* If we wanted to expose detached mount in the file system, we'd do in bpf_obj_pinning_detached()
79 /* pin BPF map into detached BPF FS through mnt_fd */ in bpf_obj_pinning_detached()
86 /* get BPF map from detached BPF FS through mnt_fd */ in bpf_obj_pinning_detached()
261 if (test__start_subtest("detached")) in test_bpf_obj_pinning()
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()
H A Dfexit_sleep.c58 * The nanosleep_fentry prog will get detached first. in test_fexit_sleep()
59 * The nanosleep_fexit prog will get detached second. in test_fexit_sleep()
/linux/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst37 detached, optionally (model dependent) housing the discrete GPU (dGPU).
41 operation and allowing it to be detached when requested.
94 can be detached from the base. This is the exact behavior as without
99 clipboard cannot be detached from the base. Furthermore, the EC sends
265 - Base has been detached/is not present.
379 attached, detached, or detachment has become infeasible due to low clipboard
636 Get the current base connection state (i.e. attached/detached) and the type
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dswitchdev.rst144 hw_addr 00:00:00:00:00:00 state inactive opstate detached
151 hw_addr 00:00:00:00:00:00 state inactive opstate detached
224 hw_addr 00:00:00:00:88:88 state inactive opstate detached
233 hw_addr 00:00:00:00:88:88 state active opstate detached
/linux/tools/usb/usbip/src/
H A Dusbip_detach.c65 info("Port %d is already detached!\n", idev->port); in detach_port()
89 info("Port %d is now detached!\n", portnum); in detach_port()
/linux/tools/testing/selftests/net/
H A Dnl_netdev.py71 detached = [pp for pp in pp_list if "detach-time" in pp]
73 ksft_eq(len(detached), 1)
/linux/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
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.h37 * @DETACHED: all the context banks are detached.
43 DETACHED, enumerator
/linux/tools/testing/vma/
H A Dvma_internal.h217 /* Flag to indicate areas detached from the mm->mm_mt tree */
218 bool detached; member
415 static inline void vma_mark_detached(struct vm_area_struct *vma, bool detached) in vma_mark_detached() argument
418 if (detached) in vma_mark_detached()
420 vma->detached = detached; in vma_mark_detached()
/linux/fs/btrfs/
H A Dbackref.h324 /* Link to pending, changed or detached list */
354 unsigned int detached:1; member
398 /* List of detached backref node. */
399 struct list_head detached; member
/linux/drivers/pci/pwrctl/
H A Dcore.c115 * is only called when the power control device is being detached. If in pci_pwrctl_device_unset_ready()
116 * it is being detached then the child PCI device must have already in pci_pwrctl_device_unset_ready()
/linux/drivers/net/
H A Dtun.c147 struct tun_struct *detached; member
595 tfile->detached = tun; in tun_disable_queue()
602 struct tun_struct *tun = tfile->detached; in tun_enable_queue()
604 tfile->detached = NULL; in tun_enable_queue()
643 if (!tfile->detached) in __tun_detach()
648 if (tun && !tfile->detached) { in __tun_detach()
674 } else if (tfile->detached && clean) { in __tun_detach()
767 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach()
775 if (!tfile->detached && in tun_attach()
790 if (!tfile->detached && in tun_attach()
[all …]
/linux/Documentation/netlink/specs/
H A Dnetdev.yaml162 Seconds in CLOCK_BOOTTIME of when Page Pool was detached by
163 the driver. Once detached Page Pool can no longer be used to
166 before truly disappearing. "Detached" Page Pools cannot be
168 Attribute is absent if Page Pool has not been detached, and
/linux/drivers/of/
H A Dof_private.h119 bool detached);
126 * own the devtree lock or work on detached trees only.
/linux/mm/
H A Dvma.h216 * @mas_detach: The maple state with the detached maple tree
218 * Reattach any detached vmas and free up the maple tree used to track the vmas.
235 * @mas_detach: The maple state with the detached maple tree
237 * Reattach any detached vmas, free up the maple tree used to track the vmas.
/linux/drivers/s390/scsi/
H A Dzfcp_ccw.c221 * @event: indicates if adapter was detached or attached
235 dev_warn(&cdev->dev, "The FCP device has been detached\n"); in zfcp_ccw_notify()
/linux/drivers/platform/surface/
H A DKconfig145 being detached or folded back (essentially signaling when the keyboard is
160 CPU (called the clipboard) can be detached from the base (containing a

12345678910>>...13