Searched refs:property_id (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/platform/chrome/wilco_ec/ |
| H A D | properties.c | 21 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member 29 u8 property_id[4]; /* The 32 bit PID is stored Little Endian */ member 53 if (memcmp(rq->property_id, rs->property_id, sizeof(rs->property_id))) in send_property_msg() 68 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_get_property() 90 put_unaligned_le32(prop_msg->property_id, rq.property_id); in wilco_ec_set_property() 104 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_get_byte_property() argument 110 msg.property_id = property_id; in wilco_ec_get_byte_property() 124 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id, in wilco_ec_set_byte_property() argument 129 msg.property_id = property_id; in wilco_ec_set_byte_property()
|
| /linux/drivers/power/supply/ |
| H A D | wilco-charger.c | 91 u32 property_id; in wilco_charge_get_property() local 97 property_id = PID_CHARGE_MODE; in wilco_charge_get_property() 100 property_id = PID_CHARGE_LOWER_LIMIT; in wilco_charge_get_property() 103 property_id = PID_CHARGE_UPPER_LIMIT; in wilco_charge_get_property() 109 ret = wilco_ec_get_byte_property(ec, property_id, &raw); in wilco_charge_get_property() 112 if (property_id == PID_CHARGE_MODE) { in wilco_charge_get_property()
|
| /linux/include/linux/platform_data/ |
| H A D | wilco-ec.h | 160 u32 property_id; member 199 int wilco_ec_get_byte_property(struct wilco_ec_device *ec, u32 property_id, 210 int wilco_ec_set_byte_property(struct wilco_ec_device *ec, u32 property_id,
|
| /linux/include/hyperv/ |
| H A D | hvhdk_mini.h | 179 u32 property_id; /* enum hv_system_property */ member 208 u32 property_id; /* enum hv_system_property */ member
|
| /linux/drivers/char/tpm/ |
| H A D | tpm2-cmd.c | 373 __be32 property_id; member 388 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id, u32 *value, in tpm2_get_tpm_pt() argument 399 tpm_buf_append_u32(&buf, property_id); in tpm2_get_tpm_pt()
|
| H A D | tpm.h | 295 ssize_t tpm2_get_tpm_pt(struct tpm_chip *chip, u32 property_id,
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_crash.c | 608 input->property_id = HV_SYSTEM_PROPERTY_CRASHDUMPAREA; in hv_root_crash_init() 616 input->property_id, hv_result_to_string(status)); in hv_root_crash_init()
|
| /linux/drivers/hv/ |
| H A D | mshv_common.c | 176 in->property_id = HV_SYSTEM_PROPERTY_SLEEP_STATE; in hv_initialize_sleep_states()
|
| H A D | mshv_root_main.c | 2071 input->property_id = HV_SYSTEM_PROPERTY_SCHEDULER_TYPE; in hv_retrieve_scheduler_type()
|