Searched refs:removable (Results 1 – 25 of 796) sorted by relevance
12345678910>>...32
/linux-6.6.21/Documentation/ABI/testing/ |
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.
|
D | sysfs-devices-removable | 1 What: /sys/devices/.../removable 11 "removable" device can be removed from the platform by the user
|
/linux-6.6.21/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 | 367 return sprintf(buf, "%u\n", curlun->removable); in fsg_show_removable() 494 bool removable; in fsg_store_removable() local 497 ret = kstrtobool(buf, &removable); in fsg_store_removable() 501 curlun->removable = removable; in fsg_store_removable()
|
/linux-6.6.21/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-6.6.21/fs/udf/ |
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
|
/linux-6.6.21/arch/arm/boot/dts/marvell/ |
D | dove-d2plug.dts | 50 non-removable; 57 non-removable;
|
D | dove-d3plug.dts | 61 non-removable; 68 non-removable;
|
/linux-6.6.21/Documentation/devicetree/bindings/net/wireless/ |
D | ti,wl1251.txt | 44 non-removable; 45 ti,non-removable;
|
/linux-6.6.21/Documentation/usb/ |
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
|
/linux-6.6.21/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;
|
D | sdhci-omap.txt | 32 - ti,non-removable: Compatible with the generic non-removable property
|
/linux-6.6.21/arch/arm/boot/dts/nxp/imx/ |
D | imx6ul-imx6ull-opos6ul.dtsi | 62 non-removable; 72 non-removable;
|
D | imx6qdl-apf6.dtsi | 67 non-removable; 88 non-removable;
|
/linux-6.6.21/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h5-orangepi-zero-plus2.dts | 92 non-removable; 109 non-removable;
|
D | sun50i-h5-nanopi-neo-plus2.dts | 122 non-removable; 136 non-removable;
|
D | sun50i-h6-tanix.dtsi | 136 non-removable; 144 non-removable;
|
/linux-6.6.21/arch/arm/boot/dts/allwinner/ |
D | sunxi-h3-h5-emlid-neutis.dtsi | 90 non-removable; 107 non-removable;
|
D | sun8i-h3-nanopi-r1.dts | 101 non-removable; 119 non-removable;
|
/linux-6.6.21/arch/arm/boot/dts/st/ |
D | ste-href.dtsi | 182 non-removable; 196 non-removable; 213 non-removable;
|
/linux-6.6.21/arch/arm64/boot/dts/nvidia/ |
D | tegra194-p3668-0001.dtsi | 17 non-removable;
|
/linux-6.6.21/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-6.6.21/Documentation/devicetree/bindings/usb/ |
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:
|
/linux-6.6.21/arch/arm/boot/dts/qcom/ |
D | qcom-apq8084-ifc6540.dts | 27 non-removable;
|
12345678910>>...32