Lines Matching refs:data
65 #define RAPL_PRIMITIVE_DERIVED BIT(1) /* not from raw data */
78 /* per domain data, some are optional */
110 /* per domain data. used to describe individual knobs such that access function
134 bool xlate, u64 *data);
358 u64 *data)
391 *data = val;
431 u64 *data)
465 *data = val;
487 static int get_max_power(struct powercap_zone *power_zone, int id, u64 *data)
513 *data = val;
517 *data = *data * 2;
533 /* called after domain detection and package level data are set */
678 /* Read primitive data based on its related struct rapl_primitive_info.
679 * if xlate flag is set, return translated data based on data units, i.e.
692 enum rapl_primitives prim, bool xlate, u64 *data)
713 /* non-hardware data are collected by the polling thread */
715 *data = rd->rdd.primitives[prim];
729 *data = rapl_unit_xlate(rd, rp->unit, value, 0);
731 *data = value;
764 * Raw RAPL data stored in MSRs are in certain scales. We need to
1070 /* Read once for all raw primitive data for domains */
1077 pr_debug("update %s domain %s data\n", rp->name,
1095 /* Update the domain data of the new package */
1112 /* track parent zone in per package/socket data */