Searched refs:new_fmt (Results 1 – 3 of 3) sorted by relevance
885 struct v4l2_mbus_framefmt new_fmt; in mt9v111_set_format() local905 new_fmt.code = mt9v111_formats[i].code; in mt9v111_set_format()910 new_fmt.code = mt9v111_formats[0].code; in mt9v111_set_format()925 new_fmt.width = mt9v111_frame_sizes[idx].width; in mt9v111_set_format()926 new_fmt.height = mt9v111_frame_sizes[idx].height; in mt9v111_set_format()933 if (__fmt->code == new_fmt.code && in mt9v111_set_format()934 __fmt->width == new_fmt.width && in mt9v111_set_format()935 __fmt->height == new_fmt.height) in mt9v111_set_format()939 __fmt->code = new_fmt.code; in mt9v111_set_format()940 __fmt->width = new_fmt.width; in mt9v111_set_format()[all …]
2817 struct perf_hpp_fmt *new_fmt = NULL; in perf_hpp_fmt__dup() local2825 new_fmt = &new_hse->hpp; in perf_hpp_fmt__dup()2833 new_fmt = &new_hde->hpp; in perf_hpp_fmt__dup()2836 new_fmt = memdup(fmt, sizeof(*fmt)); in perf_hpp_fmt__dup()2839 INIT_LIST_HEAD(&new_fmt->list); in perf_hpp_fmt__dup()2840 INIT_LIST_HEAD(&new_fmt->sort_list); in perf_hpp_fmt__dup()2842 return new_fmt; in perf_hpp_fmt__dup()
4019 const char *p, *new_fmt; in trace_event_format() local4029 new_fmt = q = iter->fmt; in trace_event_format()4031 if (unlikely(q - new_fmt + 3 > iter->fmt_size)) { in trace_event_format()4035 q += iter->fmt - new_fmt; in trace_event_format()4036 new_fmt = iter->fmt; in trace_event_format()4053 return new_fmt; in trace_event_format()