| /rk3399_rockchip-uboot/cmd/ |
| H A D | tpm.c | 248 if (!strcasecmp("TPM_ST_CLEAR", argv[1])) { in do_tpm_startup() 250 } else if (!strcasecmp("TPM_ST_STATE", argv[1])) { in do_tpm_startup() 252 } else if (!strcasecmp("TPM_ST_DEACTIVATED", argv[1])) { in do_tpm_startup() 697 if (!strcasecmp(argv[1], "key")) in TPM_COMMAND_NO_ARG() 699 else if (!strcasecmp(argv[1], "auth")) in TPM_COMMAND_NO_ARG() 701 else if (!strcasecmp(argv[1], "hash")) in TPM_COMMAND_NO_ARG() 703 else if (!strcasecmp(argv[1], "trans")) in TPM_COMMAND_NO_ARG() 705 else if (!strcasecmp(argv[1], "context")) in TPM_COMMAND_NO_ARG() 707 else if (!strcasecmp(argv[1], "counter")) in TPM_COMMAND_NO_ARG() 709 else if (!strcasecmp(argv[1], "delegate")) in TPM_COMMAND_NO_ARG() [all …]
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | of.h | 121 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) 123 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2))
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | gsc.c | 225 if (strcasecmp(argv[1], "enable") == 0) { in do_gsc_wd() 243 } else if (strcasecmp(argv[1], "disable") == 0) { in do_gsc_wd() 262 if (strcasecmp(argv[1], "wd") == 0) in do_gsc() 264 else if (strcasecmp(argv[1], "sleep") == 0) in do_gsc()
|
| H A D | gw_ventana.c | 830 if (0 == strcasecmp(mode, "yuv422bt656")) { in ft_sethdmiinfmt() 839 } else if (0 == strcasecmp(mode, "yuv422smp")) { in ft_sethdmiinfmt()
|
| /rk3399_rockchip-uboot/board/work-microwave/work_92105/ |
| H A D | work_92105_display.c | 327 if (strcasecmp(cmd, "cmd") == 0) in do_hd44780() 329 else if (strcasecmp(cmd, "data") == 0) in do_hd44780() 331 else if (strcasecmp(cmd, "str") == 0) in do_hd44780()
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | string.h | 18 extern int strcasecmp(const char *, const char *);
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | string.h | 16 extern int strcasecmp(const char *, const char *);
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | string.h | 45 int strcasecmp(const char *s1, const char *s2);
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | ydirectenv.h | 42 #define yaffs_strcmp(a, b) strcasecmp(a, b)
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc.c | 131 if (!strcasecmp(s, ".dts")) in guess_type_by_name() 133 if (!strcasecmp(s, ".dtb")) in guess_type_by_name()
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | string.h | 132 extern int strcasecmp(const char *, const char *);
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | ifdtool.c | 876 if (!strcasecmp("Descriptor", region_type_string)) in main() 878 else if (!strcasecmp("BIOS", region_type_string)) in main() 880 else if (!strcasecmp("ME", region_type_string)) in main() 882 else if (!strcasecmp("GbE", region_type_string)) in main() 884 else if (!strcasecmp("Platform", region_type_string)) in main()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | sunxi_gpio.c | 147 if (strcasecmp(name, "AXP0-VBUS-DETECT") == 0) { in sunxi_name_to_gpio() 151 } else if (strcasecmp(name, "AXP0-VBUS-ENABLE") == 0) { in sunxi_name_to_gpio()
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-rockchip-naneng-usb2.c | 373 if (!strcasecmp(dev_name, "host-port")) { in rockchip_usb2phy_of_xlate() 377 } else if (!strcasecmp(dev_name, "otg-port")) { in rockchip_usb2phy_of_xlate()
|
| H A D | phy-rockchip-usbdp.c | 1322 if (!strcasecmp(node_name, "u3-port")) { in rockchip_udphy_bind() 1331 } else if (!strcasecmp(node_name, "dp-port")) { in rockchip_udphy_bind()
|
| H A D | phy-rockchip-typec.c | 480 if (!strcasecmp(name, "usb3-port")) { in rockchip_typec_phy_bind()
|
| H A D | phy-rockchip-inno-usb2.c | 588 if (!strcasecmp(dev_name, "host-port")) { in rockchip_usb2phy_of_xlate() 592 } else if (!strcasecmp(dev_name, "otg-port")) { in rockchip_usb2phy_of_xlate()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | string.c | 60 int strcasecmp(const char *s1, const char *s2) in strcasecmp() function
|
| H A D | sysmem.c | 290 if (mem_attr[i].name && !strcasecmp(mem_attr[i].name, name)) { in sysmem_alias2name() 302 if (alias && !strcasecmp(alias, name)) { in sysmem_alias2name()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | gconf.c | 966 if (!strcasecmp(event->string, "n")) in on_treeview2_key_press_event() 968 else if (!strcasecmp(event->string, "m")) in on_treeview2_key_press_event() 970 else if (!strcasecmp(event->string, "y")) in on_treeview2_key_press_event()
|
| H A D | mconf.c | 1029 if (!strcasecmp(mode, "single_menu")) in main()
|
| H A D | nconf.c | 1497 if (!strcasecmp(mode, "single_menu")) in main()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image.c | 780 if (t->sname && strcasecmp(t->sname + gd->reloc_off, name) == 0) in get_table_entry_id() 782 if (t->sname && strcasecmp(t->sname, name) == 0) in get_table_entry_id()
|
| H A D | fdt_support.c | 1832 if (strcasecmp(fdt_get_name(blob, off, NULL), display) == 0) in fdt_fixup_display()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | dw-dp.c | 1866 if (!strcasecmp(node_name, "dp0")) { in dw_dp_bind()
|