Searched defs:_code (Results 1 – 10 of 10) sorted by relevance
/linux/arch/powerpc/perf/ |
H A D | power7-pmu.c | 54 #define EVENT(_name, _code) \ argument 387 #define EVENT(_name, _code) POWER_EVENT_ATTR(_name, _name); argument 391 #define EVENT(_name, _code) POWER_EVENT_PTR(_name), argument
|
H A D | power8-pmu.c | 16 #define EVENT(_name, _code) _name = _code, argument
|
H A D | generic-compat-pmu.c | 23 #define EVENT(_name, _code) _name = _code, argument
|
H A D | power9-pmu.c | 79 #define EVENT(_name, _code) _name = _code, argument
|
H A D | power10-pmu.c | 78 #define EVENT(_name, _code) enum{_name = _code} argument
|
/linux/arch/mips/bcm47xx/ |
H A D | buttons.c | 14 #define BCM47XX_GPIO_KEY(_gpio, _code) \ argument 21 #define BCM47XX_GPIO_KEY_H(_gpio, _code) \ argument
|
/linux/tools/net/ynl/lib/ |
H A D | ynl.c | 26 #define __yerr_code(yse, _code...) \ argument 35 #define __yerr(yse, _code, _msg...) \ argument 44 #define yerr(_ys, _code, _msg...) __yerr(&(_ys)->err, _code, _msg) argument
|
/linux/drivers/nvdimm/ |
H A D | nd_perf.c | 15 #define EVENT(_name, _code) enum{_name = _code} argument
|
/linux/sound/soc/codecs/ |
H A D | peb2466.c | 79 PEB2466_MAKE_COP(_ad,_code) global() argument
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | farch.c | 65 #define _EFX_CHANNEL_MAGIC(_code, _data) ((_code) << 8 | (_data)) argument
|