Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/input/tablet/
Daiptek.c269 char usbPath[64 + 1]; /* device's physical usb path */ member
1738 usb_make_path(usbdev, aiptek->features.usbPath, in aiptek_probe()
1739 sizeof(aiptek->features.usbPath)); in aiptek_probe()
1740 strlcat(aiptek->features.usbPath, "/input0", in aiptek_probe()
1741 sizeof(aiptek->features.usbPath)); in aiptek_probe()
1747 inputdev->phys = aiptek->features.usbPath; in aiptek_probe()