Home | History | Annotate | Download | only in i2c

Lines Matching defs:ibmhawk_request

83 static int ibmhawk_request(struct ibmhawk_softc *,
110 if (ibmhawk_request(&sc, IHR_EQUIP, &resp))
130 if (ibmhawk_request(sc, IHR_NAME, &resp)) {
135 if (ibmhawk_request(sc, IHR_EQUIP, &resp)) {
146 if (ibmhawk_request(sc, IHR_TEMP_THR, &resp)) {
153 if (ibmhawk_request(sc, IHR_VOLT_THR, &resp)) {
211 ibmhawk_request(struct ibmhawk_softc *sc, uint8_t request,
345 valid = (ibmhawk_request(sc, IHR_TEMP, &resp) == 0);
351 valid = (ibmhawk_request(sc, IHR_FANRPM, &resp) == 0);
356 valid = (ibmhawk_request(sc, IHR_VOLT, &resp) == 0);