Lines Matching defs:i2c_props
1901 struct property_entry i2c_props[11] = {};
1908 i2c_props[idx++] = PROPERTY_ENTRY_U32("touchscreen-size-x",
1910 i2c_props[idx++] = PROPERTY_ENTRY_U32("touchscreen-size-y",
1912 i2c_props[idx++] = PROPERTY_ENTRY_U32("touchscreen-min-x",
1914 i2c_props[idx++] = PROPERTY_ENTRY_U32("touchscreen-min-y",
1917 i2c_props[idx++] = PROPERTY_ENTRY_U32("touchscreen-x-mm",
1920 i2c_props[idx++] = PROPERTY_ENTRY_U32("touchscreen-y-mm",
1924 i2c_props[idx++] = PROPERTY_ENTRY_BOOL("elan,trackpoint");
1927 i2c_props[idx++] = PROPERTY_ENTRY_BOOL("elan,middle-button");
1930 i2c_props[idx++] = PROPERTY_ENTRY_U32("elan,x_traces",
1933 i2c_props[idx++] = PROPERTY_ENTRY_U32("elan,y_traces",
1937 i2c_props[idx++] = PROPERTY_ENTRY_BOOL("elan,clickpad");
1939 smbus_board.fwnode = fwnode_create_software_node(i2c_props, NULL);