Searched refs:_rc (Results 1 – 4 of 4) sorted by relevance
127 int _rc; \128 _rc = tuner_i2c_xfer_send(&priv->i2c_props, buf, size); \129 if (size != _rc) \131 _rc, (int)size); \134 _rc; \138 int _rc; \139 _rc = tuner_i2c_xfer_send_recv(&priv->i2c_props, obuf, osize, \141 if (isize != _rc) \143 _rc, (int)isize); \146 _rc; \[all …]
698 long _rc; \701 _rc = v4l2_device_call_until_err(&(dev)->v4l2_dev, \705 _rc; \
472 static void check_supported_cpu(void *_rc) in check_supported_cpu() argument475 int *rc = _rc; in check_supported_cpu()
23 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument