Searched defs:ocs_command_ctx_s (Results 1 – 1 of 1) sorted by relevance
445 typedef struct ocs_command_ctx_s { struct446 ocs_list_t link;448 int32_t (*cb)(struct ocs_hw_s *, int32_t, uint8_t *, void *);449 void *arg; /**< Argument for callback */450 uint8_t *buf; /**< buffer holding command / results */451 void *ctx; /**< upper layer context */