Searched refs:NAME_ARGS (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_fastboot.c | 595 #define NAME_ARGS(s, d) {.str = s, .expects_args = 1, .delim = d} macro 1113 { NAME_ARGS("partition-type", ':'), FB_PART_TYPE}, 1114 { NAME_ARGS("partition-size", ':'), FB_PART_SIZE}, 1124 { NAME_ARGS("has-slot", ':'), FB_HAS_SLOT}, 1127 { NAME_ARGS("slot-successful", ':'), FB_SLOT_SUCCESSFUL}, 1128 { NAME_ARGS("slot-unbootable", ':'), FB_SLOT_UNBOOTABLE}, 1129 { NAME_ARGS("slot-retry-count", ':'), FB_SLOT_RETRY_COUNT},
|