Home
last modified time | relevance | path

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

12345678910>>...37

/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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
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 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.
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/exynos/
H A Ddwmmc.txt43 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 Df_mass_storage.h11 bool removable[FSG_MAX_LUNS]; member
37 _FSG_MODULE_PARAM_ARRAY(prefix, params, removable, bool, \
90 char removable; member
H A Dstorage_common.c366 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 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()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dzx296702-ad1.dts24 non-removable;
36 non-removable;
H A Ddove-d2plug.dts50 non-removable;
57 non-removable;
H A Ddove-d3plug.dts68 non-removable;
75 non-removable;
H A Dste-href.dtsi166 non-removable;
180 non-removable;
195 non-removable;
H A Dimx6ul-imx6ull-opos6ul.dtsi62 non-removable;
72 non-removable;
H A Dsunxi-h3-h5-emlid-neutis.dtsi90 non-removable;
107 non-removable;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-panel-plugins/places/
H A Dxfce4-places-plugin_1.8.1.bb1 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 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
/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi.c456 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 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
/OK3568_Linux_fs/kernel/drivers/scsi/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dti-omap-hsmmc.txt42 - ti,non-removable: non-removable slot (like eMMC)
65 ti,non-removable;
77 ti,non-removable;
H A Dsdhci-st.txt34 - 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 Dti,wl1251.txt44 non-removable;
45 ti,non-removable;
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/
H A Dpermissions.rules19 # 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 Dsystemace.c250 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 Dsun50i-h5-orangepi-zero-plus2.dts92 non-removable;
109 non-removable;
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A 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()

12345678910>>...37