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