| /OK3568_Linux_fs/kernel/drivers/usb/storage/ |
| H A D | Makefile | 21 obj-$(CONFIG_USB_STORAGE_ALAUDA) += ums-alauda.o 22 obj-$(CONFIG_USB_STORAGE_CYPRESS_ATACB) += ums-cypress.o 23 obj-$(CONFIG_USB_STORAGE_DATAFAB) += ums-datafab.o 24 obj-$(CONFIG_USB_STORAGE_ENE_UB6250) += ums-eneub6250.o 25 obj-$(CONFIG_USB_STORAGE_FREECOM) += ums-freecom.o 26 obj-$(CONFIG_USB_STORAGE_ISD200) += ums-isd200.o 27 obj-$(CONFIG_USB_STORAGE_JUMPSHOT) += ums-jumpshot.o 28 obj-$(CONFIG_USB_STORAGE_KARMA) += ums-karma.o 29 obj-$(CONFIG_USB_STORAGE_ONETOUCH) += ums-onetouch.o 30 obj-$(CONFIG_USB_STORAGE_REALTEK) += ums-realtek.o [all …]
|
| H A D | Kconfig | 41 If this driver is compiled as a module, it will be named ums-realtek. 54 If this driver is compiled as a module, it will be named ums-datafab. 62 If this driver is compiled as a module, it will be named ums-freecom. 79 If this driver is compiled as a module, it will be named ums-isd200. 101 If this driver is compiled as a module, it will be named ums-usbat. 110 If this driver is compiled as a module, it will be named ums-sddr09. 118 If this driver is compiled as a module, it will be named ums-sddr55. 126 If this driver is compiled as a module, it will be named ums-jumpshot. 137 If this driver is compiled as a module, it will be named ums-alauda. 151 If this driver is compiled as a module, it will be named ums-onetouch. [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | usb_mass_storage.c | 19 static int ums_read_sector(struct ums *ums_dev, in ums_read_sector() 28 static int ums_write_sector(struct ums *ums_dev, in ums_write_sector() 37 static struct ums *ums; variable 45 free((void *)ums[i].name); in ums_fini() 46 free(ums); in ums_fini() 47 ums = NULL; in ums_fini() 60 struct ums *ums_new; in ums_init() 91 ums_new = realloc(ums, (ums_count + 1) * sizeof(*ums)); in ums_init() 94 ums = ums_new; in ums_init() 98 ums[ums_count].start_sector = 0; in ums_init() [all …]
|
| H A D | rockusb.c | 21 static int rkusb_read_sector(struct ums *ums_dev, in rkusb_read_sector() 39 static int rkusb_write_sector(struct ums *ums_dev, in rkusb_write_sector() 58 static int rkusb_erase_sector(struct ums *ums_dev, in rkusb_erase_sector() 72 free((void *)g_rkusb->ums[i].name); in rkusb_fini() 73 free(g_rkusb->ums); in rkusb_fini() 74 g_rkusb->ums = NULL; in rkusb_fini() 88 struct ums *ums_new; in rkusb_init() 111 ums_new = realloc(g_rkusb->ums, (g_rkusb->ums_cnt + 1) * in rkusb_init() 112 sizeof(*g_rkusb->ums)); in rkusb_init() 115 g_rkusb->ums = ums_new; in rkusb_init() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb_mass_storage.h | 18 struct ums { struct 19 int (*read_sector)(struct ums *ums_dev, argument 21 int (*write_sector)(struct ums *ums_dev, argument 24 int (*erase_sector)(struct ums *ums_dev, ulong start, lbaint_t blkcnt); argument 32 int fsg_init(struct ums *ums_devs, int count); argument
|
| H A D | rockusb.h | 91 struct ums *ums; member
|
| /OK3568_Linux_fs/buildroot/package/rockchip/rkscript/ |
| H A D | Config.in | 113 bool "ums" 120 string "ums file" 126 string "ums size" 132 string "ums fstype" 138 bool "ums ro" 144 bool "ums mount" 153 string "ums mountpoint" 154 default "/mnt/ums"
|
| H A D | usbdevice.sh | 10 export UMS_MOUNTPOINT=/mnt/ums
|
| H A D | rkscript.mk | 45 RKSCRIPT_USB_CONFIG += ums
|
| /OK3568_Linux_fs/device/rockchip/common/configs/ |
| H A D | Config.in.post-rootfs | 183 bool "ums" 190 string "ums file" 196 string "ums size" 202 string "ums fstype" 208 bool "ums mount" 217 string "ums mountpoint" 218 default "/mnt/ums" 223 bool "ums ro"
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_rockusb.c | 180 struct blk_desc *desc = &ums[common->lun].block_dev; in rkusb_do_test_unit_ready() 199 enum if_type type = ums[common->lun].block_dev.if_type; in rkusb_do_read_flash_id() 200 u32 devnum = ums[common->lun].block_dev.devnum; in rkusb_do_read_flash_id() 250 struct blk_desc *desc = &ums[common->lun].block_dev; in rkusb_do_read_flash_info() 344 rc = ums[common->lun].erase_sector(&ums[common->lun], in rkusb_do_lba_erase() 362 struct blk_desc *desc = &ums[common->lun].block_dev; in rkusb_do_erase_force() 398 rc = ums[common->lun].erase_sector(&ums[common->lun], in rkusb_do_erase_force() 660 enum if_type type = ums[common->lun].block_dev.if_type; in rkusb_do_get_storage_info() 661 int devnum = ums[common->lun].block_dev.devnum; in rkusb_do_get_storage_info() 715 enum if_type type = ums[common->lun].block_dev.if_type; in rkusb_do_read_capacity() [all …]
|
| H A D | f_mass_storage.c | 430 static struct ums *ums; variable 759 rc = ums[common->lun].read_sector(&ums[common->lun], in do_read() 934 rc = ums[common->lun].write_sector(&ums[common->lun], in do_write() 1054 rc = ums[common->lun].read_sector(&ums[common->lun], in do_verify() 1109 ums[common->lun].name, (u16) 0xffff); in do_inquiry() 2521 rc = fsg_lun_open(&common->luns[i], ums[i].num_sectors, ""); in fsg_common_init() 2823 int fsg_init(struct ums *ums_devs, int count) in fsg_init() 2825 ums = ums_devs; in fsg_init()
|
| /OK3568_Linux_fs/buildroot/board/freescale/warpboard/ |
| H A D | README | 47 Run the 'ums' command from the U-Boot prompt to mount the eMMC as USB mass 50 => ums 0 mmc 0
|
| /OK3568_Linux_fs/debian/overlay/etc/profile.d/ |
| H A D | usbdevice.sh | 12 export UMS_MOUNTPOINT=/mnt/ums
|
| /OK3568_Linux_fs/buildroot/board/warp7/ |
| H A D | readme.txt | 31 => ums 0 mmc 0 92 => ums 0 mmc 0
|
| /OK3568_Linux_fs/buildroot/board/technexion/imx8mpico/ |
| H A D | readme.txt | 37 eMMC. An easy way to flash the eMMC is to use the u-boot ums 56 => ums 0 mmc 0
|
| /OK3568_Linux_fs/buildroot/board/technexion/imx8mmpico/ |
| H A D | readme.txt | 38 eMMC. An easy way to flash the eMMC is to use the u-boot ums 57 => ums 0 mmc 1
|
| /OK3568_Linux_fs/u-boot/board/technexion/pico-imx7d/ |
| H A D | README | 39 => ums 0 mmc 0
|
| /OK3568_Linux_fs/buildroot/board/technexion/imx6ulpico/ |
| H A D | readme.txt | 31 => ums 0 mmc 0
|
| /OK3568_Linux_fs/debian/overlay/usr/bin/ |
| H A D | usbdevice | 66 ums) echo 0x0000;; 71 adb-ums) echo 0x0018;;
|
| /OK3568_Linux_fs/external/rkscript/ |
| H A D | usbdevice | 68 ums) echo 0x0000;; 73 adb-ums) echo 0x0018;;
|
| /OK3568_Linux_fs/buildroot/board/amarula/a64-relic/ |
| H A D | readme.txt | 77 => ums 0 mmc 1
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sabresd/ |
| H A D | README | 52 => ums 0 mmc 2
|
| /OK3568_Linux_fs/buildroot/board/technexion/imx7dpico/ |
| H A D | readme.txt | 85 => ums 0 mmc 0
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | symbol-namespaces.rst | 103 $ modinfo drivers/usb/storage/ums-karma.ko
|