Searched defs:rx (Results 1 – 5 of 5) sorted by relevance
/trusty/user/base/lib/storage/ |
D | storage.c | 284 struct iovec rx[2] = {{&msg, sizeof(msg)}, {&rsp, sizeof(rsp)}}; in storage_open_file() local 304 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_close_file() local 336 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_move_file() local 353 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_delete_file() local 403 struct iovec rx[2] = {{&msg, sizeof(msg)}, in storage_read_dir_send_message() local 490 struct iovec rx[2] = { in _read_chunk() local 539 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in _write_req() local 588 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_set_file_size() local 601 struct iovec rx[2] = {{&msg, sizeof(msg)}, {&rsp, sizeof(rsp)}}; in storage_get_file_size() local
|
/trusty/user/app/sample/spi/swspi-srv/driver/ |
D | swspi.c | 105 void* rx; member 117 void* rx = args->rx; in spi_req_exec_xfer() local 141 int spi_req_xfer(struct spi_dev_ctx* dev, void* tx, void* rx, size_t len) { in spi_req_xfer()
|
/trusty/user/app/sample/spi/swspi-test/ |
D | swspi-test.c | 118 void* rx = NULL; in exec_xfer() local 176 void* rx = NULL; in TEST_P() local 242 void* rx; in TEST_P() local 442 void* rx; in TEST_P() local
|
/trusty/user/base/lib/spi/srv/batch/ |
D | batch.c | 40 void* rx; in handle_xfer_args() local
|
/trusty/user/base/lib/spi/client/ |
D | client.c | 431 void** rx, in spi_add_data_xfer_cmd()
|