Searched defs:mpr_data (Results 1 – 1 of 1) sorted by relevance
95 struct mpr_data { struct96 struct i2c_client *client;97 struct mutex lock; /*100 u32 pmin; /* minimal pressure in pascal */101 u32 pmax; /* maximal pressure in pascal */102 enum mpr_func_id function; /* transfer function */103 u32 outmin; /*107 u32 outmax; /*111 int scale; /* int part of scale */112 int scale2; /* nano part of scale */[all …]