Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/input/
H A Dwsp.c586 uint8_t tp_data[WSP_BUFFER_MAX] __aligned(4); /* trackpad transferred data */ member
871 usbd_copy_out(pc, 0, sc->tp_data, len); in wsp_intr_callback()
876 len, sc->tp_data[0], sc->tp_data[1]); in wsp_intr_callback()
882 memset(sc->tp_data + len, 0, sc->tp_datalen - len); in wsp_intr_callback()
885 h = (struct tp_header *)(sc->tp_data); in wsp_intr_callback()
888 ibt = sc->tp_data[params->tp_button]; in wsp_intr_callback()
889 ntouch = sc->tp_data[params->tp_button - 1]; in wsp_intr_callback()
898 …f = (struct tp_finger *)(sc->tp_data + params->tp_offset + params->tp_delta + i * params->tp_fsize… in wsp_intr_callback()
/freebsd-12.1/sys/dev/twe/
H A Dtweio.h87 void *tp_data; member
H A Dtwe.c645 error = copyout(param->data, tp->tp_data, param->parameter_size_bytes); in twe_ioctl()
653 error = copyin(tp->tp_data, data, tp->tp_size); in twe_ioctl()