Searched refs:select_slot (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/ |
| H A D | rk_ab_ops_user.c | 315 AvbABFlowResult rk_avb_ab_slot_select(AvbABOps* ab_ops,char* select_slot) in rk_avb_ab_slot_select() argument 346 strcpy(select_slot, "_a"); in rk_avb_ab_slot_select() 348 strcpy(select_slot, "_b"); in rk_avb_ab_slot_select() 354 select_slot, in rk_avb_ab_slot_select() 444 int rk_avb_get_current_slot(char *select_slot) in rk_avb_get_current_slot() argument 455 if (rk_avb_ab_slot_select(ops->ab_ops, select_slot) != 0) { in rk_avb_get_current_slot() 459 memcpy(select_slot, "_b", 2); in rk_avb_get_current_slot() 461 memcpy(select_slot, "_a", 2); in rk_avb_get_current_slot()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | dfu.c | 28 char select_slot[3] = {0}; in run_usb_dnl_gadget() local 54 if (rk_avb_get_current_slot(select_slot)) in run_usb_dnl_gadget() 61 if (strcmp(select_slot, "_a") == 0) in run_usb_dnl_gadget()
|
| /OK3568_Linux_fs/u-boot/include/android_avb/ |
| H A D | rk_avb_ops_user.h | 80 int rk_avb_get_current_slot(char *select_slot); 265 AvbABFlowResult rk_avb_ab_slot_select(AvbABOps* ab_ops,char select_slot[]);
|