Searched refs:_instance (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/edac/ |
| H A D | scrub.c | 145 #define EDAC_SCRUB_ATTR_RO(_name, _instance) \ argument 147 .instance = _instance }) 149 #define EDAC_SCRUB_ATTR_WO(_name, _instance) \ argument 151 .instance = _instance }) 153 #define EDAC_SCRUB_ATTR_RW(_name, _instance) \ argument 155 .instance = _instance })
|
| /linux/drivers/clk/renesas/ |
| H A D | rzv2h-cpg.h | 28 #define PLL_PACK_LIMITS(_offset, _has_clkn, _instance, _limits) \ argument 32 .instance = _instance, \ 36 #define PLL_PACK(_offset, _has_clkn, _instance) \ argument 37 PLL_PACK_LIMITS(_offset, _has_clkn, _instance, NULL)
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base.py | 375 _instance = None variable in HIDTestUdevRule 430 if not cls._instance: 431 cls._instance = HIDTestUdevRule() 432 return cls._instance
|
| /linux/drivers/soc/tegra/ |
| H A D | pmc.c | 328 #define TEGRA_WAKE_GPIO(_name, _id, _instance, _pin) \ argument 334 .instance = _instance, \
|