Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/
Ddtc.c165 if (streq(optarg, "legacy")) in main()
167 else if (streq(optarg, "epapr")) in main()
169 else if (streq(optarg, "both")) in main()
214 if (streq(inform, "dts")) in main()
216 else if (streq(inform, "fs")) in main()
218 else if(streq(inform, "dtb")) in main()
237 if (streq(outname, "-")) { in main()
246 if (streq(outform, "dts")) { in main()
248 } else if (streq(outform, "dtb")) { in main()
250 } else if (streq(outform, "asm")) { in main()
[all …]
Dlivetree.c33 if (streq(new->label, label)) { in add_label()
165 if (streq(old_prop->name, new_prop->name)) { in merge_nodes()
200 if (streq(old_child->name, new_child->name)) { in merge_nodes()
368 if (streq(prop->name, propname)) in get_property()
392 if (streq(l->label, label)) in get_property_by_label()
419 if (streq(m->ref, label)) in get_marker_label()
439 if (streq(child->name, nodename)) in get_subnode()
464 else if (!p && streq(path, child->name)) in get_node_by_path()
479 if (streq(l->label, label)) in get_node_by_label()
Dfstree.c42 if (streq(de->d_name, ".") in read_fstree()
43 || streq(de->d_name, "..")) in read_fstree()
Dchecks.c248 if (streq(child->name, child2->name)) in check_duplicate_node_names()
263 if (streq(prop->name, prop2->name)) in check_duplicate_property_names()
370 if (!streq(prop->name, "phandle") in check_explicit_phandles()
371 && !streq(prop->name, "linux,phandle")) in check_explicit_phandles()
428 if (streq((*pp)->name, "name")) { in check_name_properties()
724 if (streq(c->name, name)) { in parse_checks_option()
Dflattree.c250 if (streq(str, d->val + i)) in stringtable_insert()
281 if (streq(prop->name, "name")) in flatten_tree()
737 if (!streq(ppath, "/")) in nodename_from_path()
Dsrcpos.c122 if (streq(fname, "-")) { in srcfile_relative_open()
Ddtc.h65 #define streq(a, b) (strcmp((a), (b)) == 0) macro
/linux-4.1.27/drivers/clk/socfpga/
Dclk-gate.c35 #define streq(a, b) (strcmp((a), (b)) == 0) macro
49 if (streq(hwclk->init->name, SOCFPGA_L4_MP_CLK)) { in socfpga_clk_get_parent()
53 if (streq(hwclk->init->name, SOCFPGA_L4_SP_CLK)) { in socfpga_clk_get_parent()
59 if (streq(hwclk->init->name, SOCFPGA_MMC_CLK)) in socfpga_clk_get_parent()
61 if (streq(hwclk->init->name, SOCFPGA_NAND_CLK) || in socfpga_clk_get_parent()
62 streq(hwclk->init->name, SOCFPGA_NAND_X_CLK)) in socfpga_clk_get_parent()
74 if (streq(hwclk->init->name, SOCFPGA_L4_MP_CLK)) { in socfpga_clk_set_parent()
79 } else if (streq(hwclk->init->name, SOCFPGA_L4_SP_CLK)) { in socfpga_clk_set_parent()
86 if (streq(hwclk->init->name, SOCFPGA_MMC_CLK)) { in socfpga_clk_set_parent()
89 } else if (streq(hwclk->init->name, SOCFPGA_NAND_CLK) || in socfpga_clk_set_parent()
[all …]
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dsleep-s3c2410.S65 streq r7, [r4] @ SDRAM sleep command
66 streq r8, [r5] @ SDRAM power-down config
67 streq r9, [r6] @ CPU sleep
/linux-4.1.27/sound/oss/
Dvidc_fill.S172 streq r4, [ip, #IOMD_SD0CURB]
174 streq r2, [ip, #IOMD_SD0ENDB]
181 streq r5, [ip, #IOMD_SD0CURA]
183 streq r2, [ip, #IOMD_SD0ENDA]
/linux-4.1.27/arch/arm/lib/
Dtestsetbit.S15 testop _test_and_set_bit, orreq, streq
/linux-4.1.27/arch/arm/mach-at91/
Dpm_suspend.S242 streq r3, [r2, #AT91_DDRSDRC_MDR]
263 streq r3, [r2, #AT91_DDRSDRC_MDR]
/linux-4.1.27/arch/arm/include/asm/
Dtls.h24 streq \tp, [\tmp2, #-15] @ set TLS value at 0xffff0ff0
Dfutex.h100 "2: " TUSER(streq) " %3, [%4]\n" in futex_atomic_cmpxchg_inatomic()
/linux-4.1.27/arch/arm/mach-tegra/
Dsleep.S140 streq r3, [r2, #L2X0_CTRL]
Dsleep.h113 streq \tmp2, [\tmp1] @ invalidate SCU tags for CPU
Dsleep-tegra30.S103 streq \rd, [\r_car_base, #\pll_base]
457 streq r1, [r0, #EMC_NOP]
458 streq r1, [r0, #EMC_NOP]
459 streq r1, [r0, #EMC_REFRESH]
Dsleep-tegra20.S60 streq \rd, [\r_car_base, #\pll_base]
/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_pptp.h286 struct PptpStopSessionRequest streq; member
/linux-4.1.27/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S179 streq r8, [r9, #BUF_KEY] @ and save back
/linux-4.1.27/arch/arm/kernel/
Dentry-common.S329 streq r5, [sp, #4]
Diwmmxt.S363 streq r0, [r3] @ then clear ownership
/linux-4.1.27/drivers/scsi/
Dst.c452 struct st_request *streq; in st_allocate_request() local
454 streq = kzalloc(sizeof(*streq), GFP_KERNEL); in st_allocate_request()
455 if (streq) in st_allocate_request()
456 streq->stp = stp; in st_allocate_request()
466 return streq; in st_allocate_request()
469 static void st_release_request(struct st_request *streq) in st_release_request() argument
471 kfree(streq); in st_release_request()
Dosst.c350 static void osst_release_request(struct osst_request *streq) in osst_release_request() argument
352 kfree(streq); in osst_release_request()