/Linux-v6.1/include/linux/ |
D | devm-helpers.h | 41 * detached. A few drivers need delayed work which must be cancelled before 42 * driver is detached to avoid accessing removed resources. 44 * cancelleation when driver is detached. 65 * Initialize work which is automatically cancelled when driver is detached. 67 * is detached to avoid accessing removed resources. 69 * cancelleation when driver is detached.
|
D | clockchips.h | 25 * 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-v6.1/drivers/extcon/ |
D | extcon-max14577.c | 189 * @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 …]
|
D | extcon-max8997.c | 191 * @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 …]
|
D | extcon-max77693.c | 251 * @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 …]
|
D | extcon-max77843.c | 241 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()
|
D | extcon-max3355.c | 35 * ID = 1 means USB HOST cable detached. in max3355_id_irq() 44 * As we don't have event for USB peripheral cable detached, in max3355_id_irq()
|
D | extcon-palmas.c | 64 dev_dbg(palmas_usb->dev, "USB cable is detached\n"); in palmas_vbus_irq_handler() 100 dev_dbg(palmas_usb->dev, "USB-HOST cable is detached\n"); in palmas_id_irq_handler() 105 dev_dbg(palmas_usb->dev, "USB-HOST cable is detached\n"); in palmas_id_irq_handler() 131 dev_dbg(palmas_usb->dev, "USB-HOST cable is detached\n"); in palmas_gpio_id_detect()
|
/Linux-v6.1/include/linux/power/ |
D | charger-manager.h | 47 * 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-v6.1/tools/testing/selftests/bpf/prog_tests/ |
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()
|
D | fexit_sleep.c | 53 * The nanosleep_fentry prog will get detached first. in test_fexit_sleep() 54 * The nanosleep_fexit prog will get detached second. in test_fexit_sleep()
|
/Linux-v6.1/Documentation/driver-api/surface_aggregator/clients/ |
D | dtx.rst | 37 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-v6.1/fs/btrfs/ |
D | backref.h | 190 /* Link to pending, changed or detached list */ 220 unsigned int detached:1; member 264 /* List of detached backref node. */ 265 struct list_head detached; member
|
/Linux-v6.1/tools/usb/usbip/src/ |
D | usbip_detach.c | 65 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-v6.1/Documentation/ABI/testing/ |
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
|
D | sysfs-firmware-ofw | 10 Some device drivers use a separate detached device tree which
|
/Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_crtc.h | 37 * @DETACHED: all the context banks are detached. 43 DETACHED, enumerator
|
/Linux-v6.1/drivers/of/ |
D | of_private.h | 109 bool detached); 116 * own the devtree lock or work on detached trees only.
|
/Linux-v6.1/drivers/net/ |
D | tun.c | 145 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() 673 } else if (tfile->detached && clean) { in __tun_detach() 766 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach() 774 if (!tfile->detached && in tun_attach() 789 if (!tfile->detached && in tun_attach() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/extcon/ |
D | siliconmitus,sm5502-muic.yaml | 15 attached or detached and button is pressed or released. It is interfaced to
|
D | extcon-usbc-cros-ec.yaml | 15 or USB devices when said accessories are attached or detached.
|
/Linux-v6.1/drivers/s390/scsi/ |
D | zfcp_ccw.c | 221 * @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-v6.1/drivers/platform/surface/ |
D | Kconfig | 145 being detached or folded back (essentially signaling when the keyboard is 160 CPU (called the clipboard) can be detached from the base (containing a
|
/Linux-v6.1/tools/usb/usbip/doc/ |
D | usbip.8 | 11 can be listed, attached and detached.
|
/Linux-v6.1/tools/perf/trace/beauty/ |
D | clone.c | 38 P_FLAG(DETACHED); in clone__scnprintf_flags()
|