Searched refs:_list (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/nouveau/include/nvkm/core/ |
| A D | firmware.h | 50 typeof(l[0]) *_list = (l), *_next, *_fwif = NULL; \ 56 for (_next = _list; !_fwif && _next->load; _next++) { \ 67 for (_next = _fwif ? _fwif : _list; _next->load; _next++) { \
|
| /drivers/platform/x86/amd/hsmp/ |
| A D | plat.c | 92 #define HSMP_BIN_ATTR(index, _list) \ argument 99 static const struct bin_attribute _list[] = { \ 113 #define HSMP_BIN_ATTR_GRP(index, _list, _name) \ argument 115 .bin_attrs = _list, \
|
| /drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | testmode.c | 26 #define REG_BAND(_list, _reg) \ argument 27 { _list.band[0] = MT_##_reg(0); \ 28 _list.band[1] = MT_##_reg(1); } 29 #define REG_BAND_IDX(_list, _reg, _idx) \ argument 30 { _list.band[0] = MT_##_reg(0, _idx); \ 31 _list.band[1] = MT_##_reg(1, _idx); }
|
| /drivers/base/power/ |
| A D | common.c | 310 static void devm_pm_domain_detach_list(void *_list) in devm_pm_domain_detach_list() argument 312 struct dev_pm_domain_list *list = _list; in devm_pm_domain_detach_list()
|
| /drivers/media/i2c/ |
| A D | imx258.c | 531 #define REGS(_list) { .num_of_regs = ARRAY_SIZE(_list), .regs = _list, } argument
|
Completed in 16 milliseconds