Searched refs:tp_data (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/twe/
H A Dtweio.h85 void *tp_data; member in struct:twe_paramcommand
H A Dtwe.c643 error = copyout(param->data, tp->tp_data, param->parameter_size_bytes);
651 error = copyin(tp->tp_data, data, tp->tp_size);
/freebsd-10-stable/sys/dev/usb/input/
H A Dwsp.c579 uint8_t tp_data[WSP_BUFFER_MAX] __aligned(4); /* trackpad transferred data */
864 usbd_copy_out(pc, 0, sc->tp_data, len);
869 len, sc->tp_data[0], sc->tp_data[1]);
875 memset(sc->tp_data + len, 0, sc->tp_datalen - len);
878 h = (struct tp_header *)(sc->tp_data);
881 ibt = sc->tp_data[params->tp_button];
882 ntouch = sc->tp_data[params->tp_button - 1];
891 f = (struct tp_finger *)(sc->tp_data + params->tp_offset + params->tp_delta + i * params->tp_fsize);

Completed in 212 milliseconds