/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | luks-detached-header | 4 # Test LUKS volume with detached header 96 # 2. Create the LUKS disk with detached header (raw) 98 # Create detached LUKS header 109 # Create detached LUKS raw payload 120 # Format LUKS disk with detached header 136 # 3. Create the LUKS disk with detached header (qcow2) 138 # Create detached LUKS header using qemu-img 147 "detached-header=true", 152 # Create detached LUKS qcow2 payload 176 self.assertEqual(data["data"]["detached-header"], False) [all …]
|
/openbmc/linux/include/linux/ |
H A 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.
|
H A 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.
|
/openbmc/qemu/docs/devel/ |
H A D | luks-detached-header.rst | 2 LUKS volume with detached header 8 This document gives an overview of the design of LUKS volume with detached 28 With a detached LUKS header, you need 2 disks so getting: 59 backup detached header 65 LUKS volume with detached header is shown in the diagram below. 97 Create a LUKS disk with a detached header using qemu-img 104 -o detached-header=true test-header.img 109 Set up a VM's LUKS volume with a detached header 131 Add LUKS volume to a VM with a detached header 182 1. Support the shared detached LUKS header within the VM.
|
H A D | crypto.rst | 10 luks-detached-header
|
/openbmc/linux/drivers/extcon/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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()
|
H A 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()
|
H A D | extcon-palmas.c | 63 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()
|
/openbmc/qemu/nbd/ |
H A D | client-connection.c | 61 bool detached; /* thread is detached and should cleanup the state */ member 180 while (!conn->detached) { in connect_thread_func() 213 if (conn->do_retry && !conn->detached) { in connect_thread_func() 238 do_free = conn->detached; in connect_thread_func() 258 assert(!conn->detached); in nbd_client_connection_release() 260 conn->detached = true; in nbd_client_connection_release()
|
/openbmc/linux/include/linux/power/ |
H A 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.
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|
H A 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()
|
H A 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()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 210.out | 21 detached header: false 74 detached header: false 130 detached header: false 201 detached header: false
|
H A D | 198.out | 42 detached header: false 88 detached header: false
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/ |
H A 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
|
/openbmc/linux/tools/usb/usbip/src/ |
H A 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()
|
/openbmc/qemu/block/ |
H A D | crypto.h | 44 #define BLOCK_CRYPTO_OPT_LUKS_DETACHED_HEADER "detached-header" 108 .help = "Create a detached LUKS header", \
|
/openbmc/linux/Documentation/ABI/testing/ |
H A 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
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A 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
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_crtc.h | 37 * @DETACHED: all the context banks are detached. 43 DETACHED, enumerator
|
/openbmc/linux/drivers/of/ |
H A D | of_private.h | 116 bool detached); 123 * own the devtree lock or work on detached trees only.
|