| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A 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 49 root can toggle the the online/offline state of a removable 50 memory section (see removable file description above) 56 For example, if /sys/devices/system/memory/memory22/removable
|
| 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.
|
| /OK3568_Linux_fs/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.
|
| /OK3568_Linux_fs/kernel/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, \ 90 char removable; member
|
| H A D | storage_common.c | 366 return sprintf(buf, "%u\n", curlun->removable); in fsg_show_removable() 493 bool removable; in fsg_store_removable() local 496 ret = strtobool(buf, &removable); in fsg_store_removable() 500 curlun->removable = removable; in fsg_store_removable()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | zx296702-ad1.dts | 24 non-removable; 36 non-removable;
|
| H A D | dove-d2plug.dts | 50 non-removable; 57 non-removable;
|
| H A D | dove-d3plug.dts | 68 non-removable; 75 non-removable;
|
| H A D | ste-href.dtsi | 166 non-removable; 180 non-removable; 195 non-removable;
|
| H A D | imx6ul-imx6ull-opos6ul.dtsi | 62 non-removable; 72 non-removable;
|
| H A D | sunxi-h3-h5-emlid-neutis.dtsi | 90 non-removable; 107 non-removable;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-panel-plugins/places/ |
| H A D | xfce4-places-plugin_1.8.1.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…
|
| /OK3568_Linux_fs/kernel/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 220 1. In FSG the “removable” and “cdrom” module parameters set the flag
|
| /OK3568_Linux_fs/u-boot/drivers/scsi/ |
| H A D | scsi.c | 456 dev_desc->removable = false; in scsi_init_dev_desc_priv() 526 dev_desc->removable = true; in scsi_detect_dev() 540 if (dev_desc->removable) { in scsi_detect_dev() 542 goto removable; in scsi_detect_dev() 555 removable: in scsi_detect_dev() 596 bdesc->removable = bd.removable; in do_scsi_scan_one()
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | Kconfig | 10 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
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_ioctl.c | 118 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()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | usb251xb.txt | 45 - 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
|
| /OK3568_Linux_fs/kernel/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;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/wireless/ |
| H A D | ti,wl1251.txt | 44 non-removable; 45 ti,non-removable;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/ |
| H A D | permissions.rules | 19 # the aacraid driver is broken and reports that disks removable (see #404927) 20 SUBSYSTEM=="block", ATTRS{removable}=="1", \ 22 # all block devices on these buses are "removable"
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | systemace.c | 250 bdesc->removable = 1; in systemace_bind() 282 systemace_dev.removable = 1; in systemace_get_dev()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h5-orangepi-zero-plus2.dts | 92 non-removable; 109 non-removable;
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | pd.c | 234 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()
|