Searched refs:_evlist (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/iio/meter/ |
H A D | meter.h | 352 #define IIO_EVENT_ATTR_AENERGY_HALF_FULL(_evlist, _show, _store, _mask) \ 353 IIO_EVENT_ATTR_SH(aenergy_half_full, _evlist, _show, _store, _mask) 356 #define IIO_EVENT_ATTR_LINE_VOLT_SAG(_evlist, _show, _store, _mask) \ 357 IIO_EVENT_ATTR_SH(line_volt_sag, _evlist, _show, _store, _mask) 363 #define IIO_EVENT_ATTR_CYCEND(_evlist, _show, _store, _mask) \ 364 IIO_EVENT_ATTR_SH(cycend, _evlist, _show, _store, _mask) 367 #define IIO_EVENT_ATTR_ZERO_CROSS(_evlist, _show, _store, _mask) \ 368 IIO_EVENT_ATTR_SH(zero_cross, _evlist, _show, _store, _mask) 371 #define IIO_EVENT_ATTR_AENERGY_OVERFLOW(_evlist, _show, _store, _mask) \ 372 IIO_EVENT_ATTR_SH(aenergy_overflow, _evlist, _sho [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evlist.c | 712 perf_evlist__mmap_cb_idx(struct perf_evlist *_evlist, in perf_evlist__mmap_cb_idx() argument 716 struct evlist *evlist = container_of(_evlist, struct evlist, core); in perf_evlist__mmap_cb_idx() 723 perf_evlist__mmap_cb_get(struct perf_evlist *_evlist, bool overwrite, int idx) in perf_evlist__mmap_cb_get() argument 725 struct evlist *evlist = container_of(_evlist, struct evlist, core); in perf_evlist__mmap_cb_get()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.c | 831 perf_evlist__mmap_cb_idx(struct perf_evlist *_evlist, in perf_evlist__mmap_cb_idx() argument 836 struct evlist *evlist = container_of(_evlist, struct evlist, core); in perf_evlist__mmap_cb_idx() 844 perf_evlist__mmap_cb_get(struct perf_evlist *_evlist, bool overwrite, int idx) in perf_evlist__mmap_cb_get() argument 846 struct evlist *evlist = container_of(_evlist, struct evlist, core); in perf_evlist__mmap_cb_get()
|
Completed in 7 milliseconds