Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/input/
HDwsp.c583 … uint8_t tp_data[WSP_BUFFER_MAX] __aligned(4); /* trackpad transferred data */ member
868 usbd_copy_out(pc, 0, sc->tp_data, len); in wsp_intr_callback()
873 len, sc->tp_data[0], sc->tp_data[1]); in wsp_intr_callback()
879 memset(sc->tp_data + len, 0, sc->tp_datalen - len); in wsp_intr_callback()
882 h = (struct tp_header *)(sc->tp_data); in wsp_intr_callback()
885 ibt = sc->tp_data[params->tp_button]; in wsp_intr_callback()
886 ntouch = sc->tp_data[params->tp_button - 1]; in wsp_intr_callback()
895 …f = (struct tp_finger *)(sc->tp_data + params->tp_offset + params->tp_delta + i * params->tp_fsize… in wsp_intr_callback()
/dragonfly/sys/dev/raid/twe/
HDtweio.h86 void *tp_data; member
HDtwe.c651 error = copyout(param->data, tp->tp_data, param->parameter_size_bytes); in twe_ioctl()
659 error = copyin(tp->tp_data, data, tp->tp_size); in twe_ioctl()