Lines Matching refs:ret
655 bool ret;
663 ret = bcm_iproc_i2c_slave_isr(iproc_i2c, slave_status);
664 if (ret)
780 int ret;
822 ret = bcm_iproc_i2c_check_status(iproc_i2c, msg);
823 if (ret) {
827 return ret;
964 int ret;
975 ret = bcm_iproc_i2c_xfer_internal(iproc_i2c, msgs, process_call);
976 if (ret) {
978 return ret;
1013 int ret = of_property_read_u32(iproc_i2c->device->of_node,
1015 if (ret < 0) {
1046 int irq, ret = 0;
1070 ret = of_property_read_u32(iproc_i2c->device->of_node,
1073 if (ret < 0) {
1086 ret = bcm_iproc_i2c_init(iproc_i2c);
1087 if (ret)
1088 return ret;
1090 ret = bcm_iproc_i2c_cfg_speed(iproc_i2c);
1091 if (ret)
1092 return ret;
1096 ret = devm_request_irq(iproc_i2c->device, irq,
1099 if (ret < 0) {
1102 return ret;
1167 int ret;
1174 ret = bcm_iproc_i2c_init(iproc_i2c);
1175 if (ret)
1176 return ret;