Searched refs:new_fmt (Results 1 – 3 of 3) sorted by relevance
895 struct v4l2_mbus_framefmt new_fmt; in mt9v111_set_format() local915 new_fmt.code = mt9v111_formats[i].code; in mt9v111_set_format()920 new_fmt.code = mt9v111_formats[0].code; in mt9v111_set_format()935 new_fmt.width = mt9v111_frame_sizes[idx].width; in mt9v111_set_format()936 new_fmt.height = mt9v111_frame_sizes[idx].height; in mt9v111_set_format()943 if (__fmt->code == new_fmt.code && in mt9v111_set_format()944 __fmt->width == new_fmt.width && in mt9v111_set_format()945 __fmt->height == new_fmt.height) in mt9v111_set_format()949 __fmt->code = new_fmt.code; in mt9v111_set_format()950 __fmt->width = new_fmt.width; in mt9v111_set_format()[all …]
3074 struct perf_hpp_fmt *new_fmt = NULL; in perf_hpp_fmt__dup() local3082 new_fmt = &new_hse->hpp; in perf_hpp_fmt__dup()3090 new_fmt = &new_hde->hpp; in perf_hpp_fmt__dup()3093 new_fmt = memdup(fmt, sizeof(*fmt)); in perf_hpp_fmt__dup()3096 INIT_LIST_HEAD(&new_fmt->list); in perf_hpp_fmt__dup()3097 INIT_LIST_HEAD(&new_fmt->sort_list); in perf_hpp_fmt__dup()3099 return new_fmt; in perf_hpp_fmt__dup()
3898 const char *p, *new_fmt; in trace_event_format() local3908 new_fmt = q = iter->fmt; in trace_event_format()3910 if (unlikely(q - new_fmt + 3 > iter->fmt_size)) { in trace_event_format()3914 q += iter->fmt - new_fmt; in trace_event_format()3915 new_fmt = iter->fmt; in trace_event_format()3932 return new_fmt; in trace_event_format()