Home
last modified time | relevance | path

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

12345678910>>...19

/u-boot/drivers/block/
A Dhost-uclass.c32 int host_create_device(const char *label, bool removable, struct udevice **devp) in host_create_device() argument
70 desc->removable = removable; in host_create_device()
98 bool removable, struct udevice **devp) in host_create_attach_file() argument
103 ret = host_create_device(label, removable, &dev); in host_create_attach_file()
/u-boot/include/
A Dsandbox_host.h80 int host_create_device(const char *label, bool removable,
94 bool removable, struct udevice **devp);
/u-boot/doc/device-tree-bindings/exynos/
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.
/u-boot/arch/arm/dts/
A Dimx23-olinuxino-u-boot.dtsi4 non-removable;
A Dam335x-boneblack-common.dtsi22 non-removable;
A Dste-ux500-samsung-stemmy.dts23 non-removable;
A Darmada-388-clearfog-u-boot.dtsi13 non-removable; /* assume that the card is always present, required for eMMC variant */
A Drk3288-tinker-s.dts22 non-removable;
A Dam335x-brppt1-mmc.dts114 ti,non-removable;
123 ti,non-removable;
A Drk3588-edgeble-neu6a.dtsi27 non-removable;
A Dsun50i-a64-olinuxino-emmc.dts18 non-removable;
A Dbcm2835-rpi-cm1.dtsi36 non-removable;
A Dsun7i-a20-olinuxino-lime-emmc.dts23 non-removable;
A Dimx6ul-imx6ull-opos6ul.dtsi62 non-removable;
72 non-removable;
A Dsun50i-h5-orangepi-zero-plus2.dts92 non-removable;
109 non-removable;
A Dimx6qdl-wandboard-revb1.dtsi34 non-removable;
A Dmt7986a-bpi-r3-emmc.dts30 non-removable;
A Drk3588-rock-5b.dts34 non-removable;
A Darmada-7040-db.dts167 non-removable;
174 non-removable;
A Dsunxi-h3-h5-emlid-neutis.dtsi90 non-removable;
107 non-removable;
A Dsun7i-a20-olimex-som-evb-emmc.dts27 non-removable;
/u-boot/test/dm/
A Dhost.c61 ut_asserteq(true, desc->removable); in dm_test_host()
126 ut_asserteq(true, desc->removable); in dm_test_cmd_host()
139 ut_asserteq(false, desc->removable); in dm_test_cmd_host()
/u-boot/cmd/
A Dhost.c44 bool removable = false; in do_host_bind() local
57 removable = true; in do_host_bind()
67 ret = host_create_attach_file(label, file, removable, &dev); in do_host_bind()
/u-boot/doc/device-tree-bindings/mmc/
A Dsandbox,mmc.txt17 non-removable;
/u-boot/drivers/scsi/
A Dscsi.c448 dev_desc->removable = false; in scsi_init_dev_desc_priv()
515 dev_desc->removable = true; in scsi_detect_dev()
534 if (dev_desc->removable) { in scsi_detect_dev()
536 goto removable; in scsi_detect_dev()
549 removable: in scsi_detect_dev()
594 bdesc->removable = bd.removable; in do_scsi_scan_one()

Completed in 15 milliseconds

12345678910>>...19