property_id       450 drivers/char/tpm/tpm.h ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id,
property_id       677 drivers/char/tpm/tpm2-cmd.c 	__be32 property_id;
property_id       692 drivers/char/tpm/tpm2-cmd.c ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id,  u32 *value,
property_id       703 drivers/char/tpm/tpm2-cmd.c 	tpm_buf_append_u32(&buf, property_id);
property_id        18 drivers/platform/chrome/wilco_ec/properties.c 	u8 property_id[4]; /* The 32 bit PID is stored Little Endian */
property_id        26 drivers/platform/chrome/wilco_ec/properties.c 	u8 property_id[4]; /* The 32 bit PID is stored Little Endian */
property_id        50 drivers/platform/chrome/wilco_ec/properties.c 	if (memcmp(rq->property_id, rs->property_id, sizeof(rs->property_id)))
property_id        65 drivers/platform/chrome/wilco_ec/properties.c 	put_unaligned_le32(prop_msg->property_id, rq.property_id);
property_id        87 drivers/platform/chrome/wilco_ec/properties.c 	put_unaligned_le32(prop_msg->property_id, rq.property_id);
property_id       101 drivers/platform/chrome/wilco_ec/properties.c int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id,
property_id       107 drivers/platform/chrome/wilco_ec/properties.c 	msg.property_id = property_id;
property_id       121 drivers/platform/chrome/wilco_ec/properties.c int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id,
property_id       126 drivers/platform/chrome/wilco_ec/properties.c 	msg.property_id = property_id;
property_id        86 drivers/power/supply/wilco-charger.c 	u32 property_id;
property_id        92 drivers/power/supply/wilco-charger.c 		property_id = PID_CHARGE_MODE;
property_id        95 drivers/power/supply/wilco-charger.c 		property_id = PID_CHARGE_LOWER_LIMIT;
property_id        98 drivers/power/supply/wilco-charger.c 		property_id = PID_CHARGE_UPPER_LIMIT;
property_id       104 drivers/power/supply/wilco-charger.c 	ret = wilco_ec_get_byte_property(ec, property_id, &raw);
property_id       107 drivers/power/supply/wilco-charger.c 	if (property_id == PID_CHARGE_MODE) {
property_id       141 include/linux/platform_data/wilco-ec.h 	u32 property_id;
property_id       180 include/linux/platform_data/wilco-ec.h int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id,
property_id       191 include/linux/platform_data/wilco-ec.h int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id,