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