Searched refs:ums (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/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 …]
|
/openbmc/u-boot/cmd/ |
H A D | usb_mass_storage.c | 18 static int ums_read_sector(struct ums *ums_dev, in ums_read_sector() 27 static int ums_write_sector(struct ums *ums_dev, in ums_write_sector() 36 static struct ums *ums; variable 44 free((void *)ums[i].name); in ums_fini() 45 free(ums); in ums_fini() 46 ums = NULL; in ums_fini() 59 struct ums *ums_new; in ums_init() 90 ums_new = realloc(ums, (ums_count + 1) * sizeof(*ums)); in ums_init() 93 ums = ums_new; in ums_init() 97 ums[ums_count].start_sector = 0; in ums_init() [all …]
|
H A D | Kconfig | 1418 it might hurt performance (e.g. when using the ums command).
|
/openbmc/u-boot/include/ |
H A D | usb_mass_storage.h | 17 struct ums { struct 18 int (*read_sector)(struct ums *ums_dev, argument 20 int (*write_sector)(struct ums *ums_dev, argument 28 int fsg_init(struct ums *ums_devs, int count); argument
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | f_mass_storage.c | 428 static struct ums *ums; variable 757 rc = ums[common->lun].read_sector(&ums[common->lun], in do_read() 931 rc = ums[common->lun].write_sector(&ums[common->lun], in do_write() 1047 rc = ums[common->lun].read_sector(&ums[common->lun], in do_verify() 1102 ums[common->lun].name, (u16) 0xffff); in do_inquiry() 2486 rc = fsg_lun_open(&common->luns[i], ums[i].num_sectors, ""); in fsg_common_init() 2760 int fsg_init(struct ums *ums_devs, int count) in fsg_init() 2762 ums = ums_devs; in fsg_init()
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | symbol-namespaces.rst | 96 $ modinfo drivers/usb/storage/ums-karma.ko
|
/openbmc/u-boot/board/bticino/mamoj/ |
H A D | README | 73 => ums 0 mmc 2
|
/openbmc/u-boot/board/freescale/mx6sabresd/ |
H A D | README | 52 => ums 0 mmc 2
|
/openbmc/u-boot/board/technexion/pico-imx6ul/ |
H A D | README | 140 => ums 0 mmc 0
|
/openbmc/linux/Documentation/core-api/ |
H A D | symbol-namespaces.rst | 103 $ modinfo drivers/usb/storage/ums-karma.ko
|
/openbmc/linux/Documentation/translations/it_IT/core-api/ |
H A D | symbol-namespaces.rst | 104 $ modinfo drivers/usb/storage/ums-karma.ko
|
/openbmc/u-boot/test/py/ |
H A D | README.md | 153 - `'ums'` runs only tests with "ums" in their name.
|