/openbmc/qemu/tests/qemu-iotests/ |
H A D | 186.out | 11 Removable device: not locked, tray closed 19 Removable device: not locked, tray closed 27 Removable device: not locked, tray closed 35 Removable device: not locked, tray closed 43 Removable device: not locked, tray closed 51 Removable device: not locked, tray closed 110 Removable device: not locked, tray closed 119 Removable device: not locked, tray closed 128 Removable device: not locked, tray closed 137 Removable device: not locked, tray closed [all …]
|
H A D | 172.out | 65 Removable device: not locked, tray closed 70 Removable device: not locked, tray closed 115 Removable device: not locked, tray closed 120 Removable device: not locked, tray closed 124 Removable device: not locked, tray closed 169 Removable device: not locked, tray closed 174 Removable device: not locked, tray closed 179 Removable device: not locked, tray closed 253 Removable device: not locked, tray closed 258 Removable device: not locked, tray closed [all …]
|
H A D | 186 | 75 removable="floppy ide-cd scsi-cd" 82 for dev in $removable; do 91 for dev in $fixed $removable; do 102 for dev in $fixed $removable; do 110 for dev in $fixed $removable; do 121 for dev in $removable; do
|
/openbmc/u-boot/doc/device-tree-bindings/exynos/ |
H A D | dwmmc.txt | 43 samsung,removable = <1>; 51 . The 'removable' flag indicates whether the the particilar device 52 cannot be removed (always present) or it is a removable device. 53 1 - Indicates that the device is removable.
|
/openbmc/linux/Documentation/usb/ |
H A D | mass-storage.rst | 12 to read-only, and gadget can indicate that it is removable and/or 56 - removable=b[,b...] 59 removable. “b” here is either “y”, “Y” or “1” for true or “n”, 69 If a logical unit is not removable (the default), a backing file 81 Note that “removable” means the logical unit's media can be 110 MS Windows mounts removable storage in “Removal optimised mode” by 165 logical unit is removable), the content is empty. 169 not specified as removable (but that may look strange to the 229 1. In FSG the “removable” and “cdrom” module parameters set the flag
|
/openbmc/phosphor-misc/usb-ctrl/ |
H A D | usb-ctrl | 90 local removable= 101 removable=0 106 removable=1 112 removable=1 117 removable=1 124 removable=1 130 echo $removable > "${usb_gadget_syspath}/removable"
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_mass_storage.h | 11 bool removable[FSG_MAX_LUNS]; member 37 _FSG_MODULE_PARAM_ARRAY(prefix, params, removable, bool, \ 38 "true to simulate removable media"); \ 90 char removable; member
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-usb-gadget-mass-storage | 24 Required if LUN is not marked as removable. 29 removable Flag specifying that LUN shall be indicated as 30 being removable.
|
H A D | sysfs-devices-removable | 1 What: /sys/devices/.../removable 11 "removable" device can be removed from the platform by the user
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | ti-omap-hsmmc.txt | 42 - ti,non-removable: non-removable slot (like eMMC) 65 ti,non-removable; 77 ti,non-removable;
|
H A D | sdhci-st.txt | 34 - non-removable: Non-removable slot. Also used for configuring mmcss in STiH407 SoC 106 non-removable;
|
H A D | sdhci-omap.txt | 32 - ti,non-removable: Compatible with the generic non-removable property
|
H A D | mmc-controller.yaml | 47 non-removable: 50 Non-removable slot (like eMMC); assume always present. 262 For non-removable eMMC, enforce this driver type. The value is 363 fixed-emmc-driver-type: [ non-removable ] 377 non-removable;
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/places/ |
H A D | xfce4-places-plugin_1.8.3.bb | 1 SUMMARY = "Menu for quick access to folders, documents and removable media" 2 DESCRIPTION = "Panel plugin displaying menu with quick access to folders, documents and removable m…
|
/openbmc/qemu/docs/system/ |
H A D | images.rst | 43 order to use VM snapshots, you must have at least one non removable and 65 state info is stored in the first ``qcow2`` non removable and writable 79 - They cannot cope with removable devices if they are removed or
|
/openbmc/linux/fs/udf/ |
H A D | Kconfig | 12 removable USB disks. Say Y if you intend to mount DVD discs or CDRW's 13 written in packet mode, or if you want to use UDF for removable USB
|
/openbmc/qemu/hw/usb/ |
H A D | dev-storage-classic.c | 60 scsi_dev = scsi_bus_legacy_add_drive(&s->bus, blk, 0, !!s->removable, in usb_msd_storage_realize() 73 DEFINE_PROP_BOOL("removable", MSDState, removable, false),
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | dove-d2plug.dts | 50 non-removable; 57 non-removable;
|
H A D | dove-d3plug.dts | 61 non-removable; 68 non-removable;
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | usb251xb.yaml | 175 non-removable-ports: 178 Should specify the ports which have a non-removable device connected. 208 sp-max-removable-current-microamp: 217 bp-max-removable-current-microamp:
|
/openbmc/linux/Documentation/devicetree/bindings/net/wireless/ |
H A D | ti,wl1251.txt | 44 non-removable; 45 ti,non-removable;
|
/openbmc/u-boot/drivers/mmc/ |
H A D | hi6220_dw_mmc.c | 35 /* use non-removable property for differentiating SD card and eMMC */ in hi6220_dwmmc_ofdata_to_platdata() 36 if (dev_read_bool(dev, "non-removable")) in hi6220_dwmmc_ofdata_to_platdata()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | acpi_pcihp.c | 148 unsigned long long removable; in pcihp_is_ejectable() local 153 status = acpi_evaluate_integer(handle, "_RMV", NULL, &removable); in pcihp_is_ejectable() 154 if (ACPI_SUCCESS(status) && removable) in pcihp_is_ejectable()
|
/openbmc/u-boot/drivers/scsi/ |
H A D | scsi.c | 451 dev_desc->removable = false; in scsi_init_dev_desc_priv() 519 if ((modi & 0x80) == 0x80) /* drive is removable */ in scsi_detect_dev() 520 dev_desc->removable = true; in scsi_detect_dev() 534 if (dev_desc->removable) { in scsi_detect_dev() 536 goto removable; in scsi_detect_dev() 549 removable: in scsi_detect_dev() 590 bdesc->removable = bd.removable; in do_scsi_scan_one()
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-h3-orangepi-pc-plus.dts | 59 non-removable; 76 non-removable;
|