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

/linux-master/drivers/platform/chrome/wilco_ec/
H A Dproperties.c21 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member in struct:ec_property_request
29 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member in struct:ec_property_response
53 if (memcmp(rq->property_id, rs->property_id, sizeof(rs->property_id)))
68 put_unaligned_le32(prop_msg->property_id, rq.property_id);
90 put_unaligned_le32(prop_msg->property_id, rq.property_id);
104 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id, argument
124 wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id, u8 val) argument
[all...]
/linux-master/drivers/power/supply/
H A Dwilco-charger.c91 u32 property_id; local
97 property_id = PID_CHARGE_MODE;
100 property_id = PID_CHARGE_LOWER_LIMIT;
103 property_id = PID_CHARGE_UPPER_LIMIT;
109 ret = wilco_ec_get_byte_property(ec, property_id, &raw);
112 if (property_id == PID_CHARGE_MODE) {
/linux-master/include/linux/platform_data/
H A Dwilco-ec.h155 * @property_id: Which property to get or set.
160 u32 property_id; member in struct:wilco_ec_property_msg
170 * The property_id field of |prop_msg| should be filled before calling this
183 * The property_id, length, and data fields of |prop_msg| should be
194 * @property_id: Which property to retrieve.
199 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id,
205 * @property_id: Which property to store.
210 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id,
/linux-master/drivers/char/tpm/
H A Dtpm2-cmd.c371 __be32 property_id; member in struct:tpm2_get_cap_out
378 * @property_id: property ID.
386 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id, u32 *value, argument
397 tpm_buf_append_u32(&buf, property_id);
H A Dtpm.h296 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id,

Completed in 221 milliseconds