Lines Matching refs:RO_SENSOR_TEMPLATE
453 #define RO_SENSOR_TEMPLATE(_label, _show, _index) \ macro
470 RO_SENSOR_TEMPLATE(POWER_AVERAGE_NAME, show_power, 0),
471 RO_SENSOR_TEMPLATE("power1_accuracy", show_accuracy, 0),
472 RO_SENSOR_TEMPLATE("power1_average_interval_min", show_val, 0),
473 RO_SENSOR_TEMPLATE("power1_average_interval_max", show_val, 1),
474 RO_SENSOR_TEMPLATE("power1_is_battery", show_val, 5),
481 RO_SENSOR_TEMPLATE("power1_cap_min", show_val, 2),
482 RO_SENSOR_TEMPLATE("power1_cap_max", show_val, 3),
483 RO_SENSOR_TEMPLATE("power1_cap_hyst", show_val, 4),
484 RO_SENSOR_TEMPLATE(POWER_ALARM_NAME, show_val, 6),
489 RO_SENSOR_TEMPLATE(POWER_CAP_NAME, show_cap, 0),
505 RO_SENSOR_TEMPLATE("name", show_name, 0),
506 RO_SENSOR_TEMPLATE("power1_model_number", show_str, 0),
507 RO_SENSOR_TEMPLATE("power1_oem_info", show_str, 2),
508 RO_SENSOR_TEMPLATE("power1_serial_number", show_str, 1),
512 #undef RO_SENSOR_TEMPLATE