HomeSort by: relevance | last modified time | path
    Searched defs:ibmhawk_request (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
ibmhawk.c 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, function in typeref:typename:int
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)
    [all...]
ibmhawk.c 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, function in typeref:typename:int
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)
    [all...]

Completed in 25 milliseconds