Home
last modified time | relevance | path

Searched refs:usbtouch (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dusbtouchscreen.c71 void (*process_pkt) (struct usbtouch_usb *usbtouch, unsigned char *pkt, int len);
81 int (*read_data) (struct usbtouch_usb *usbtouch, unsigned char *pkt);
82 int (*alloc) (struct usbtouch_usb *usbtouch);
83 int (*init) (struct usbtouch_usb *usbtouch);
84 void (*exit) (struct usbtouch_usb *usbtouch);
87 /* a usbtouch device */
249 static int e2i_init(struct usbtouch_usb *usbtouch) in e2i_init() argument
252 struct usb_device *udev = interface_to_usbdev(usbtouch->interface); in e2i_init()
258 dev_dbg(&usbtouch->interface->dev, in e2i_init()
293 static int egalax_init(struct usbtouch_usb *usbtouch) in egalax_init() argument
456 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); mtouch_firmware_rev_show() local
473 mtouch_get_fw_revision(struct usbtouch_usb *usbtouch) mtouch_get_fw_revision() argument
506 mtouch_alloc(struct usbtouch_usb *usbtouch) mtouch_alloc() argument
525 mtouch_init(struct usbtouch_usb *usbtouch) mtouch_init() argument
568 mtouch_exit(struct usbtouch_usb *usbtouch) mtouch_exit() argument
686 dmc_tsc10_init(struct usbtouch_usb *usbtouch) dmc_tsc10_init() argument
922 nexio_alloc(struct usbtouch_usb *usbtouch) nexio_alloc() argument
955 nexio_init(struct usbtouch_usb *usbtouch) nexio_init() argument
1035 nexio_exit(struct usbtouch_usb *usbtouch) nexio_exit() argument
1045 nexio_read_data(struct usbtouch_usb *usbtouch, unsigned char *pkt) nexio_read_data() argument
1388 usbtouch_process_pkt(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len) usbtouch_process_pkt() argument
1412 usbtouch_process_multi(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len) usbtouch_process_multi() argument
1492 struct usbtouch_usb *usbtouch = urb->context; usbtouch_irq() local
1532 struct usbtouch_usb *usbtouch = input_get_drvdata(input); usbtouch_open() local
1560 struct usbtouch_usb *usbtouch = input_get_drvdata(input); usbtouch_close() local
1578 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); usbtouch_suspend() local
1587 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); usbtouch_resume() local
1600 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); usbtouch_reset_resume() local
1623 usbtouch_free_buffers(struct usb_device *udev, struct usbtouch_usb *usbtouch) usbtouch_free_buffers() argument
1646 struct usbtouch_usb *usbtouch; usbtouch_probe() local
1826 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); usbtouch_disconnect() local
1840 usbtouch_free_buffers(interface_to_usbdev(intf), usbtouch); usbtouch_disconnect() local
[all...]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dusbtouchscreen.c71 void (*process_pkt) (struct usbtouch_usb *usbtouch, unsigned char *pkt, int len);
81 int (*read_data) (struct usbtouch_usb *usbtouch, unsigned char *pkt);
82 int (*alloc) (struct usbtouch_usb *usbtouch);
83 int (*init) (struct usbtouch_usb *usbtouch);
84 void (*exit) (struct usbtouch_usb *usbtouch);
87 /* a usbtouch device */
249 static int e2i_init(struct usbtouch_usb *usbtouch) in e2i_init() argument
252 struct usb_device *udev = interface_to_usbdev(usbtouch->interface); in e2i_init()
258 dev_dbg(&usbtouch->interface->dev, in e2i_init()
293 static int egalax_init(struct usbtouch_usb *usbtouch) in egalax_init() argument
456 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); mtouch_firmware_rev_show() local
473 mtouch_get_fw_revision(struct usbtouch_usb *usbtouch) mtouch_get_fw_revision() argument
506 mtouch_alloc(struct usbtouch_usb *usbtouch) mtouch_alloc() argument
525 mtouch_init(struct usbtouch_usb *usbtouch) mtouch_init() argument
568 mtouch_exit(struct usbtouch_usb *usbtouch) mtouch_exit() argument
686 dmc_tsc10_init(struct usbtouch_usb *usbtouch) dmc_tsc10_init() argument
922 nexio_alloc(struct usbtouch_usb *usbtouch) nexio_alloc() argument
955 nexio_init(struct usbtouch_usb *usbtouch) nexio_init() argument
1035 nexio_exit(struct usbtouch_usb *usbtouch) nexio_exit() argument
1045 nexio_read_data(struct usbtouch_usb *usbtouch, unsigned char *pkt) nexio_read_data() argument
1385 usbtouch_process_pkt(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len) usbtouch_process_pkt() argument
1409 usbtouch_process_multi(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len) usbtouch_process_multi() argument
1489 struct usbtouch_usb *usbtouch = urb->context; usbtouch_irq() local
1529 struct usbtouch_usb *usbtouch = input_get_drvdata(input); usbtouch_open() local
1557 struct usbtouch_usb *usbtouch = input_get_drvdata(input); usbtouch_close() local
1575 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); usbtouch_suspend() local
1584 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); usbtouch_resume() local
1597 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); usbtouch_reset_resume() local
1620 usbtouch_free_buffers(struct usb_device *udev, struct usbtouch_usb *usbtouch) usbtouch_free_buffers() argument
1643 struct usbtouch_usb *usbtouch; usbtouch_probe() local
1820 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); usbtouch_disconnect() local
1834 usbtouch_free_buffers(interface_to_usbdev(intf), usbtouch); usbtouch_disconnect() local
[all...]

Completed in 6 milliseconds