Home
last modified time | relevance | path

Searched refs:new_format (Results 1 – 3 of 3) sorted by relevance

/openbmc/libcper/
H A Djson-schema.c469 char *new_format = malloc(strlen(header) + strlen(format) + 2); in log_validator_msg() local
470 strcpy(new_format, header); in log_validator_msg()
471 strcat(new_format, format); in log_validator_msg()
472 strcat(new_format, "\n"); in log_validator_msg()
475 vfprintf(stdout, new_format, args); in log_validator_msg()
476 free(new_format); in log_validator_msg()
/openbmc/u-boot/lib/
H A Dof_live.c56 int new_format = 0; in unflatten_dt_node() local
71 new_format = 1; in unflatten_dt_node()
100 if (new_format) { in unflatten_dt_node()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c7942 enum ia_css_frame_format new_format) in ia_css_pipe_override_frame_format() argument
7946 IA_CSS_ENTER_PRIVATE("pipe = %p, pin_index = %d, new_formats = %d", pipe, pin_index, new_format); in ia_css_pipe_override_frame_format()
7960 if (new_format != IA_CSS_FRAME_FORMAT_NV12_TILEY) { in ia_css_pipe_override_frame_format()
7966 err = ia_css_pipe_check_format(pipe, new_format); in ia_css_pipe_override_frame_format()
7969 pipe->output_info[0].format = new_format; in ia_css_pipe_override_frame_format()
7971 pipe->vf_output_info[0].format = new_format; in ia_css_pipe_override_frame_format()