Lines Matching refs:i2c_props
1932 struct property_entry i2c_props[11] = {};
1939 i2c_props[idx++] = PROPERTY_ENTRY_U32("touchscreen-size-x",
1941 i2c_props[idx++] = PROPERTY_ENTRY_U32("touchscreen-size-y",
1943 i2c_props[idx++] = PROPERTY_ENTRY_U32("touchscreen-min-x",
1945 i2c_props[idx++] = PROPERTY_ENTRY_U32("touchscreen-min-y",
1948 i2c_props[idx++] = PROPERTY_ENTRY_U32("touchscreen-x-mm",
1951 i2c_props[idx++] = PROPERTY_ENTRY_U32("touchscreen-y-mm",
1955 i2c_props[idx++] = PROPERTY_ENTRY_BOOL("elan,trackpoint");
1958 i2c_props[idx++] = PROPERTY_ENTRY_BOOL("elan,middle-button");
1961 i2c_props[idx++] = PROPERTY_ENTRY_U32("elan,x_traces",
1964 i2c_props[idx++] = PROPERTY_ENTRY_U32("elan,y_traces",
1968 i2c_props[idx++] = PROPERTY_ENTRY_BOOL("elan,clickpad");
1970 smbus_board.fwnode = fwnode_create_software_node(i2c_props, NULL);