Home
last modified time | relevance | path

Searched refs:fetch_type (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/kernel/trace/
Dtrace_probe.c77 static const struct fetch_type probe_fetch_types[] = {
101 static const struct fetch_type *find_fetch_type(const char *type) in find_fetch_type()
275 static int parse_probe_vars(char *arg, const struct fetch_type *t, in parse_probe_vars()
366 parse_probe_arg(char *arg, const struct fetch_type *type, in parse_probe_arg()
477 const struct fetch_type *t2 = find_fetch_type(NULL); in parse_probe_arg()
526 const struct fetch_type *t, in __parse_bitfield_probe_arg()
Dtrace_probe.h133 struct fetch_type { struct
223 const struct fetch_type *type; /* Type of this argument */
/linux-5.19.10/drivers/gpu/drm/msm/disp/
Dmdp_kms.h87 enum mdp_fetch_type fetch_type; member
Dmdp_format.c74 .fetch_type = fp, \
/linux-5.19.10/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_plane.c324 MDP4_PIPE_SRC_FORMAT_FETCH_PLANES(format->fetch_type) | in mdp4_plane_mode_set()
/linux-5.19.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c807 MDP5_PIPE_SRC_FORMAT_FETCH_TYPE(format->fetch_type) | in mdp5_hwpipe_mode_set()