Searched refs:nvec_msg (Results 1 – 3 of 3) sorted by relevance
94 struct nvec_msg { struct146 struct nvec_msg msg_pool[NVEC_POOL_SIZE];147 struct nvec_msg *rx;149 struct nvec_msg *tx;150 struct nvec_msg tx_scratch;159 struct nvec_msg *last_sync_msg;169 struct nvec_msg **msg);177 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg);
166 static struct nvec_msg *nvec_msg_alloc(struct nvec_chip *nvec, in nvec_msg_alloc()191 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg) in nvec_msg_free()203 static bool nvec_msg_is_event(struct nvec_msg *msg) in nvec_msg_is_event()214 static size_t nvec_msg_size(struct nvec_msg *msg) in nvec_msg_size()258 struct nvec_msg *msg; in nvec_write_async()299 struct nvec_msg **msg) in nvec_write_sync()384 struct nvec_msg *msg; in nvec_request_master()388 msg = list_first_entry(&nvec->tx_data, struct nvec_msg, node); in nvec_request_master()418 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) in parse_msg()447 struct nvec_msg *msg; in nvec_dispatch()[all …]
94 struct nvec_msg *msg; in ps2_sendcommand()