Searched refs:fetch_type (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/msm/disp/ |
H A D | mdp_format.c | 73 .fetch_type = MDP_PLANE_INTERLEAVED, \ 93 .fetch_type = MDP_PLANE_INTERLEAVED, \ 113 .fetch_type = MDP_PLANE_INTERLEAVED, \ 132 .fetch_type = MDP_PLANE_PSEUDO_PLANAR, \ 152 .fetch_type = MDP_PLANE_PSEUDO_PLANAR, \ 171 .fetch_type = MDP_PLANE_PSEUDO_PLANAR, \ 191 .fetch_type = MDP_PLANE_PSEUDO_PLANAR, \ 211 .fetch_type = MDP_PLANE_PLANAR, \
|
H A D | mdp_format.h | 56 enum mdp_fetch_type fetch_type; member
|
/linux/kernel/trace/ |
H A D | trace_probe.c | 82 static const struct fetch_type probe_fetch_types[] = { 109 static const struct fetch_type *find_fetch_type(const char *type, unsigned long flags) in find_fetch_type() 726 static const struct fetch_type *find_fetch_type_from_btf_type( in find_fetch_type_from_btf_type() 943 static int parse_probe_vars(char *orig_arg, const struct fetch_type *t, in NOKPROBE_SYMBOL() 1083 parse_probe_arg(char *arg, const struct fetch_type *type, in parse_probe_arg() 1194 const struct fetch_type *t2 = find_fetch_type(NULL, ctx->flags); in parse_probe_arg() 1255 const struct fetch_type *t, in __parse_bitfield_probe_arg()
|
H A D | trace_probe.h | 141 struct fetch_type { struct 236 const struct fetch_type *type; /* Type of this argument */
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_plane.c | 218 if (fmt->fetch_type == MDP_PLANE_PSEUDO_PLANAR) { in _dpu_plane_calc_fill_level()
|