Home
last modified time | relevance | path

Searched refs:removable (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices-memory12 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
Dconfigfs-usb-gadget-mass-storage21 Required if LUN is not marked as removable.
26 removable - Flag specifying that LUN shall be indicated as
27 being removable.
/Linux-v5.4/arch/arm/boot/dts/
Dzx296702-ad1.dts24 non-removable;
36 non-removable;
Ddove-d2plug.dts50 non-removable;
57 non-removable;
Ddove-d3plug.dts68 non-removable;
75 non-removable;
Dste-href.dtsi146 non-removable;
160 non-removable;
175 non-removable;
Dqcom-apq8084-ifc6540.dts25 non-removable;
Drk3288-tinker-s.dts18 non-removable;
Dbcm2835-rpi-cm1.dtsi36 non-removable;
Dtango4-vantage-1172.dts41 non-removable; /* eMMC */
Dimx6qdl-wandboard-revb1.dtsi34 non-removable;
/Linux-v5.4/drivers/usb/gadget/function/
Df_mass_storage.h11 bool removable[FSG_MAX_LUNS]; member
37 _FSG_MODULE_PARAM_ARRAY(prefix, params, removable, bool, \
90 char removable; member
Dstorage_common.c364 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-v5.4/drivers/pci/hotplug/
Dacpi_pcihp.c148 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-v5.4/fs/udf/
DKconfig10 removable USB disks. Say Y if you intend to mount DVD discs or CDRW's
11 written in packet mode, or if you want to use UDF for removable USB
/Linux-v5.4/arch/arm64/boot/dts/allwinner/
Dsun50i-h5-emlid-neutis-n5.dtsi34 non-removable;
51 non-removable;
Dsun50i-a64-olinuxino-emmc.dts20 non-removable;
/Linux-v5.4/drivers/scsi/
Dscsi_ioctl.c118 if (sdev->removable) in ioctl_internal_command()
122 if (sdev->removable) { in ioctl_internal_command()
147 if (!sdev->removable || !sdev->lockable) in scsi_set_medium_removal()
/Linux-v5.4/Documentation/usb/
Dmass-storage.rst12 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
220 1. In FSG the “removable” and “cdrom” module parameters set the flag
/Linux-v5.4/Documentation/devicetree/bindings/usb/
Dusb251xb.txt44 - 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-v5.4/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt42 - ti,non-removable: non-removable slot (like eMMC)
65 ti,non-removable;
77 ti,non-removable;
Dsdhci-st.txt34 - non-removable: Non-removable slot. Also used for configuring mmcss in STiH407 SoC
106 non-removable;
/Linux-v5.4/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh30 if ! grep -q 1 $SYSFS/devices/system/memory/memory*/removable; then
44 if grep -q 1 $memory/removable &&
/Linux-v5.4/drivers/block/paride/
Dpd.c234 int removable; /* removable media device ? */ member
736 disk->removable = pd_scratch[0] & 0x80; in pd_identify()
743 disk->removable ? "removable" : "fixed"); in pd_identify()
798 if (disk->removable) { in pd_open()
845 if (!--disk->access && disk->removable) in pd_release()
854 if (!disk->removable) in pd_check_events()
/Linux-v5.4/arch/arm64/boot/dts/broadcom/stingray/
Dstingray-board-base.dtsi37 non-removable;

12345678910>>...21