Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/drivers/allwinner/axp/
A Dcommon.c139 return !strncmp(prop, "host", length); in board_uses_usb0_host_mode()
185 if (!strncmp(name, "dc1sw", length) || in axp_setup_regulators()
186 !strncmp(name, "sw", length)) { in axp_setup_regulators()
192 if (!strncmp(name, reg->dt_name, length)) { in axp_setup_regulators()
/tf-a-ffa_el3_spmc/drivers/st/pmic/
A Dstpmic1.c540 if (strncmp(name, regulators_table[i].dt_node_name, in get_regulator_data()
613 if (strncmp(name, "buck", 4) == 0) { in stpmic1_regulator_voltage_set()
615 } else if ((strncmp(name, "ldo", 3) == 0) && in stpmic1_regulator_voltage_set()
616 (strncmp(name, "ldo4", 4) != 0)) { in stpmic1_regulator_voltage_set()
658 if (strncmp(name, "buck", 4) == 0) { in stpmic1_regulator_voltage_get()
660 } else if ((strncmp(name, "ldo", 3) == 0) && in stpmic1_regulator_voltage_get()
661 (strncmp(name, "ldo4", 4) != 0)) { in stpmic1_regulator_voltage_get()
/tf-a-ffa_el3_spmc/lib/libc/
A Dstrncmp.c40 strncmp(const char *s1, const char *s2, size_t n) in strncmp() function
A Dlibc.mk26 strncmp.c \
A Dlibc_asm.mk25 strncmp.c \
/tf-a-ffa_el3_spmc/drivers/st/clk/
A Dstm32mp_clkfunc.c46 if (strncmp(cchar, name, (size_t)ret) == 0) { in fdt_osc_read_freq()
99 if (strncmp(cchar, stm32mp_osc_node_label[osc_id], in fdt_osc_read_bool()
147 if (strncmp(cchar, stm32mp_osc_node_label[osc_id], in fdt_osc_read_uint32_default()
/tf-a-ffa_el3_spmc/include/lib/libc/
A Dstring.h20 int strncmp(const char *s1, const char *s2, size_t n);
/tf-a-ffa_el3_spmc/plat/arm/common/fconf/
A Darm_fconf_sp.c100 if ((strncmp(arm_sp.owner[index], "SiP", in fconf_populate_arm_sp()
102 (strncmp(arm_sp.owner[index], "", in fconf_populate_arm_sp()
A Dfconf_ethosn_getter.c26 strncmp(node_status, "okay", 4U) == 0)) { in fdt_node_get_status()
/tf-a-ffa_el3_spmc/plat/st/common/
A Dstm32mp_dt.c80 (strncmp(cchar, "okay", strlen("okay")) == 0)) { in fdt_get_status()
89 } else if (strncmp(cchar, "okay", strlen("okay")) == 0) { in fdt_get_status()
/tf-a-ffa_el3_spmc/plat/rockchip/common/
A Dparams_setup.c75 if (strncmp("serial", stdout_path, 6) != 0) in plat_rockchip_dt_process_fdt_uart()
/tf-a-ffa_el3_spmc/plat/arm/board/arm_fpga/
A Dfpga_bl31_setup.c148 if (!strncmp(cmdline, "CMD:", 4)) { in fpga_prepare_dtb()
/tf-a-ffa_el3_spmc/lib/coreboot/
A Dcoreboot_table.c117 if (strncmp(header->signature, "LBIO", 4)) { in coreboot_table_setup()
/tf-a-ffa_el3_spmc/drivers/mtd/nand/
A Draw_nand.c309 if (strncmp((char *)&page.page_sig, "ONFI", 4) != 0) { in nand_read_param_page()
362 if (strncmp(id, "ONFI", sizeof(id)) != 0) { in detect_onfi()
/tf-a-ffa_el3_spmc/tools/marvell/doimage/
A Ddoimage.c845 if (strncmp(CSK_ARR_EMPTY_FILE, fname, in format_sec_ext()
1435 if (strncmp(opts.bin_ext_file, "NA", MAX_FILENAME)) { in format_extensions()
1442 if (strncmp(opts.sec_cfg_file, "NA", MAX_FILENAME)) { in format_extensions()
1631 if (!strncmp("MLC", optarg, 3)) in main()
/tf-a-ffa_el3_spmc/lib/debugfs/
A Ddev.c397 if (strncmp(name, dir.name, NAMELEN) != 0) { in devwalk()
/tf-a-ffa_el3_spmc/tools/fiptool/
A Dfiptool.c666 if (strncmp(p, "uuid=", strlen("uuid=")) == 0) { in parse_blob_opt()
669 } else if (strncmp(p, "file=", strlen("file=")) == 0) { in parse_blob_opt()

Completed in 24 milliseconds