Searched refs:NanohubCommand (Results 1 – 3 of 3) sorted by relevance
25 struct NanohubCommand { struct35 const struct NanohubCommand *nanohubFindCommand(uint32_t packetReason); argument
122 const struct NanohubCommand *cmd;142 static const struct NanohubCommand *mRxCmd;237 static inline const struct NanohubCommand *hostIntfFindHandler(uint8_t *buf, size_t size, uint32_t … in hostIntfFindHandler()243 const struct NanohubCommand *cmd; in hostIntfFindHandler()
1050 const static struct NanohubCommand mBuiltinCommands[] = {1108 const struct NanohubCommand *nanohubFindCommand(uint32_t packetReason) in nanohubFindCommand()1113 const struct NanohubCommand *cmd = &mBuiltinCommands[i]; in nanohubFindCommand()