| /linux-4.4.14/scripts/dtc/ |
| D | dtc.c | 167 if (streq(optarg, "legacy")) in main() 169 else if (streq(optarg, "epapr")) in main() 171 else if (streq(optarg, "both")) in main() 216 if (streq(inform, "dts")) in main() 218 else if (streq(inform, "fs")) in main() 220 else if(streq(inform, "dtb")) in main() 239 if (streq(outname, "-")) { in main() 248 if (streq(outform, "dts")) { in main() 250 } else if (streq(outform, "dtb")) { in main() 252 } 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() 514 if (streq(ref, "/")) in get_node_by_ref()
|
| D | fstree.c | 42 if (streq(de->d_name, ".") in read_fstree() 43 || streq(de->d_name, "..")) in read_fstree()
|
| D | checks.c | 249 if (streq(child->name, child2->name)) in check_duplicate_node_names() 264 if (streq(prop->name, prop2->name)) in check_duplicate_property_names() 371 if (!streq(prop->name, "phandle") in check_explicit_phandles() 372 && !streq(prop->name, "linux,phandle")) in check_explicit_phandles() 429 if (streq((*pp)->name, "name")) { in check_name_properties() 725 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.4.14/drivers/clk/socfpga/ |
| D | clk-gate.c | 44 if (streq(hwclk->init->name, SOCFPGA_L4_MP_CLK)) { in socfpga_clk_get_parent() 48 if (streq(hwclk->init->name, SOCFPGA_L4_SP_CLK)) { in socfpga_clk_get_parent() 54 if (streq(hwclk->init->name, SOCFPGA_MMC_CLK)) in socfpga_clk_get_parent() 56 if (streq(hwclk->init->name, SOCFPGA_NAND_CLK) || in socfpga_clk_get_parent() 57 streq(hwclk->init->name, SOCFPGA_NAND_X_CLK)) in socfpga_clk_get_parent() 69 if (streq(hwclk->init->name, SOCFPGA_L4_MP_CLK)) { in socfpga_clk_set_parent() 74 } else if (streq(hwclk->init->name, SOCFPGA_L4_SP_CLK)) { in socfpga_clk_set_parent() 81 if (streq(hwclk->init->name, SOCFPGA_MMC_CLK)) { in socfpga_clk_set_parent() 84 } else if (streq(hwclk->init->name, SOCFPGA_NAND_CLK) || in socfpga_clk_set_parent() 85 streq(hwclk->init->name, SOCFPGA_NAND_X_CLK)) { in socfpga_clk_set_parent()
|
| D | clk-periph-a10.c | 56 if (streq(hwclk->init->name, SOCFPGA_MPU_FREE_CLK) || in clk_periclk_get_parent() 57 streq(hwclk->init->name, SOCFPGA_NOC_FREE_CLK) || in clk_periclk_get_parent() 58 streq(hwclk->init->name, SOCFPGA_SDMMC_FREE_CLK)) in clk_periclk_get_parent()
|
| D | clk.h | 31 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
| D | clk-gate-a10.c | 25 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
| /linux-4.4.14/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.4.14/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.4.14/arch/arm/lib/ |
| D | testsetbit.S | 15 testop _test_and_set_bit, orreq, streq
|
| /linux-4.4.14/arch/arm/mach-at91/ |
| D | pm_suspend.S | 241 streq r3, [r2, #AT91_DDRSDRC_MDR] 262 streq r3, [r2, #AT91_DDRSDRC_MDR]
|
| /linux-4.4.14/arch/arm/include/asm/ |
| D | tls.h | 24 streq \tp, [\tmp2, #-15] @ set TLS value at 0xffff0ff0
|
| D | futex.h | 115 "2: " TUSER(streq) " %3, [%4]\n" in futex_atomic_cmpxchg_inatomic()
|
| /linux-4.4.14/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.4.14/include/linux/netfilter/ |
| D | nf_conntrack_pptp.h | 286 struct PptpStopSessionRequest streq; member
|
| /linux-4.4.14/arch/arm/mach-omap1/ |
| D | ams-delta-fiq-handler.S | 178 streq r8, [r9, #BUF_KEY] @ and save back
|
| /linux-4.4.14/arch/arm/kernel/ |
| D | entry-common.S | 361 streq r5, [sp, #4]
|
| D | iwmmxt.S | 363 streq r0, [r3] @ then clear ownership
|
| /linux-4.4.14/drivers/scsi/ |
| D | st.c | 451 struct st_request *streq; in st_allocate_request() local 453 streq = kzalloc(sizeof(*streq), GFP_KERNEL); in st_allocate_request() 454 if (streq) in st_allocate_request() 455 streq->stp = stp; in st_allocate_request() 465 return streq; in st_allocate_request() 468 static void st_release_request(struct st_request *streq) in st_release_request() argument 470 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()
|
| /linux-4.4.14/Documentation/DocBook/ |
| D | kernel-api.xml.db | 86 API-sysfs-streq
|