Searched refs:phys_touch (Results 1 – 1 of 1) sorted by relevance
148 char phys_touch[64]; /* touch screen phys path */ member2043 usb_make_path(ictx->usbdev_intf1, ictx->phys_touch, in imon_init_touch()2044 sizeof(ictx->phys_touch)); in imon_init_touch()2045 strlcat(ictx->phys_touch, "/input2", sizeof(ictx->phys_touch)); in imon_init_touch()2046 touch->phys = ictx->phys_touch; in imon_init_touch()