Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dtrace_probe.c221 static const struct fetch_type *find_fetch_type(const char *type, in find_fetch_type()
222 const struct fetch_type *ftbl) in find_fetch_type()
277 static fetch_func_t get_fetch_size_function(const struct fetch_type *type, in get_fetch_size_function()
279 const struct fetch_type *ftbl) in get_fetch_size_function()
320 static int parse_probe_vars(char *arg, const struct fetch_type *t, in parse_probe_vars()
358 static int parse_probe_arg(char *arg, const struct fetch_type *t, in parse_probe_arg()
360 const struct fetch_type *ftbl) in parse_probe_arg()
433 const struct fetch_type *t2; in parse_probe_arg()
469 const struct fetch_type *t, in __parse_bitfield_probe_arg()
506 const struct fetch_type *ftbl) in traceprobe_parse_probe_arg()
Dtrace_probe.h114 struct fetch_type { struct
270 const struct fetch_type *type; /* Type of this argument */
330 const struct fetch_type *ftbl);
Dtrace_uprobe.c199 static const struct fetch_type uprobes_fetch_type_table[] = {
Dtrace_kprobe.c241 static const struct fetch_type kprobes_fetch_type_table[] = {
/linux-4.4.14/drivers/gpu/drm/msm/mdp/
Dmdp_kms.h93 enum mdp_fetch_type fetch_type; member
Dmdp_format.c85 .fetch_type = fp, \
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_plane.c330 MDP4_PIPE_SRC_FORMAT_FETCH_PLANES(format->fetch_type) | in mdp4_plane_mode_set()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_plane.c780 MDP5_PIPE_SRC_FORMAT_FETCH_TYPE(format->fetch_type) | in mdp5_plane_mode_set()