Home
last modified time | relevance | path

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

12345678910>>...20

/kernel/linux/linux-4.19/drivers/extcon/
Dextcon-max14577.c198 * @attached: the state of cable (true:attached, false:detached)
247 ctrl1, ctrl2, attached ? "attached" : "detached"); in max14577_muic_set_path()
258 * This function check the cable state either attached or detached,
282 * detached. in max14577_muic_get_cable_type()
315 * charger cable is detached. in max14577_muic_get_cable_type()
338 attached ? "attached" : "detached", cable_type); in max14577_muic_jig_handler()
352 attached ? "attached" : "detached"); in max14577_muic_jig_handler()
371 /* Check accessory state which is either detached or attached */ in max14577_muic_adc_handler()
377 attached ? "attached" : "detached", cable_type, in max14577_muic_adc_handler()
420 * proper operation when this accessory is attached/detached. in max14577_muic_adc_handler()
[all …]
Dextcon-max8997.c198 * @attached: the state of cable (true:attached, false:detached)
237 ctrl1, ctrl2, attached ? "attached" : "detached"); in max8997_muic_set_path()
248 * This function check the cable state either attached or detached,
272 * detached. in max8997_muic_get_cable_type()
304 * charger cable is detached. in max8997_muic_get_cable_type()
341 attached ? "attached" : "detached"); in max8997_muic_handle_usb()
366 attached ? "attached" : "detached"); in max8997_muic_handle_dock()
396 /* Check cable state which is either detached or attached */ in max8997_muic_adc_handler()
452 * proper operation when this cable is attached/detached. in max8997_muic_adc_handler()
456 attached ? "attached" : "detached", cable_type); in max8997_muic_adc_handler()
[all …]
Dextcon-max77693.c260 * @attached: the state of cable (true:attached, false:detached)
300 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77693_muic_set_path()
311 * This function check the cable state either attached or detached,
340 * detached. in max77693_muic_get_cable_type()
364 * is detached. in max77693_muic_get_cable_type()
419 * charger cable is detached. in max77693_muic_get_cable_type()
469 attached ? "attached" : "detached", cable_type); in max77693_muic_dock_handler()
474 * Check power cable whether attached or detached state. in max77693_muic_dock_handler()
526 attached ? "attached" : "detached"); in max77693_muic_dock_handler()
620 attached ? "attached" : "detached"); in max77693_muic_adc_ground_handler()
[all …]
Dextcon-max77843.c246 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77843_muic_set_path()
382 attached ? "attached" : "detached", gnd_cable_type); in max77843_muic_adc_gnd_handler()
408 attached ? "attached" : "detached", gnd_cable_type); in max77843_muic_adc_gnd_handler()
422 attached ? "attached" : "detached", cable_type); in max77843_muic_jig_handler()
451 attached ? "attached" : "detached"); in max77843_muic_dock_handler()
475 attached ? "attached" : "detached", cable_type, in max77843_muic_adc_handler()
525 attached ? "attached" : "detached", cable_type); in max77843_muic_adc_handler()
530 attached ? "attached" : "detached", cable_type); in max77843_muic_adc_handler()
547 attached ? "attached" : "detached", in max77843_muic_chg_handler()
622 attached ? "attached" : "detached", chg_type); in max77843_muic_chg_handler()
Dextcon-max3355.c39 * ID = 1 means USB HOST cable detached. in max3355_id_irq()
48 * As we don't have event for USB peripheral cable detached, in max3355_id_irq()
Dextcon-palmas.c74 dev_dbg(palmas_usb->dev, "USB cable is detached\n"); in palmas_vbus_irq_handler()
110 dev_dbg(palmas_usb->dev, "USB-HOST cable is detached\n"); in palmas_id_irq_handler()
115 dev_dbg(palmas_usb->dev, "USB-HOST cable is detached\n"); in palmas_id_irq_handler()
141 dev_dbg(palmas_usb->dev, "USB-HOST cable is detached\n"); in palmas_gpio_id_detect()
/kernel/liteos_a/compat/posix/src/
Dpthread.c294 * If we are already detached, go to EXITED state, otherwise in pthread_exit()
413 * Set the detachstate of the thread to "detached". The thread then does not
421 _pthread_data *detached = NULL; in pthread_detach() local
426 detached = pthread_get_data(thread); in pthread_detach()
427 if (detached == NULL) { in pthread_detach()
429 } else if (detached->state == PTHREAD_STATE_DETACHED) { in pthread_detach()
430 ret = EINVAL; /* Already detached! */ in pthread_detach()
431 } else if (detached->state == PTHREAD_STATE_JOIN) { in pthread_detach()
432 detached->state = PTHREAD_STATE_EXITED; in pthread_detach()
435 /* Set state to detached and kick any joinees to make them return. */ in pthread_detach()
[all …]
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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.
/kernel/linux/linux-4.19/include/linux/power/
Dcharger-manager.h55 * But if charger cable is detached, disable charger.
57 * (External Connector) when charger cable is attached/detached.
60 * false: the charger cable is detached
99 * in the array of charger cables is attached/detached.
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/
DIt_posix_pthread.c62 CASE_POS(1, 0, 0, 0, 0, 0, 0, 0, "detached"),
76 CASE_POS(1, 0, 0, 0, 0, 1, 0, 0, "Detached, Alternative stack"),
77 CASE_POS(1, 0, 0, 0, 0, 0, 1, 1, "Detached, Min stack size, no guard"),
78 CASE_UNK(1, 0, 0, 0, 0, 0, 2, 1, "Detached, Min stack size, 1p guard"),
105 if (g_scenarii[i].detached == 1) { in ScenarInit()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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.
/kernel/linux/linux-4.19/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.
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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
/kernel/linux/linux-5.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
/kernel/linux/linux-4.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
/kernel/linux/linux-4.19/tools/usb/usbip/src/
Dusbip_detach.c77 info("Port %d is already detached!\n", idev->port); in detach_port()
100 info("Port %d is now detached!\n", portnum); in detach_port()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.h37 * @DETACHED: all the context banks are detached.
43 DETACHED, enumerator

12345678910>>...20