Searched refs:phys_touch (Results 1 – 1 of 1) sorted by relevance
161 char phys_touch[64]; /* touch screen phys path */ member2073 usb_make_path(ictx->usbdev_intf1, ictx->phys_touch, in imon_init_touch()2074 sizeof(ictx->phys_touch)); in imon_init_touch()2075 strlcat(ictx->phys_touch, "/input2", sizeof(ictx->phys_touch)); in imon_init_touch()2076 touch->phys = ictx->phys_touch; in imon_init_touch()