Searched refs:core_name (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/clk/mvebu/
H A Dcp110-system-controller.c221 const char *ppv2_name, *pll0_name, *core_name, *x2core_name, *nand_name, local
280 core_name = ap_cp_unique_name(dev, syscon_node, "core");
281 hw = clk_hw_register_fixed_factor(NULL, core_name, x2core_name,
296 core_name, 0, 1, 1);
346 parent = core_name;
/linux-master/fs/
H A Dcoredump.c64 struct core_name { struct
69 static int expand_corename(struct core_name *cn, int size)
87 static __printf(2, 0) int cn_vprintf(struct core_name *cn, const char *fmt,
111 static __printf(2, 3) int cn_printf(struct core_name *cn, const char *fmt, ...)
124 int cn_esc_printf(struct core_name *cn, const char *fmt, ...)
161 static int cn_print_exe_file(struct core_name *cn, bool name_only)
201 static int format_corename(struct core_name *cn, struct coredump_params *cprm,
522 struct core_name cn;

Completed in 175 milliseconds