Home
last modified time | relevance | path

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

1234567891011

/Linux-v5.10/drivers/extcon/
Dextcon-max14577.c188 * @attached: the state of cable (true:attached, false:detached)
237 ctrl1, ctrl2, attached ? "attached" : "detached"); in max14577_muic_set_path()
248 * This function check the cable state either attached or detached,
272 * detached. in max14577_muic_get_cable_type()
305 * charger cable is detached. in max14577_muic_get_cable_type()
328 attached ? "attached" : "detached", cable_type); in max14577_muic_jig_handler()
342 attached ? "attached" : "detached"); in max14577_muic_jig_handler()
361 /* Check accessory state which is either detached or attached */ in max14577_muic_adc_handler()
367 attached ? "attached" : "detached", cable_type, in max14577_muic_adc_handler()
410 * proper operation when this accessory is attached/detached. in max14577_muic_adc_handler()
[all …]
Dextcon-max8997.c188 * @attached: the state of cable (true:attached, false:detached)
227 ctrl1, ctrl2, attached ? "attached" : "detached"); in max8997_muic_set_path()
238 * This function check the cable state either attached or detached,
262 * detached. in max8997_muic_get_cable_type()
294 * charger cable is detached. in max8997_muic_get_cable_type()
331 attached ? "attached" : "detached"); in max8997_muic_handle_usb()
356 attached ? "attached" : "detached"); in max8997_muic_handle_dock()
386 /* Check cable state which is either detached or attached */ in max8997_muic_adc_handler()
442 * proper operation when this cable is attached/detached. in max8997_muic_adc_handler()
446 attached ? "attached" : "detached", cable_type); in max8997_muic_adc_handler()
[all …]
Dextcon-max77693.c250 * @attached: the state of cable (true:attached, false:detached)
290 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77693_muic_set_path()
301 * This function check the cable state either attached or detached,
330 * detached. in max77693_muic_get_cable_type()
354 * is detached. in max77693_muic_get_cable_type()
409 * charger cable is detached. in max77693_muic_get_cable_type()
459 attached ? "attached" : "detached", cable_type); in max77693_muic_dock_handler()
464 * Check power cable whether attached or detached state. in max77693_muic_dock_handler()
516 attached ? "attached" : "detached"); in max77693_muic_dock_handler()
610 attached ? "attached" : "detached"); in max77693_muic_adc_ground_handler()
[all …]
Dextcon-max77843.c241 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77843_muic_set_path()
377 attached ? "attached" : "detached", gnd_cable_type); in max77843_muic_adc_gnd_handler()
403 attached ? "attached" : "detached", gnd_cable_type); in max77843_muic_adc_gnd_handler()
417 attached ? "attached" : "detached", cable_type); in max77843_muic_jig_handler()
446 attached ? "attached" : "detached"); in max77843_muic_dock_handler()
470 attached ? "attached" : "detached", cable_type, in max77843_muic_adc_handler()
520 attached ? "attached" : "detached", cable_type); in max77843_muic_adc_handler()
525 attached ? "attached" : "detached", cable_type); in max77843_muic_adc_handler()
542 attached ? "attached" : "detached", in max77843_muic_chg_handler()
617 attached ? "attached" : "detached", chg_type); in max77843_muic_chg_handler()
Dextcon-max3355.c36 * ID = 1 means USB HOST cable detached. in max3355_id_irq()
45 * As we don't have event for USB peripheral cable detached, in max3355_id_irq()
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-v5.10/include/linux/power/
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-v5.10/tools/testing/selftests/bpf/prog_tests/
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()
/Linux-v5.10/include/linux/
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-v5.10/fs/btrfs/
Dbackref.h173 /* Link to pending, changed or detached list */
203 unsigned int detached:1; member
247 /* List of detached backref node. */
248 struct list_head detached; member
/Linux-v5.10/tools/usb/usbip/src/
Dusbip_detach.c65 info("Port %d is already detached!\n", idev->port); in detach_port()
88 info("Port %d is now detached!\n", portnum); in detach_port()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-extcon52 cables attached and HDMI and EAR_JACK cables detached.
81 device. The state value is either 0 (detached) or 1
Dsysfs-firmware-ofw10 Some device drivers use a separate detached device tree which
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.h37 * @DETACHED: all the context banks are detached.
43 DETACHED, enumerator
/Linux-v5.10/drivers/of/
Dof_private.h107 bool detached);
114 * own the devtree lock or work on detached trees only.
Dresolver.c253 * @overlay must be detached.
281 pr_err("overlay not detached\n"); in of_resolve_phandles()
/Linux-v5.10/Documentation/devicetree/bindings/extcon/
Dextcon-sm5502.txt6 attached or detached and button is pressed or released. It is interfaced to
Dextcon-usbc-cros-ec.yaml16 or USB devices when said accessories are attached or detached.
/Linux-v5.10/tools/usb/usbip/doc/
Dusbip.811 can be listed, attached and detached.
/Linux-v5.10/drivers/net/
Dtun.c148 struct tun_struct *detached; member
587 tfile->detached = tun; in tun_disable_queue()
594 struct tun_struct *tun = tfile->detached; in tun_enable_queue()
596 tfile->detached = NULL; in tun_enable_queue()
639 if (tun && !tfile->detached) { in __tun_detach()
662 } else if (tfile->detached && clean) { in __tun_detach()
752 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach()
760 if (!tfile->detached && in tun_attach()
775 if (!tfile->detached && in tun_attach()
785 if (tfile->detached) { in tun_attach()
[all …]
/Linux-v5.10/certs/
Dsystem_keyring.c214 /* The data should be detached - so we need to supply it. */ in verify_pkcs7_message_sig()
216 pr_err("PKCS#7 signature with non-detached data\n"); in verify_pkcs7_message_sig()
/Linux-v5.10/net/
Ddevres.c64 * detached. Note: the net_device used must also be resource managed by
/Linux-v5.10/tools/perf/trace/beauty/
Dclone.c38 P_FLAG(DETACHED); in clone__scnprintf_flags()
/Linux-v5.10/drivers/s390/scsi/
Dzfcp_ccw.c235 * @event: indicates if adapter was detached or attached
254 dev_warn(&cdev->dev, "The FCP device has been detached\n"); in zfcp_ccw_notify()
/Linux-v5.10/drivers/scsi/
Dscsi_dh.c161 * @sdev - SCSI device the device handler should be detached from
166 sdev_printk(KERN_NOTICE, sdev, "%s: Detached\n", sdev->handler->name); in scsi_dh_handler_detach()

1234567891011