Lines Matching refs:features
314 struct aiptek_features features; /* tablet's array of features */ member
978 aiptek->features.modelCode = ret & 0xff; in aiptek_program_tablet()
983 aiptek->features.odmCode = ret; in aiptek_program_tablet()
988 aiptek->features.firmwareCode = ret; in aiptek_program_tablet()
1620 return snprintf(buf, PAGE_SIZE, "0x%04x\n", aiptek->features.odmCode); in show_tabletODMCode()
1633 return snprintf(buf, PAGE_SIZE, "0x%04x\n", aiptek->features.modelCode); in show_tabletModelCode()
1647 aiptek->features.firmwareCode); in show_firmwareCode()
1770 usb_make_path(usbdev, aiptek->features.usbPath, in aiptek_probe()
1771 sizeof(aiptek->features.usbPath)); in aiptek_probe()
1772 strlcat(aiptek->features.usbPath, "/input0", in aiptek_probe()
1773 sizeof(aiptek->features.usbPath)); in aiptek_probe()
1779 inputdev->phys = aiptek->features.usbPath; in aiptek_probe()