Searched refs:streq (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/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-pll-s10.c | 126 if (streq(name, SOCFPGA_BOOT_CLK)) in s10_register_pll()
|
D | clk-gate-s10.c | 106 if (streq(name, "cs_pdbg_clk")) in s10_register_gate()
|
D | clk-gate-a10.c | 25 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
/linux-4.19.296/include/linux/netfilter/ |
D | nf_conntrack_pptp.h | 287 struct PptpStopSessionRequest streq; member
|
/linux-4.19.296/drivers/memory/ |
D | ti-emif-sram-pm.S | 242 streq r1, [r0, #EMIF_SDRAM_CONFIG]
|