/linux-4.1.27/drivers/input/mouse/ |
D | alps.h | 55 #define SS4_1F_X_V2(_b) ((_b[0] & 0x0007) | \ argument 61 #define SS4_1F_Y_V2(_b) (((_b[2]) & 0x000F) | \ argument 67 #define SS4_1F_Z_V2(_b) (((_b[5]) & 0x0F) | \ argument 72 #define SS4_1F_LFB_V2(_b) (((_b[2] >> 4) & 0x01) == 0x01) argument 74 #define SS4_MF_LF_V2(_b, _i) ((_b[1 + (_i) * 3] & 0x0004) == 0x0004) argument 76 #define SS4_BTN_V2(_b) ((_b[0] >> 5) & SS4_MASK_NORMAL_BUTTONS) argument 78 #define SS4_STD_MF_X_V2(_b, _i) (((_b[0 + (_i) * 3] << 5) & 0x00E0) | \ argument 82 #define SS4_STD_MF_Y_V2(_b, _i) (((_b[1 + (_i) * 3] << 3) & 0x0010) | \ argument 87 #define SS4_BTL_MF_X_V2(_b, _i) (SS4_STD_MF_X_V2(_b, _i) | \ argument 91 #define SS4_BTL_MF_Y_V2(_b, _i) (SS4_STD_MF_Y_V2(_b, _i) | \ argument [all …]
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_io.h | 226 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument 228 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument 230 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument 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/include/linux/ |
D | sh_clk.h | 129 #define SH_CLK_MSTP32(_p, _r, _b, _f) \ argument 132 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument 135 #define SH_CLK_MSTP16(_p, _r, _b, _f) \ argument 138 #define SH_CLK_MSTP8(_p, _r, _b, _f) \ argument
|
/linux-4.1.27/drivers/iio/adc/ |
D | ad7793.c | 587 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument 598 #define DECLARE_AD7795_CHANNELS(_name, _b, _sb) \ argument 612 #define DECLARE_AD7797_CHANNELS(_name, _b, _sb) \ argument 621 #define DECLARE_AD7799_CHANNELS(_name, _b, _sb) \ 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
|
/linux-4.1.27/arch/arm/mach-footbridge/ |
D | dc21285.c | 284 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | eeprom.c | 108 const void *_b) in p54_compare_channels() 117 const void *_b) in p54_compare_rssichan()
|
/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/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/unicore32/mm/ |
D | init.c | 235 static int __init meminfo_cmp(const void *_a, const void *_b) in meminfo_cmp()
|
/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 63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument
|
D | spu.c | 133 #define dump_areas(_a, _b, _c, _d, _e) \ argument
|
/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/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/drivers/sh/intc/ |
D | internals.h | 116 const struct intc_handle_int *_b = b; in intc_handle_int_cmp() local
|
/linux-4.1.27/drivers/base/regmap/ |
D | regcache.c | 570 const struct reg_default *_b = b; in regcache_default_cmp() local
|
/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
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 962 u16 _b = *(const u16 *)(b); in rsi_compare() local
|
/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/include/linux/netfilter/ |
D | x_tables.h | 335 const char *_b, in ifname_compare_aligned()
|
/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
|
/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
|
/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()
|
/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
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 919 u32 *_b = b; in gfar_swap() local
|
/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/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()
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 53 #define _b r5 macro
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_hw.h | 501 #define csio_reg(_b, _r) ((_b) + (_r)) argument
|
/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/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/mm/ |
D | memcontrol.c | 3636 const struct mem_cgroup_threshold *_b = b; in compare_thresholds() local
|