Searched refs:COUNTER_COMP_COUNT_U64 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | counter.h | 444 #define COUNTER_COMP_COUNT_U64(_name, _read, _write) \ macro 577 COUNTER_COMP_COUNT_U64("capture", _read, _write) 580 COUNTER_COMP_COUNT_U64("ceiling", _read, _write) 602 COUNTER_COMP_COUNT_U64("floor", _read, _write) 614 COUNTER_COMP_COUNT_U64("preset", _read, _write)
|
/openbmc/linux/drivers/counter/ |
H A D | intel-qep.c | 374 COUNTER_COMP_COUNT_U64("spike_filter_ns",
|
H A D | ti-ecap-capture.c | 419 COUNTER_COMP_COUNT_U64("num_overflows", ecap_cnt_nb_ovf_read, ecap_cnt_nb_ovf_write),
|
H A D | counter-sysfs.c | 933 COUNTER_COMP_COUNT_U64("count", NULL, NULL);
|
/openbmc/linux/Documentation/driver-api/ |
H A D | generic-counter.rst | 280 Convenience macros such as ``COUNTER_COMP_COUNT_U64`` are provided for
|