Searched refs:process_pkt (Results 1 – 2 of 2) sorted by relevance
105 void (*process_pkt)(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len); member1318 usbtouch->process_pkt(usbtouch, usbtouch->data, urb->actual_length); in usbtouch_irq()1491 usbtouch->process_pkt = usbtouch_process_multi; in usbtouch_probe()1493 usbtouch->process_pkt = usbtouch_process_pkt; in usbtouch_probe()
521 goto process_pkt; in rx_handler()527 process_pkt: in rx_handler()