Searched refs:phys_touch (Results 1 – 1 of 1) sorted by relevance
149 char phys_touch[64]; /* touch screen phys path */ member2087 usb_make_path(ictx->usbdev_intf1, ictx->phys_touch, in imon_init_touch()2088 sizeof(ictx->phys_touch)); in imon_init_touch()2089 strlcat(ictx->phys_touch, "/input2", sizeof(ictx->phys_touch)); in imon_init_touch()2090 touch->phys = ictx->phys_touch; in imon_init_touch()