Home
last modified time | relevance | path

Searched refs:strcmp_l1 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.c237 static int strcmp_l1(const char *s1, const char *s2);
556 if (!strcmp_l1("reboot-bootloader", cmd)) { in cb_reboot()
563 if (!strcmp_l1("reboot-fastboot", cmd)) { in cb_reboot()
570 if (!strcmp_l1("reboot-recovery", cmd)) { in cb_reboot()
581 static int strcmp_l1(const char *s1, const char *s2) in strcmp_l1() function
2377 if (!strcmp_l1(cmd_dispatch_info[i].cmd, cmdbuf)) { in rx_handler_command()