Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_probe.c236 static const struct fetch_type *find_fetch_type(const char *type, in find_fetch_type()
237 const struct fetch_type *ftbl) in find_fetch_type()
292 static fetch_func_t get_fetch_size_function(const struct fetch_type *type, in get_fetch_size_function()
294 const struct fetch_type *ftbl) in get_fetch_size_function()
333 static int parse_probe_vars(char *arg, const struct fetch_type *t, in parse_probe_vars()
376 static int parse_probe_arg(char *arg, const struct fetch_type *t, in parse_probe_arg()
378 const struct fetch_type *ftbl) in parse_probe_arg()
451 const struct fetch_type *t2; in parse_probe_arg()
487 const struct fetch_type *t, in __parse_bitfield_probe_arg()
524 const struct fetch_type *ftbl) in traceprobe_parse_probe_arg()
Dtrace_probe.h102 struct fetch_type { struct
288 const struct fetch_type *type; /* Type of this argument */
348 const struct fetch_type *ftbl);
Dtrace_uprobe.c192 static const struct fetch_type uprobes_fetch_type_table[] = {
Dtrace_kprobe.c278 static const struct fetch_type kprobes_fetch_type_table[] = {
/Linux-v4.19/drivers/gpu/drm/msm/disp/
Dmdp_kms.h93 enum mdp_fetch_type fetch_type; member
Dmdp_format.c85 .fetch_type = fp, \
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_plane.c316 MDP4_PIPE_SRC_FORMAT_FETCH_PLANES(format->fetch_type) | in mdp4_plane_mode_set()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c873 MDP5_PIPE_SRC_FORMAT_FETCH_TYPE(format->fetch_type) | in mdp5_hwpipe_mode_set()