Home
last modified time | relevance | path

Searched defs:fetch_type (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/trace/
H A Dtrace_probe.h139 struct fetch_type { struct
140 const char *name; /* Name of type */
141 size_t size; /* Byte size of type */
142 bool is_signed; /* Signed flag */
143 bool is_string; /* String flag */
144 print_type_func_t print; /* Print functions */
145 const char *fmt; /* Format string */
146 const char *fmttype; /* Name in format file */
/linux/drivers/gpu/drm/msm/disp/
H A Dmdp_format.h56 enum mdp_fetch_type fetch_type; member