Lines Matching defs:data
59 /* Indentation levels for the various data nodes */
75 I_EVENT = 6, /* event data */
2118 ep.data.ptr = source;
2138 signalfd_dispatch(struct record_context *ctx, int fd, void *data)
2148 timefd_dispatch(struct record_context *ctx, int fd, void *data)
2164 evdev_dispatch(struct record_context *ctx, int fd, void *data)
2166 struct record_device *this_device = data;
2180 libinput_ctx_dispatch(struct record_context *ctx, int fd, void *data)
2190 hidraw_dispatch(struct record_context *ctx, int fd, void *data)
2192 struct hidraw *hidraw = data;
2211 source = ep[i].data.ptr;
2346 /* First device is printed, now append all the data from the
2563 " The recorded data is in recording.yml and can be attached to a bug report.\n"