Home
last modified time | relevance | path

Searched defs:tx (Results 1 – 5 of 5) sorted by relevance

/trusty/user/base/lib/storage/
Dstorage.c280 struct iovec tx[3] = {{&msg, sizeof(msg)}, in storage_open_file() local
303 struct iovec tx[2] = {{&msg, sizeof(msg)}, {&req, sizeof(req)}}; in storage_close_file() local
330 struct iovec tx[4] = { in storage_move_file() local
350 struct iovec tx[3] = {{&msg, sizeof(msg)}, in storage_delete_file() local
398 struct iovec tx[3] = { in storage_read_dir_send_message() local
486 struct iovec tx[2] = { in _read_chunk() local
537 struct iovec tx[3] = { in _write_req() local
587 struct iovec tx[2] = {{&msg, sizeof(msg)}, {&req, sizeof(req)}}; in storage_set_file_size() local
599 struct iovec tx[2] = {{&msg, sizeof(msg)}, {&req, sizeof(req)}}; in storage_get_file_size() local
/trusty/user/app/sample/spi/swspi-srv/driver/
Dswspi.c104 void* tx; member
116 void* tx = args->tx; 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/base/lib/spi/srv/batch/
Dbatch.c39 void* tx; in handle_xfer_args() local
/trusty/user/app/sample/spi/swspi-test/
Dswspi-test.c117 void* tx = NULL; in exec_xfer() local
175 void* tx = NULL; in TEST_P() local
241 void* tx; in TEST_P() local
/trusty/user/base/lib/spi/client/
Dclient.c430 void** tx, in spi_add_data_xfer_cmd()