Home
last modified time | relevance | path

Searched refs:_res (Results 1 – 4 of 4) sorted by relevance

/include/linux/mfd/
Dcore.h17 #define MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, _use_of_reg, _match) \ argument
20 .resources = (_res), \
21 .num_resources = MFD_RES_SIZE((_res)), \
31 #define MFD_CELL_OF_REG(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg) \ argument
32 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, true, NULL)
34 #define MFD_CELL_OF(_name, _res, _pdata, _pdsize, _id, _compat) \ argument
35 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, 0, false, NULL)
37 #define MFD_CELL_ACPI(_name, _res, _pdata, _pdsize, _id, _match) \ argument
38 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, _match)
40 #define MFD_CELL_BASIC(_name, _res, _pdata, _pdsize, _id) \ argument
[all …]
/include/net/
Dnetdev_queues.h161 int _res; \
173 _res = 0; \
176 _res = -1; \
178 _res; \
202 int _res; \
204 _res = 1; \
206 _res = netif_txq_try_stop(txq, get_desc, start_thrs); \
207 _res; \
246 int _res; \
255 _res = -1; \
[all …]
/include/linux/
Dalloc_tag.h227 typeof(_do_alloc) _res; \
231 _res = _do_alloc; \
234 _res = _do_alloc; \
235 _res; \
Ddevice-mapper.h708 u64 _res; \
709 (x) = div64_u64_rem(x, y, &_res); \
710 _res; \