Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/tablet/
Daiptek.c269 char usbPath[64 + 1]; /* device's physical usb path */ member
1752 usb_make_path(usbdev, aiptek->features.usbPath, in aiptek_probe()
1753 sizeof(aiptek->features.usbPath)); in aiptek_probe()
1754 strlcat(aiptek->features.usbPath, "/input0", in aiptek_probe()
1755 sizeof(aiptek->features.usbPath)); in aiptek_probe()
1761 inputdev->phys = aiptek->features.usbPath; in aiptek_probe()