Searched refs:removable (Results 1 – 25 of 455) sorted by relevance
12345678910>>...19
| /u-boot/drivers/block/ |
| A D | host-uclass.c | 32 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 D | sandbox_host.h | 80 int host_create_device(const char *label, bool removable, 94 bool removable, struct udevice **devp);
|
| /u-boot/doc/device-tree-bindings/exynos/ |
| 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.
|
| /u-boot/arch/arm/dts/ |
| A D | imx23-olinuxino-u-boot.dtsi | 4 non-removable;
|
| A D | am335x-boneblack-common.dtsi | 22 non-removable;
|
| A D | ste-ux500-samsung-stemmy.dts | 23 non-removable;
|
| A D | armada-388-clearfog-u-boot.dtsi | 13 non-removable; /* assume that the card is always present, required for eMMC variant */
|
| A D | rk3288-tinker-s.dts | 22 non-removable;
|
| A D | am335x-brppt1-mmc.dts | 114 ti,non-removable; 123 ti,non-removable;
|
| A D | rk3588-edgeble-neu6a.dtsi | 27 non-removable;
|
| A D | sun50i-a64-olinuxino-emmc.dts | 18 non-removable;
|
| A D | bcm2835-rpi-cm1.dtsi | 36 non-removable;
|
| A D | sun7i-a20-olinuxino-lime-emmc.dts | 23 non-removable;
|
| A D | imx6ul-imx6ull-opos6ul.dtsi | 62 non-removable; 72 non-removable;
|
| A D | sun50i-h5-orangepi-zero-plus2.dts | 92 non-removable; 109 non-removable;
|
| A D | imx6qdl-wandboard-revb1.dtsi | 34 non-removable;
|
| A D | mt7986a-bpi-r3-emmc.dts | 30 non-removable;
|
| A D | rk3588-rock-5b.dts | 34 non-removable;
|
| A D | armada-7040-db.dts | 167 non-removable; 174 non-removable;
|
| A D | sunxi-h3-h5-emlid-neutis.dtsi | 90 non-removable; 107 non-removable;
|
| A D | sun7i-a20-olimex-som-evb-emmc.dts | 27 non-removable;
|
| /u-boot/test/dm/ |
| A D | host.c | 61 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 D | host.c | 44 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 D | sandbox,mmc.txt | 17 non-removable;
|
| /u-boot/drivers/scsi/ |
| A D | scsi.c | 448 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 38 milliseconds
12345678910>>...19