Searched defs:mcp47feb02_data (Results 1 – 1 of 1) sorted by relevance
334 struct mcp47feb02_data { struct335 struct mcp47feb02_channel_data chdata[MCP47FEB02_MAX_CH];336 struct mutex lock; /* prevents concurrent reads/writes to driver's state members */337 const struct mcp47feb02_features *chip_features;338 int scale_1[2 * MCP47FEB02_MAX_SCALES_CH];339 int scale[2 * MCP47FEB02_MAX_SCALES_CH];340 unsigned long active_channels_mask;341 struct regmap *regmap;342 const char *labels[MCP47FEB02_MAX_CH];343 u16 phys_channels;[all …]