/linux-4.1.27/scripts/dtc/ |
D | dtc.c | 165 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 …]
|
D | livetree.c | 33 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()
|
D | fstree.c | 42 if (streq(de->d_name, ".") in read_fstree() 43 || streq(de->d_name, "..")) in read_fstree()
|
D | checks.c | 248 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()
|
D | flattree.c | 250 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()
|
D | srcpos.c | 122 if (streq(fname, "-")) { in srcfile_relative_open()
|
D | dtc.h | 65 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
/linux-4.1.27/drivers/clk/socfpga/ |
D | clk-gate.c | 35 #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/ |
D | sleep-s3c2410.S | 65 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/ |
D | vidc_fill.S | 172 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/ |
D | testsetbit.S | 15 testop _test_and_set_bit, orreq, streq
|
/linux-4.1.27/arch/arm/mach-at91/ |
D | pm_suspend.S | 242 streq r3, [r2, #AT91_DDRSDRC_MDR] 263 streq r3, [r2, #AT91_DDRSDRC_MDR]
|
/linux-4.1.27/arch/arm/include/asm/ |
D | tls.h | 24 streq \tp, [\tmp2, #-15] @ set TLS value at 0xffff0ff0
|
D | futex.h | 100 "2: " TUSER(streq) " %3, [%4]\n" in futex_atomic_cmpxchg_inatomic()
|
/linux-4.1.27/arch/arm/mach-tegra/ |
D | sleep.S | 140 streq r3, [r2, #L2X0_CTRL]
|
D | sleep.h | 113 streq \tmp2, [\tmp1] @ invalidate SCU tags for CPU
|
D | sleep-tegra30.S | 103 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]
|
D | sleep-tegra20.S | 60 streq \rd, [\r_car_base, #\pll_base]
|
/linux-4.1.27/include/linux/netfilter/ |
D | nf_conntrack_pptp.h | 286 struct PptpStopSessionRequest streq; member
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 179 streq r8, [r9, #BUF_KEY] @ and save back
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-common.S | 329 streq r5, [sp, #4]
|
D | iwmmxt.S | 363 streq r0, [r3] @ then clear ownership
|
/linux-4.1.27/drivers/scsi/ |
D | st.c | 452 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()
|
D | osst.c | 350 static void osst_release_request(struct osst_request *streq) in osst_release_request() argument 352 kfree(streq); in osst_release_request()
|