Home
last modified time | relevance | path

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

12345678910>>...26

/Linux-v5.15/Documentation/ABI/testing/
Dconfigfs-usb-gadget-mass-storage24 Required if LUN is not marked as removable.
29 removable Flag specifying that LUN shall be indicated as
30 being removable.
Dsysfs-devices-removable1 What: /sys/devices/.../removable
10 "removable": device can be removed from the platform by the user
/Linux-v5.15/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.15/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.15/arch/arm/boot/dts/
Ddove-d2plug.dts50 non-removable;
57 non-removable;
Ddove-d3plug.dts68 non-removable;
75 non-removable;
Dimx6ul-imx6ull-opos6ul.dtsi62 non-removable;
72 non-removable;
Dsunxi-h3-h5-emlid-neutis.dtsi90 non-removable;
107 non-removable;
Dste-href.dtsi151 non-removable;
165 non-removable;
182 non-removable;
Dimx6qdl-apf6.dtsi67 non-removable;
88 non-removable;
Dsun8i-h3-nanopi-r1.dts101 non-removable;
119 non-removable;
Dqcom-apq8084-ifc6540.dts25 non-removable;
/Linux-v5.15/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.15/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.15/Documentation/devicetree/bindings/net/wireless/
Dti,wl1251.txt44 non-removable;
45 ti,non-removable;
/Linux-v5.15/Documentation/devicetree/bindings/usb/
Dusb251xb.txt45 - non-removable-ports : Should specify the ports which have a non-removable
57 - sp-max-removable-current-microamp: Specifies max current consumed by the hub
61 - bp-max-removable-current-microamp: Specifies max current consumed by the hub
/Linux-v5.15/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.15/arch/arm64/boot/dts/allwinner/
Dsun50i-h5-orangepi-zero-plus2.dts92 non-removable;
109 non-removable;
Dsun50i-h5-nanopi-neo-plus2.dts122 non-removable;
136 non-removable;
/Linux-v5.15/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.15/include/linux/
Ddevice.h563 enum device_removable removable; member
802 enum device_removable removable) in dev_set_removable() argument
804 dev->removable = removable; in dev_set_removable()
809 return dev->removable == DEVICE_REMOVABLE; in dev_is_removable()
814 return dev->removable != DEVICE_REMOVABLE_NOT_SUPPORTED; in dev_removable_is_valid()
/Linux-v5.15/arch/arm64/boot/dts/nvidia/
Dtegra194-p3668-0001.dtsi17 non-removable;
/Linux-v5.15/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 &&

12345678910>>...26