Searched refs:FanCtrlRequest (Results 1 – 2 of 2) sorted by relevance
27 if (*dataLen < sizeof(struct FanCtrlRequest)) in getFailsafeModeState()33 reinterpret_cast<const struct FanCtrlRequest*>(&reqBuf[0]); in getFailsafeModeState()58 if (*dataLen < sizeof(struct FanCtrlRequest)) in getManualModeState()64 reinterpret_cast<const struct FanCtrlRequest*>(&reqBuf[0]); in getManualModeState()109 if (*dataLen < sizeof(struct FanCtrlRequest)) in manualModeControl()115 reinterpret_cast<const struct FanCtrlRequest*>(&reqBuf[0]); in manualModeControl()
15 struct FanCtrlRequest struct