Lines Matching defs:data
39 u8 data[HID_REPORT_SIZE - 7];
43 u8 data[HID_REPORT_SIZE - 5];
61 struct urb *urb; /* URB for the RNG data */
160 .data = {0},
176 static int u2fzero_rng_read(struct hwrng *rng, void *data,
188 .data = {0},
195 int min_length = offsetof(struct u2f_hid_msg, init.data);
204 /* ignore errors or packets without data */
208 /* only take the minimum amount of data it is safe to take */
212 memcpy(data, resp.init.data, actual_length);