Searched refs:_res (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/arm/plat-omap/include/plat/ |
D | sram.h | 11 typeof(&(funcp)) _res = NULL; \ 14 _res = fncpy(_sram_address, &(funcp), size); \ 15 _res; \
|
/linux-4.1.27/drivers/video/fbdev/ |
D | auo_k1901fb.c | 89 #define AUOK1901_INIT_RESOLUTION(_res) (((_res & (1 << 4)) << 6) \ argument 90 | ((_res & 0xf) << 2))
|
D | auo_k190x.h | 92 #define AUOK190X_UPDATE_MODE(_res) ((_res & 0x7) << 12) argument
|
D | auo_k1900fb.c | 59 #define AUOK1900_INIT_RESOLUTION(_res) ((_res & 0x7) << 2) argument
|
/linux-4.1.27/lib/ |
D | kstrtox.c | 88 unsigned long long _res; in _kstrtoull() local 92 rv = _parse_integer(s, base, &_res); in _kstrtoull() 102 *res = _res; in _kstrtoull()
|
/linux-4.1.27/include/linux/ |
D | device-mapper.h | 565 u64 _res; \ 566 (x) = div64_u64_rem(x, y, &_res); \ 567 _res; \
|
D | kernel.h | 141 int _res; \ 142 _res = (n) % (b); \ 144 _res; \
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
D | oid_mgt.c | 524 void *cache, *_res = NULL; in mgt_get_request() local 555 _res = response->data; in mgt_get_request() 559 _res = cache; in mgt_get_request() 563 res->u = ret ? 0 : le32_to_cpu(*(u32 *) _res); in mgt_get_request() 570 memcpy(res->ptr, _res, reslen); in mgt_get_request()
|
/linux-4.1.27/arch/frv/kernel/ |
D | gdb-stub.c | 512 static inline int gdbstub_read_dword(const void *addr, uint32_t *_res) in gdbstub_read_dword() argument 525 *_res = res; in gdbstub_read_dword() 546 static inline int gdbstub_read_word(const void *addr, uint16_t *_res) in gdbstub_read_word() argument 559 *_res = res; in gdbstub_read_word() 580 static inline int gdbstub_read_byte(const void *addr, uint8_t *_res) in gdbstub_read_byte() argument 593 *_res = res; in gdbstub_read_byte()
|
/linux-4.1.27/drivers/net/can/mscan/ |
D | mscan.h | 142 #define _MSCAN_RESERVED_(n, num) u8 _res##n[num]
|
/linux-4.1.27/fs/xfs/ |
D | xfs_super.c | 141 int last, shift_left_factor = 0, _res; in suffix_kstrtoint() local 158 if (kstrtoint(s, base, &_res)) in suffix_kstrtoint() 160 *res = _res << shift_left_factor; in suffix_kstrtoint()
|
/linux-4.1.27/net/bluetooth/ |
D | smp.c | 466 u8 _res[16]; in smp_ah() local 470 memcpy(_res, r, 3); in smp_ah() 471 memset(_res + 3, 0, 13); in smp_ah() 473 err = smp_e(tfm, irk, _res); in smp_ah() 485 memcpy(res, _res, 3); in smp_ah()
|