Lines Matching defs:structure
51 void *structure,
58 char *structstart = (char *)structure;
61 if ((format == NULL) || (data == NULL) || (structure == NULL)) {
79 uint8_t *cp = (uint8_t *)structure;
88 structure = (void *)cp;
96 uint16_t *sp = (uint16_t *)structure;
107 structure = (void *)sp;
115 uint32_t *lp = (uint32_t *)structure;
128 structure = (void *)lp;
136 uint64_t *llp = (uint64_t *)structure;
151 structure = (void *)llp;
168 return ((intptr_t)structure - (intptr_t)structstart);
176 void *structure,
179 return (usb_parse_data(format, data, datalen, structure,