Searched refs:wilco_ec_set_byte_property (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/power/supply/ |
| D | wilco-charger.c | 130 return wilco_ec_set_byte_property(ec, PID_CHARGE_MODE, mode); in wilco_charge_set_property() 135 return wilco_ec_set_byte_property(ec, PID_CHARGE_LOWER_LIMIT, in wilco_charge_set_property() 141 return wilco_ec_set_byte_property(ec, PID_CHARGE_UPPER_LIMIT, in wilco_charge_set_property()
|
| /Linux-v5.4/drivers/platform/chrome/wilco_ec/ |
| D | properties.c | 121 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_set_byte_property() function 132 EXPORT_SYMBOL_GPL(wilco_ec_set_byte_property);
|
| /Linux-v5.4/include/linux/platform_data/ |
| D | wilco-ec.h | 191 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id,
|