Home
last modified time | relevance | path

Searched defs:_b (Results 1 – 25 of 27) sorted by relevance

12

/drivers/input/mouse/
Dalps.h63 #define IS_SS4PLUS_DEV(_b) (((_b[0]) == 0x73) && \ argument
68 #define SS4_IS_IDLE_V2(_b) (((_b[0]) == 0x18) && \ argument
76 #define SS4_1F_X_V2(_b) (((_b[0]) & 0x0007) | \ argument
82 #define SS4_1F_Y_V2(_b) (((_b[2]) & 0x000F) | \ argument
88 #define SS4_1F_Z_V2(_b) (((_b[5]) & 0x0F) | \ argument
93 #define SS4_1F_LFB_V2(_b) (((_b[2] >> 4) & 0x01) == 0x01) argument
95 #define SS4_MF_LF_V2(_b, _i) ((_b[1 + (_i) * 3] & 0x0004) == 0x0004) argument
97 #define SS4_BTN_V2(_b) ((_b[0] >> 5) & SS4_MASK_NORMAL_BUTTONS) argument
99 #define SS4_STD_MF_X_V2(_b, _i) (((_b[0 + (_i) * 3] << 5) & 0x00E0) | \ argument
103 #define SS4_PLUS_STD_MF_X_V2(_b, _i) (((_b[0 + (_i) * 3] << 4) & 0x0070) | \ argument
[all …]
/drivers/staging/rtl8723bs/include/
Drtw_io.h359 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
361 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
363 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
366 #define PlatformEFIORead1Byte(_a, _b) \ argument
368 #define PlatformEFIORead2Byte(_a, _b) \ argument
370 #define PlatformEFIORead4Byte(_a, _b) \ argument
/drivers/iio/adc/
Dad7793.c551 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument
562 #define DECLARE_AD7795_CHANNELS(_name, _b, _sb) \ argument
576 #define DECLARE_AD7797_CHANNELS(_name, _b, _sb) \ argument
585 #define DECLARE_AD7799_CHANNELS(_name, _b, _sb) \ argument
/drivers/soc/fsl/qbman/
Dqman_priv.h137 const u32 *_b = b->q.state; in qman_cgrs_and() local
149 const u32 *_b = b->q.state; in qman_cgrs_xor() local
/drivers/staging/lustre/lustre/include/
Dlustre_dlm_flags.h385 #define LDLM_TEST_FLAG(_l, _b) (((_l)->l_flags & (_b)) != 0) argument
391 #define LDLM_SET_FLAG(_l, _b) ((_l)->l_flags |= (_b)) argument
394 #define LDLM_CLEAR_FLAG(_l, _b) ((_l)->l_flags &= ~(_b)) argument
/drivers/scsi/fnic/
Dfnic_trace.h87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
/drivers/net/wireless/intersil/p54/
Deeprom.c108 const void *_b) in p54_compare_channels()
117 const void *_b) in p54_compare_rssichan()
/drivers/ps3/
Dps3-vuart.c114 #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
/drivers/sh/intc/
Dinternals.h109 const struct intc_handle_int *_b = b; in intc_handle_int_cmp() local
/drivers/clk/tegra/
Dclk-emc.c419 static int cmp_timings(const void *_a, const void *_b) in cmp_timings()
/drivers/cpufreq/
Ds3c24xx-cpufreq.c512 #define do_min(_a, _b) ((_a) == 0 ? (_b) : (_b) == 0 ? (_a) : min(_a, _b)) argument
/drivers/block/xen-blkback/
Dcommon.h375 #define xen_blkif_get(_b) (atomic_inc(&(_b)->refcnt)) argument
376 #define xen_blkif_put(_b) \ argument
/drivers/media/platform/exynos4-is/
Dfimc-isp.h110 #define to_isp_video_buf(_b) container_of(_b, struct isp_video_buf, vb) argument
/drivers/base/regmap/
Dregcache.c642 const struct reg_default *_b = b; in regcache_default_cmp() local
/drivers/thermal/
Drcar_gen3_thermal.c132 #define FIXPT_DIV(_a, _b) DIV_ROUND_CLOSEST(((_a) << FIXPT_SHIFT), (_b)) argument
/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c1117 u16 _b = *(const u16 *)(b); in rsi_compare() local
/drivers/clk/nxp/
Dclk-lpc32xx.c1171 #define LPC32XX_DEFINE_CLK(_idx, _reg, _e, _em, _d, _dm, _b, _bm, _ops) \ argument
1192 #define LPC32XX_DEFINE_USB(_idx, _ce, _cd, _cm, _e, _b, _ops) \ argument
/drivers/media/usb/msi2500/
Dmsi2500.c659 #define msi2500_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
/drivers/media/usb/airspy/
Dairspy.c159 #define airspy_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
/drivers/iio/frequency/
Dad9523.c243 #define AD_IFE(_pde, _a, _b) ((pdata->_pde) ? _a : _b) argument
/drivers/media/usb/hackrf/
Dhackrf.c179 #define hackrf_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
/drivers/memory/tegra/
Dtegra124-emc.c940 static int cmp_timings(const void *_a, const void *_b) in cmp_timings()
/drivers/staging/comedi/drivers/
Dni_stc.h436 #define NISTC_RTSI_TRIG_TO_SRC(_c, _b) (((_b) >> (((_c) % 4) * 4)) & 0xf) argument
809 #define NI_M_PFI_OUT_SEL_TO_SRC(_c, _b) (((_b) >> NI_M_PFI_CHAN(_c)) & 0x1f) argument
/drivers/scsi/csiostor/
Dcsio_hw.h501 #define csio_reg(_b, _r) ((_b) + (_r)) argument
/drivers/scsi/cxlflash/
Dmain.c1494 #define ASTATUS_FC(_a, _b, _c, _d) \ argument

12