/drivers/input/mouse/ |
D | alps.h | 60 #define IS_SS4PLUS_DEV(_b) (((_b[0]) == 0x73) && \ argument 65 #define SS4_IS_IDLE_V2(_b) (((_b[0]) == 0x18) && \ argument 73 #define SS4_1F_X_V2(_b) (((_b[0]) & 0x0007) | \ argument 79 #define SS4_1F_Y_V2(_b) (((_b[2]) & 0x000F) | \ argument 85 #define SS4_1F_Z_V2(_b) (((_b[5]) & 0x0F) | \ argument 90 #define SS4_1F_LFB_V2(_b) (((_b[2] >> 4) & 0x01) == 0x01) argument 92 #define SS4_MF_LF_V2(_b, _i) ((_b[1 + (_i) * 3] & 0x0004) == 0x0004) argument 94 #define SS4_BTN_V2(_b) ((_b[0] >> 5) & SS4_MASK_NORMAL_BUTTONS) argument 96 #define SS4_STD_MF_X_V2(_b, _i) (((_b[0 + (_i) * 3] << 5) & 0x00E0) | \ argument 100 #define SS4_PLUS_STD_MF_X_V2(_b, _i) (((_b[0 + (_i) * 3] << 4) & 0x0070) | \ argument [all …]
|
/drivers/staging/r8188eu/include/ |
D | rtw_io.h | 353 #define PlatformEFIOWrite1Byte(_a,_b,_c) \ argument 355 #define PlatformEFIOWrite2Byte(_a,_b,_c) \ argument 357 #define PlatformEFIOWrite4Byte(_a,_b,_c) \ argument 360 #define PlatformEFIORead1Byte(_a,_b) \ argument 362 #define PlatformEFIORead2Byte(_a,_b) \ argument 364 #define PlatformEFIORead4Byte(_a,_b) \ argument
|
/drivers/gpu/drm/i915/gvt/ |
D | reg.h | 97 #define IS_MASKED_BITS_ENABLED(_val, _b) \ argument 99 #define IS_MASKED_BITS_DISABLED(_val, _b) \ argument
|
/drivers/iio/adc/ |
D | ad7793.c | 616 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument 627 #define DECLARE_AD7795_CHANNELS(_name, _b, _sb) \ argument 641 #define DECLARE_AD7797_CHANNELS(_name, _b, _sb) \ argument 650 #define DECLARE_AD7799_CHANNELS(_name, _b, _sb) \ argument
|
/drivers/soc/fsl/qbman/ |
D | qman_priv.h | 135 const u32 *_b = b->q.state; in qman_cgrs_and() local 147 const u32 *_b = b->q.state; in qman_cgrs_xor() local
|
/drivers/net/wireless/intersil/p54/ |
D | eeprom.c | 105 const void *_b) in p54_compare_channels() 114 const void *_b) in p54_compare_rssichan()
|
/drivers/gpu/drm/tiny/ |
D | bochs.c | 166 #define bochs_hw_set_native_endian(_b) bochs_hw_set_big_endian(_b) argument 168 #define bochs_hw_set_native_endian(_b) bochs_hw_set_little_endian(_b) argument
|
/drivers/scsi/fnic/ |
D | fnic_trace.h | 87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
|
/drivers/gpu/drm/i915/gt/ |
D | selftest_engine_heartbeat.c | 196 static int cmp_u32(const void *_a, const void *_b) in cmp_u32()
|
/drivers/ps3/ |
D | ps3-vuart.c | 102 #define dump_ports_bmp(_b) _dump_ports_bmp(_b, __func__, __LINE__) argument 109 #define dump_port_params(_b) _dump_port_params(_b, __func__, __LINE__) argument
|
/drivers/cpufreq/ |
D | s3c24xx-cpufreq.c | 500 #define do_min(_a, _b) ((_a) == 0 ? (_b) : (_b) == 0 ? (_a) : min(_a, _b)) argument
|
/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 162 static int cmphandle(const void *_a, const void *_b) in cmphandle()
|
/drivers/sh/intc/ |
D | internals.h | 109 const struct intc_handle_int *_b = b; in intc_handle_int_cmp() local
|
/drivers/block/xen-blkback/ |
D | common.h | 365 #define xen_blkif_get(_b) (atomic_inc(&(_b)->refcnt)) argument 366 #define xen_blkif_put(_b) \ argument
|
/drivers/media/platform/exynos4-is/ |
D | fimc-isp.h | 107 #define to_isp_video_buf(_b) container_of(_b, struct isp_video_buf, vb) argument
|
/drivers/base/regmap/ |
D | regcache.c | 674 const struct reg_default *_b = b; in regcache_default_cmp() local
|
/drivers/clk/tegra/ |
D | clk-tegra124-emc.c | 429 static int cmp_timings(const void *_a, const void *_b) in cmp_timings()
|
/drivers/thermal/ |
D | rcar_gen3_thermal.c | 128 #define FIXPT_DIV(_a, _b) DIV_ROUND_CLOSEST(((_a) << FIXPT_SHIFT), (_b)) argument
|
/drivers/clk/nxp/ |
D | clk-lpc32xx.c | 1166 #define LPC32XX_DEFINE_CLK(_idx, _reg, _e, _em, _d, _dm, _b, _bm, _ops) \ argument 1187 #define LPC32XX_DEFINE_USB(_idx, _ce, _cd, _cm, _e, _b, _ops) \ argument
|
/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 1258 u16 _b = *(const u16 *)(b); in rsi_compare() local
|
/drivers/media/usb/msi2500/ |
D | msi2500.c | 640 #define msi2500_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
|
/drivers/media/usb/airspy/ |
D | airspy.c | 148 #define airspy_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
|
/drivers/memory/tegra/ |
D | tegra20-emc.c | 367 static int cmp_timings(const void *_a, const void *_b) in cmp_timings()
|
/drivers/media/test-drivers/ |
D | vim2m.c | 292 u8 _r[2], _g[2], _b[2], *r, *g, *b; in copy_two_pixels() local
|
/drivers/iio/frequency/ |
D | ad9523.c | 243 #define AD_IFE(_pde, _a, _b) ((pdata->_pde) ? _a : _b) argument
|