Searched refs:cs (Results 1 – 4 of 4) sorted by relevance
130 if (state->cs) { in unpack_shm()138 if (state->cs) { in unpack_shm()142 state->cs = true; in unpack_shm()147 if (state->cs) { in unpack_shm()149 state->cs = false; in unpack_shm()195 assert(!state->cs || !spi_is_bus_shared(spi)); in spi_srv_handle_batch()225 if (state->cs && spi_is_bus_shared(spi)) { in spi_srv_handle_batch()
40 bool cs; member167 state.cs = ctx->cs; in handle_msg_batch_req()171 ctx->cs = state.cs; in handle_msg_batch_req()262 if (!ctx->cs) { in on_disconnect()276 state.cs = true; in on_disconnect()283 ctx->cs = false; in on_disconnect()288 assert(!ctx->cs); in on_channel_cleanup()
37 bool cs; member
196 UniquePtr<C[]> cs(new C[4]);