Searched refs:_msg (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | fw-api-coex.h | 284 #define BT_MBOX(n_dw, _msg, _pos, _nbits) \ argument 285 BT_MBOX##n_dw##_##_msg##_POS = (_pos), \ 286 BT_MBOX##n_dw##_##_msg = BITS(_nbits) << BT_MBOX##n_dw##_##_msg##_POS
|
/linux-4.4.14/tools/usb/ |
D | ffs-test.c | 59 static void _msg(unsigned level, const char *fmt, ...) in _msg() function 94 #define die(...) (_msg(2, __VA_ARGS__), exit(1)) 95 #define err(...) _msg(3, __VA_ARGS__) 96 #define warn(...) _msg(4, __VA_ARGS__) 97 #define note(...) _msg(5, __VA_ARGS__) 98 #define info(...) _msg(6, __VA_ARGS__) 99 #define debug(...) _msg(7, __VA_ARGS__)
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-prd.c | 352 unsigned long msg_type, void *_msg) in opal_prd_msg_notifier() argument 356 struct opal_msg *msg = _msg; in opal_prd_msg_notifier()
|
/linux-4.4.14/drivers/cpufreq/ |
D | powernv-cpufreq.c | 460 unsigned long msg_type, void *_msg) in powernv_cpufreq_occ_msg() argument 462 struct opal_msg *msg = _msg; in powernv_cpufreq_occ_msg()
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | af9035.c | 327 #define AF9035_IS_I2C_XFER_WRITE_READ(_msg, _num) \ in af9035_i2c_master_xfer() argument 328 (_num == 2 && !(_msg[0].flags & I2C_M_RD) && (_msg[1].flags & I2C_M_RD)) in af9035_i2c_master_xfer() 329 #define AF9035_IS_I2C_XFER_WRITE(_msg, _num) \ in af9035_i2c_master_xfer() argument 330 (_num == 1 && !(_msg[0].flags & I2C_M_RD)) in af9035_i2c_master_xfer() 331 #define AF9035_IS_I2C_XFER_READ(_msg, _num) \ in af9035_i2c_master_xfer() argument 332 (_num == 1 && (_msg[0].flags & I2C_M_RD)) in af9035_i2c_master_xfer()
|