Home
last modified time | relevance | path

Searched refs:property_id (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/platform/chrome/wilco_ec/
Dproperties.c18 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member
26 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member
50 if (memcmp(rq->property_id, rs->property_id, sizeof(rs->property_id))) in send_property_msg()
65 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_get_property()
87 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_set_property()
101 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_get_byte_property() argument
107 msg.property_id = property_id; in wilco_ec_get_byte_property()
121 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_set_byte_property() argument
126 msg.property_id = property_id; in wilco_ec_set_byte_property()
/Linux-v5.4/drivers/power/supply/
Dwilco-charger.c86 u32 property_id; in wilco_charge_get_property() local
92 property_id = PID_CHARGE_MODE; in wilco_charge_get_property()
95 property_id = PID_CHARGE_LOWER_LIMIT; in wilco_charge_get_property()
98 property_id = PID_CHARGE_UPPER_LIMIT; in wilco_charge_get_property()
104 ret = wilco_ec_get_byte_property(ec, property_id, &raw); in wilco_charge_get_property()
107 if (property_id == PID_CHARGE_MODE) { in wilco_charge_get_property()
/Linux-v5.4/include/linux/platform_data/
Dwilco-ec.h141 u32 property_id; member
180 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id,
191 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id,
/Linux-v5.4/drivers/char/tpm/
Dtpm2-cmd.c677 __be32 property_id; member
692 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id, u32 *value, in tpm2_get_tpm_pt() argument
703 tpm_buf_append_u32(&buf, property_id); in tpm2_get_tpm_pt()
Dtpm.h450 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id,