Home
last modified time | relevance | path

Searched refs:COUNTER_SIGNAL_LEVEL_LOW (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dcounter.h152 COUNTER_SIGNAL_LEVEL_LOW, enumerator
/openbmc/linux/drivers/counter/
H A Dinterrupt-cnt.c137 *level = ret ? COUNTER_SIGNAL_LEVEL_HIGH : COUNTER_SIGNAL_LEVEL_LOW; in interrupt_cnt_signal_read()
H A Dmicrochip-tcb-capture.c159 *lvl = sigstatus ? COUNTER_SIGNAL_LEVEL_HIGH : COUNTER_SIGNAL_LEVEL_LOW; in mchp_tc_count_signal_read()
H A Dcounter-sysfs.c71 [COUNTER_SIGNAL_LEVEL_LOW] = "low",
H A D104-quad-8.c230 *level = (ret) ? COUNTER_SIGNAL_LEVEL_HIGH : COUNTER_SIGNAL_LEVEL_LOW; in quad8_signal_read()