/linux-4.4.14/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.4.14/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.4.14/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.4.14/include/linux/ |
D | device-mapper.h | 563 u64 _res; \ 564 (x) = div64_u64_rem(x, y, &_res); \ 565 _res; \
|
D | kernel.h | 141 int _res; \ 142 _res = (n) % (b); \ 144 _res; \
|
/linux-4.4.14/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.4.14/drivers/usb/phy/ |
D | phy.c | 87 static void devm_usb_phy_release2(struct device *dev, void *_res) in devm_usb_phy_release2() argument 89 struct phy_devm *res = _res; in devm_usb_phy_release2()
|
/linux-4.4.14/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.4.14/drivers/net/can/mscan/ |
D | mscan.h | 142 #define _MSCAN_RESERVED_(n, num) u8 _res##n[num]
|
/linux-4.4.14/fs/xfs/ |
D | xfs_super.c | 143 int last, shift_left_factor = 0, _res; in suffix_kstrtoint() local 160 if (kstrtoint(s, base, &_res)) in suffix_kstrtoint() 162 *res = _res << shift_left_factor; in suffix_kstrtoint()
|
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 484 u8 _res[16]; in smp_ah() local 488 memcpy(_res, r, 3); in smp_ah() 489 memset(_res + 3, 0, 13); in smp_ah() 491 err = smp_e(tfm, irk, _res); in smp_ah() 503 memcpy(res, _res, 3); in smp_ah()
|
/linux-4.4.14/drivers/nvdimm/ |
D | namespace_devs.c | 756 struct resource *res, *_res; in release_free_pmem() local 758 for_each_dpa_resource_safe(ndd, res, _res) in release_free_pmem()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_main.c | 3266 static void bond_fold_stats(struct rtnl_link_stats64 *_res, in bond_fold_stats() argument 3272 u64 *res = (u64 *)_res; in bond_fold_stats() 3275 for (i = 0; i < sizeof(*_res) / sizeof(u64); i++) { in bond_fold_stats()
|