Searched refs:_rc (Results 1 – 5 of 5) sorted by relevance
98 int _rc; \99 _rc = tuner_i2c_xfer_send(&priv->i2c_props, buf, size); \100 if (size != _rc) \102 _rc, (int)size); \105 _rc; \109 int _rc; \110 _rc = tuner_i2c_xfer_recv(&priv->i2c_props, buf, size); \111 if (size != _rc) \113 _rc, (int)size); \114 _rc; \[all …]
687 long _rc; \690 _rc = v4l2_device_call_until_err(&(dev)->v4l2_dev, \694 _rc; \
166 register unsigned long _rc asm("1") = 0; in diag308()172 : "+d" (_addr), "+d" (_rc) in diag308()174 return _rc; in diag308()
517 static void check_supported_cpu(void *_rc) in check_supported_cpu() argument520 int *rc = _rc; in check_supported_cpu()
22 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument