Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c105 void (*process_pkt)(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len); member
1318 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()
/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c521 goto process_pkt; in rx_handler()
527 process_pkt: in rx_handler()