bmx280.c | 735 int error = 0, ierror; local in function:bmx280_wait_for_data 740 ierror = sc->sc_funcs->read_reg(sc, reg, &running, 1); 741 if (ierror) { 743 device_xname(sc->sc_dev), ierror)); 764 int error = 0, ierror; local in function:bmx280_read_data 795 ierror = sc->sc_funcs->read_reg(sc, reg, raw_press_temp_hum, rlen); 796 if (ierror) { 798 device_xname(sc->sc_dev), ierror));
|