Lines Matching +defs:val +defs:code
88 static u32 da9150_fg_read_attr(struct da9150_fg *fg, u8 code, u8 size) in da9150_fg_read_attr()
106 static void da9150_fg_write_attr(struct da9150_fg *fg, u8 code, u8 size, in da9150_fg_write_attr()
107 u32 val) in da9150_fg_write_attr()
163 static u32 da9150_fg_read_attr_sync(struct da9150_fg *fg, u8 code, u8 size) in da9150_fg_read_attr_sync()
165 u32 val; in da9150_fg_read_attr_sync() local
175 static void da9150_fg_write_attr_sync(struct da9150_fg *fg, u8 code, u8 size, in da9150_fg_write_attr_sync()
176 u32 val) in da9150_fg_write_attr_sync()
224 union power_supply_propval *val) in da9150_fg_capacity()
236 union power_supply_propval *val) in da9150_fg_current_avg()
261 union power_supply_propval *val) in da9150_fg_voltage_avg()
276 union power_supply_propval *val) in da9150_fg_charge_full()
291 union power_supply_propval *val) in da9150_fg_temp()
311 union power_supply_propval *val) in da9150_fg_get_prop()
343 union power_supply_propval val; in da9150_fg_soc_changed() local