Home
last modified time | relevance | path

Searched refs:_rc (Results 1 – 7 of 7) sorted by relevance

/linux/net/smc/
A Dsmc_stats.h91 #define SMC_STAT_PAYLOAD_SUB(_smc_stats, _tech, key, _len, _rc) \ argument
97 typeof(_rc) r = (_rc); \
114 typeof(rcode) _rc = (rcode); \
117 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, tx, _len, _rc); \
119 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, tx, _len, _rc); \
129 typeof(rcode) _rc = (rcode); \
132 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_D, rx, _len, _rc); \
134 SMC_STAT_PAYLOAD_SUB(_smc_stats, SMC_TYPE_R, rx, _len, _rc); \
/linux/drivers/media/tuners/
A Dtuner-xc2028.c124 int _rc; \
126 if (size != _rc) \
128 _rc, (int)size); \
131 _rc; \
135 int _rc; \
138 if (isize != _rc) \
140 _rc, (int)isize); \
143 _rc; \
148 int _rc; \
150 (_rc = tuner_i2c_xfer_send(&priv->i2c_props, \
[all …]
/linux/drivers/media/pci/saa7134/
A Dsaa7134.h725 long _rc; \
728 _rc = v4l2_device_call_until_err(&(dev)->v4l2_dev, \
732 _rc; \
/linux/drivers/cpufreq/
A Dpowernow-k8.c460 static void check_supported_cpu(void *_rc) in check_supported_cpu() argument
463 int *rc = _rc; in check_supported_cpu()
/linux/drivers/clk/nxp/
A Dclk-lpc32xx.c697 #define LPC32XX_DEFINE_PLL_OPS(_name, _rc, _sr, _rr) \ argument
702 .recalc_rate = _rc, \
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c2463 int _rc = pthread_join(tid, status); \
2464 if (_rc) { \
2466 (unsigned int)tid, _rc); \
/linux/drivers/net/wireless/ath/ath9k/
A Dxmit.c23 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument

Completed in 41 milliseconds