Home
last modified time | relevance | path

Searched refs:event_max (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/
H A Dstts751.c91 int event_max, event_min; member
519 return sysfs_emit(buf, "%d\n", priv->event_max); in max_show()
541 priv->event_max = temp; in max_store()
568 temp = clamp_val(temp, -64000, priv->event_max); in min_store()
718 ret = stts751_read_reg16(priv, &priv->event_max, in stts751_read_chip_config()
/linux/Documentation/trace/rv/
H A Ddeterministic_automata.rst71 event_max
76 char *event_names[event_max]; // E: the finite set of events
77 unsigned char function[state_max][event_max]; // f: transition function