Lines Matching refs:tx_buf
181 const struct qspi_buf *tx_buf; member
582 const void *tx_buf = NULL; in qspi_send_cmd() local
588 if (cmd->tx_buf) { in qspi_send_cmd()
589 tx_buf = cmd->tx_buf->buf; in qspi_send_cmd()
590 tx_len = cmd->tx_buf->len; in qspi_send_cmd()
626 int res = nrfx_qspi_cinstr_xfer(&cinstr_cfg, tx_buf, rx_buf); in qspi_send_cmd()
780 .tx_buf = &sr_buf, in qspi_nrfx_configure()
1023 const struct qspi_buf tx_buf = { .buf = (uint8_t *)&p_cfg->nonce[1], in qspi_cmd_encryption() local
1027 .tx_buf = &tx_buf, in qspi_cmd_encryption()
1152 const struct qspi_buf tx_buf = { in qspi_WRSR2() local
1158 .tx_buf = &tx_buf, in qspi_WRSR2()
1333 const struct qspi_buf tx_buf = { in qspi_cmd_sleep_rpu() local
1340 .tx_buf = &tx_buf, in qspi_cmd_sleep_rpu()