| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/drivers/extcon/ |
| D | extcon-max14577.c | 188 * @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 …]
|
| D | extcon-max8997.c | 188 * @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 …]
|
| D | extcon-max77693.c | 250 * @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 …]
|
| 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()
|
| /kernel/liteos_a/compat/posix/src/ |
| D | pthread.c | 294 * 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-6.6/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 | 240 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77843_muic_set_path() 376 attached ? "attached" : "detached", gnd_cable_type); in max77843_muic_adc_gnd_handler() 402 attached ? "attached" : "detached", gnd_cable_type); in max77843_muic_adc_gnd_handler() 416 attached ? "attached" : "detached", cable_type); in max77843_muic_jig_handler() 445 attached ? "attached" : "detached"); in max77843_muic_dock_handler() 469 attached ? "attached" : "detached", cable_type, in max77843_muic_adc_handler() 519 attached ? "attached" : "detached", cable_type); in max77843_muic_adc_handler() 524 attached ? "attached" : "detached", cable_type); in max77843_muic_adc_handler() 541 attached ? "attached" : "detached", in max77843_muic_chg_handler() 616 attached ? "attached" : "detached", chg_type); in max77843_muic_chg_handler()
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | bpf_obj_pinning.c | 59 /* 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()
|
| 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 | 58 * 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()
|
| /kernel/liteos_a/testsuites/kernel/sample/posix/pthread/ |
| D | It_posix_pthread.c | 62 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/ |
| 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()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/include/linux/ |
| 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.
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | backref.h | 172 /* Link to pending, changed or detached list */ 202 unsigned int detached:1; member 246 /* List of detached backref node. */ 247 struct list_head detached; member
|
| /kernel/linux/linux-6.6/tools/usb/usbip/src/ |
| D | usbip_detach.c | 65 info("Port %d is already detached!\n", idev->port); in detach_port() 89 info("Port %d is now detached!\n", portnum); in detach_port()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
| D | switchdev.rst | 144 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
|
| /kernel/linux/linux-6.6/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
|