Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/tablet/
Daiptek.c282 char usbPath[64 + 1]; /* device's physical usb path */ member
1765 usb_make_path(usbdev, aiptek->features.usbPath, in aiptek_probe()
1766 sizeof(aiptek->features.usbPath)); in aiptek_probe()
1767 strlcat(aiptek->features.usbPath, "/input0", in aiptek_probe()
1768 sizeof(aiptek->features.usbPath)); in aiptek_probe()
1774 inputdev->phys = aiptek->features.usbPath; in aiptek_probe()