Lines Matching refs:ret
176 int ret; in port_exp_direction_output() local
179 ret = i2c_probe(PORTEXP_IO_TO_CHIP(gpio)); in port_exp_direction_output()
180 if (ret) in port_exp_direction_output()
181 return ret; in port_exp_direction_output()
183 ret = pca953x_set_dir(PORTEXP_IO_TO_CHIP(gpio), in port_exp_direction_output()
187 if (ret) in port_exp_direction_output()
188 return ret; in port_exp_direction_output()
190 ret = pca953x_set_val(PORTEXP_IO_TO_CHIP(gpio), in port_exp_direction_output()
194 if (ret) in port_exp_direction_output()
195 return ret; in port_exp_direction_output()
414 int ret; in mx6sabre_rev() local
418 ret = BOARD_REV_B; in mx6sabre_rev()
422 ret = BOARD_REV_A; in mx6sabre_rev()
426 return ret; in mx6sabre_rev()