/linux-4.1.27/drivers/input/mouse/ |
D | alps.h | 55 #define SS4_1F_X_V2(_b) ((_b[0] & 0x0007) | \ argument 56 ((_b[1] << 3) & 0x0078) | \ 57 ((_b[1] << 2) & 0x0380) | \ 58 ((_b[2] << 5) & 0x1C00) \ 61 #define SS4_1F_Y_V2(_b) (((_b[2]) & 0x000F) | \ argument 62 ((_b[3] >> 2) & 0x0030) | \ 63 ((_b[4] << 6) & 0x03C0) | \ 64 ((_b[4] << 5) & 0x0C00) \ 67 #define SS4_1F_Z_V2(_b) (((_b[5]) & 0x0F) | \ argument 68 ((_b[5] >> 1) & 0x70) | \ [all …]
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 53 #define _b r5 macro 333 _R( _a, _b, _c, _d, _e, F1, 0, 336 _R( _e, _a, _b, _c, _d, F1, 1, 339 _R( _d, _e, _a, _b, _c, F1, 2, 342 _R( _c, _d, _e, _a, _b, F1, 3, 348 _R( _b, _c, _d, _e, _a, F1, 4, 351 _R( _a, _b, _c, _d, _e, F1, 5, 354 _R( _e, _a, _b, _c, _d, F1, 6, 357 _R( _d, _e, _a, _b, _c, F1, 7, 361 _R( _c, _d, _e, _a, _b, F1, 8, [all …]
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_io.h | 226 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument 227 rtl8723au_write8(_a, _b, _c) 228 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument 229 rtl8723au_write16(_a, _b, _c) 230 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument 231 rtl8723au_write32(_a, _b, _c) 233 #define PlatformEFIORead1Byte(_a, _b) rtl8723au_read8(_a, _b) argument 234 #define PlatformEFIORead2Byte(_a, _b) rtl8723au_read16(_a, _b) argument 235 #define PlatformEFIORead4Byte(_a, _b) rtl8723au_read32(_a, _b) argument
|
/linux-4.1.27/scripts/kconfig/ |
D | nconf.h | 31 typeof(b) _b = b;\ 32 _a > _b ? _a : _b; }) 36 typeof(b) _b = b;\ 37 _a < _b ? _a : _b; })
|
/linux-4.1.27/drivers/iio/adc/ |
D | ad7793.c | 587 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument 589 AD_SD_DIFF_CHANNEL(0, 0, 0, AD7793_CH_AIN1P_AIN1M, (_b), (_sb), (_s)), \ 590 AD_SD_DIFF_CHANNEL(1, 1, 1, AD7793_CH_AIN2P_AIN2M, (_b), (_sb), (_s)), \ 591 AD_SD_DIFF_CHANNEL(2, 2, 2, AD7793_CH_AIN3P_AIN3M, (_b), (_sb), (_s)), \ 592 AD_SD_SHORTED_CHANNEL(3, 0, AD7793_CH_AIN1M_AIN1M, (_b), (_sb), (_s)), \ 593 AD_SD_TEMP_CHANNEL(4, AD7793_CH_TEMP, (_b), (_sb), (_s)), \ 594 AD_SD_SUPPLY_CHANNEL(5, 3, AD7793_CH_AVDD_MONITOR, (_b), (_sb), (_s)), \ 598 #define DECLARE_AD7795_CHANNELS(_name, _b, _sb) \ argument 600 AD_SD_DIFF_CHANNEL(0, 0, 0, AD7793_CH_AIN1P_AIN1M, (_b), (_sb), 0), \ 601 AD_SD_DIFF_CHANNEL(1, 1, 1, AD7793_CH_AIN2P_AIN2M, (_b), (_sb), 0), \ [all …]
|
/linux-4.1.27/include/linux/ |
D | sh_clk.h | 129 #define SH_CLK_MSTP32(_p, _r, _b, _f) \ argument 130 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_32BIT) 132 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument 133 SH_CLK_MSTP(_p, _r, _b, _s, _f | CLK_ENABLE_REG_32BIT) 135 #define SH_CLK_MSTP16(_p, _r, _b, _f) \ argument 136 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_16BIT) 138 #define SH_CLK_MSTP8(_p, _r, _b, _f) \ argument 139 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_8BIT)
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_dlm_flags.h | 374 #define LDLM_TEST_FLAG(_l, _b) (((_l)->l_flags & (_b)) != 0) argument 377 #define LDLM_SET_FLAG(_l, _b) (((_l)->l_flags |= (_b)) argument 380 #define LDLM_CLEAR_FLAG(_l, _b) (((_l)->l_flags &= ~(_b)) argument
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
D | hubmd.h | 148 #define MMC_BANK_SHFT(_b) ((_b) * 3) argument 149 #define MMC_BANK_MASK(_b) (UINT64_CAST 7 << MMC_BANK_SHFT(_b)) argument 266 #define MD_BANK_OFFSET(_b) (UINT64_CAST (_b) << MD_BANK_SHFT) argument
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | module.h | 31 #define MODULE_BT_TO_CHAR(_b) ((char)(_b)) argument
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic_trace.h | 87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument 101 trace_buf->data[1] = (u64)(unsigned long)_b; \
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-isp.h | 110 #define to_isp_video_buf(_b) container_of(_b, struct isp_video_buf, vb) argument
|
/linux-4.1.27/drivers/block/xen-blkback/ |
D | common.h | 366 #define xen_blkif_get(_b) (atomic_inc(&(_b)->refcnt)) argument 367 #define xen_blkif_put(_b) \ argument 369 if (atomic_dec_and_test(&(_b)->refcnt)) \ 370 schedule_work(&(_b)->free_work);\
|
/linux-4.1.27/drivers/sh/intc/ |
D | internals.h | 116 const struct intc_handle_int *_b = b; in intc_handle_int_cmp() local 118 return _a->irq - _b->irq; in intc_handle_int_cmp()
|
/linux-4.1.27/drivers/cpufreq/ |
D | s3c24xx-cpufreq.c | 519 #define do_min(_a, _b) ((_a) == 0 ? (_b) : (_b) == 0 ? (_a) : min(_a, _b)) argument
|
/linux-4.1.27/arch/arm/mach-footbridge/ |
D | dc21285.c | 284 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument 285 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
|
/linux-4.1.27/include/linux/netfilter/ |
D | x_tables.h | 335 const char *_b, in ifname_compare_aligned() argument 339 const unsigned long *b = (const unsigned long *)_b; in ifname_compare_aligned()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | repository.c | 35 #define dump_field(_a, _b) _dump_field(_a, _b, __func__, __LINE__) argument 51 #define dump_node_name(_a, _b, _c, _d, _e) \ argument 52 _dump_node_name(_a, _b, _c, _d, _e, __func__, __LINE__) 63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument 64 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)
|
D | spu.c | 133 #define dump_areas(_a, _b, _c, _d, _e) \ argument 134 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
|
/linux-4.1.27/arch/unicore32/mm/ |
D | init.c | 235 static int __init meminfo_cmp(const void *_a, const void *_b) in meminfo_cmp() argument 237 const struct membank *a = _a, *b = _b; in meminfo_cmp()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_hw.h | 501 #define csio_reg(_b, _r) ((_b) + (_r)) argument
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | eeprom.c | 108 const void *_b) in p54_compare_channels() argument 111 const struct p54_channel_entry *b = _b; in p54_compare_channels() 117 const void *_b) in p54_compare_rssichan() argument 120 const struct p54_rssi_db_entry *b = _b; in p54_compare_rssichan()
|
/linux-4.1.27/drivers/ps3/ |
D | ps3-vuart.c | 114 #define dump_ports_bmp(_b) _dump_ports_bmp(_b, __func__, __LINE__) argument 121 #define dump_port_params(_b) _dump_port_params(_b, __func__, __LINE__) argument
|
/linux-4.1.27/drivers/md/bcache/ |
D | btree.c | 140 struct btree *_b = (c)->root; \ 141 bool _w = insert_lock(op, _b); \ 142 rw_lock(_w, _b, _b->level); \ 143 if (_b == (c)->root && \ 144 _w == insert_lock(op, _b)) { \ 145 _r = bch_btree_ ## fn(_b, op, ##__VA_ARGS__); \ 147 rw_unlock(_w, _b); \
|
/linux-4.1.27/drivers/base/regmap/ |
D | regcache.c | 570 const struct reg_default *_b = b; in regcache_default_cmp() local 572 return _a->reg - _b->reg; in regcache_default_cmp()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 919 u32 *_b = b; in gfar_swap() local 921 swap(_a[0], _b[0]); in gfar_swap() 922 swap(_a[1], _b[1]); in gfar_swap() 923 swap(_a[2], _b[2]); in gfar_swap() 924 swap(_a[3], _b[3]); in gfar_swap()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 706 #define CLF_GET_BITS(_b, _h, _l) (((_b << (CLF_HSM_LAST - _h)) & 0xFFFF) \ argument
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 962 u16 _b = *(const u16 *)(b); in rsi_compare() local 964 if (_a > _b) in rsi_compare() 967 if (_a < _b) in rsi_compare()
|
/linux-4.1.27/include/math-emu/ |
D | op-2.h | 243 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \ 273 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
|
D | op-4.h | 241 _FP_FRAC_DECL_8(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
|
/linux-4.1.27/drivers/iio/frequency/ |
D | ad9523.c | 243 #define AD_IFE(_pde, _a, _b) ((pdata->_pde) ? _a : _b) argument
|
/linux-4.1.27/drivers/media/usb/airspy/ |
D | airspy.c | 158 #define airspy_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument 166 _l & 0xff, _l >> 8, _direction, _l, _b); \
|
/linux-4.1.27/drivers/media/usb/hackrf/ |
D | hackrf.c | 145 #define hackrf_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument 153 _i >> 8, _l & 0xff, _l >> 8, _direction, _l, _b); \
|
/linux-4.1.27/drivers/media/usb/msi2500/ |
D | msi2500.c | 655 #define msi2500_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument 663 _l & 0xff, _l >> 8, _direction, _l, _b); \
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 84 static unsigned long ifname_compare(const char *_a, const char *_b, const char *_mask) in ifname_compare() argument 87 unsigned long ret = ifname_compare_aligned(_a, _b, _mask); in ifname_compare() 91 const u16 *b = (const u16 *)_b; in ifname_compare()
|
/linux-4.1.27/scripts/ |
D | asn1_compiler.c | 689 static int type_index_compare(const void *_a, const void *_b) in type_index_compare() argument 691 const struct type *const *a = _a, *const *b = _b; in type_index_compare()
|
/linux-4.1.27/fs/ocfs2/ |
D | xattr.c | 326 #define bucket_blkno(_b) ((_b)->bu_bhs[0]->b_blocknr) argument 327 #define bucket_block(_b, _n) ((_b)->bu_bhs[(_n)]->b_data) argument 328 #define bucket_xh(_b) ((struct ocfs2_xattr_header *)bucket_block((_b), 0)) argument
|
/linux-4.1.27/mm/ |
D | memcontrol.c | 3636 const struct mem_cgroup_threshold *_b = b; in compare_thresholds() local 3638 if (_a->threshold > _b->threshold) in compare_thresholds() 3641 if (_a->threshold < _b->threshold) in compare_thresholds()
|