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.h141 struct fetch_type { struct
142 const char *name; /* Name of type */
143 size_t size; /* Byte size of type */
144 bool is_signed; /* Signed flag */
145 bool is_string; /* String flag */
146 print_type_func_t print; /* Print functions */
147 const char *fmt; /* Format string */
148 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