Searched refs:removable (Results 1 – 25 of 419) sorted by relevance
12345678910>>...17
| /Linux-v4.19/Documentation/ABI/testing/ |
| D | sysfs-devices-memory | 12 What: /sys/devices/system/memory/memoryX/removable 16 The file /sys/devices/system/memory/memoryX/removable 17 indicates whether this memory block is removable or not. 19 identify removable sections of the memory before attempting 48 root can toggle the the online/offline state of a removable 49 memory section (see removable file description above) 54 For example, if /sys/devices/system/memory/memory22/removable
|
| D | configfs-usb-gadget-mass-storage | 21 Required if LUN is not marked as removable. 26 removable - Flag specifying that LUN shall be indicated as 27 being removable.
|
| /Linux-v4.19/arch/arm/boot/dts/ |
| D | zx296702-ad1.dts | 23 non-removable; 35 non-removable;
|
| D | dove-d2plug.dts | 50 non-removable; 57 non-removable;
|
| D | dove-d3plug.dts | 68 non-removable; 75 non-removable;
|
| D | ste-href.dtsi | 151 non-removable; 165 non-removable; 180 non-removable;
|
| D | qcom-apq8084-ifc6540.dts | 25 non-removable;
|
| D | bcm2835-rpi-cm1.dtsi | 31 non-removable;
|
| D | tango4-vantage-1172.dts | 41 non-removable; /* eMMC */
|
| D | berlin2-sony-nsz-gs7.dts | 38 non-removable;
|
| /Linux-v4.19/drivers/usb/gadget/function/ |
| D | f_mass_storage.h | 11 bool removable[FSG_MAX_LUNS]; member 37 _FSG_MODULE_PARAM_ARRAY(prefix, params, removable, bool, \ 90 char removable; member
|
| D | storage_common.c | 364 return sprintf(buf, "%u\n", curlun->removable); in fsg_show_removable() 491 bool removable; in fsg_store_removable() local 494 ret = strtobool(buf, &removable); in fsg_store_removable() 498 curlun->removable = removable; in fsg_store_removable()
|
| /Linux-v4.19/drivers/pci/hotplug/ |
| 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()
|
| /Linux-v4.19/fs/udf/ |
| D | Kconfig | 9 removable USB disks. Say Y if you intend to mount DVD discs or CDRW's 10 written in packet mode, or if you want to use UDF for removable USB
|
| /Linux-v4.19/drivers/scsi/ |
| D | scsi_ioctl.c | 117 if (sdev->removable) in ioctl_internal_command() 121 if (sdev->removable) { in ioctl_internal_command() 146 if (!sdev->removable || !sdev->lockable) in scsi_set_medium_removal()
|
| /Linux-v4.19/Documentation/usb/ |
| D | mass-storage.txt | 7 to read-only, and gadget can indicate that it is removable and/or 50 - removable=b[,b...] 53 removable. “b” here is either “y”, “Y” or “1” for true or “n”, 63 If a logical unit is not removable (the default), a backing file 75 Note that “removable” means the logical unit's media can be 104 MS Windows mounts removable storage in “Removal optimised mode” by 158 logical unit is removable), the content is empty. 162 not specified as removable (but that may look strange to the 211 1. In FSG the “removable” and “cdrom” module parameters set the flag
|
| /Linux-v4.19/Documentation/devicetree/bindings/usb/ |
| D | usb251xb.txt | 44 - non-removable-ports : Should specify the ports which have a non-removable 56 - sp-max-removable-current-microamp: Specifies max current consumed by the hub 60 - bp-max-removable-current-microamp: Specifies max current consumed by the hub
|
| /Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
| D | ti-omap-hsmmc.txt | 42 - ti,non-removable: non-removable slot (like eMMC) 65 ti,non-removable; 77 ti,non-removable;
|
| D | sdhci-st.txt | 34 - non-removable: Non-removable slot. Also used for configuring mmcss in STiH407 SoC 106 non-removable;
|
| /Linux-v4.19/drivers/block/paride/ |
| D | pd.c | 234 int removable; /* removable media device ? */ member 710 disk->removable = pd_scratch[0] & 0x80; in pd_identify() 717 disk->removable ? "removable" : "fixed"); in pd_identify() 764 if (disk->removable) { in pd_open() 811 if (!--disk->access && disk->removable) in pd_release() 820 if (!disk->removable) in pd_check_events()
|
| /Linux-v4.19/tools/testing/selftests/memory-hotplug/ |
| D | mem-on-off-test.sh | 30 if ! grep -q 1 $SYSFS/devices/system/memory/memory*/removable; then 44 if grep -q 1 $memory/removable &&
|
| /Linux-v4.19/arch/arm64/boot/dts/amlogic/ |
| D | meson-gxbb-vega-s95.dtsi | 131 non-removable; 173 non-removable;
|
| D | meson-gxl-s805x-p241.dts | 165 non-removable; 184 non-removable;
|
| /Linux-v4.19/arch/arm64/boot/dts/broadcom/stingray/ |
| D | stingray-board-base.dtsi | 37 non-removable;
|
| /Linux-v4.19/Documentation/devicetree/bindings/net/wireless/ |
| D | esp,esp8089.txt | 23 non-removable;
|
12345678910>>...17