Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/mouse/
Dbcm5974.c299 u8 *tp_data; /* trackpad transferred data */ member
309 u8 *f_base = dev->tp_data + c->tp_header + c->tp_delta; in get_tp_finger()
652 int ibt = raw2int(dev->tp_data[c->tp_button]); in report_tp_state()
953 dev->tp_data = usb_alloc_coherent(dev->udev, in bcm5974_probe()
956 if (!dev->tp_data) in bcm5974_probe()
967 dev->tp_data, dev->cfg.tp_datalen, in bcm5974_probe()
999 dev->tp_data, dev->tp_urb->transfer_dma); in bcm5974_probe()
1023 dev->tp_data, dev->tp_urb->transfer_dma); in bcm5974_disconnect()