Searched refs:techpoint_attrs (Results 1 – 1 of 1) sorted by relevance
921 static const struct device_attribute techpoint_attrs[] = { variable1354 for (i = 0; i < ARRAY_SIZE(techpoint_attrs); i++) { in techpoint_sysfs_init()1355 if (device_create_file(dev, &techpoint_attrs[i])) { in techpoint_sysfs_init()