Searched refs:n_buf (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/examples/standalone/ |
| H A D | rkspi.c | 292 size_t n_buf) in rockchip_spi_write_then_read() argument 297 if (n_buf == 0) in rockchip_spi_write_then_read() 304 } else if (n_buf != 0) { in rockchip_spi_write_then_read() 305 ret = rockchip_spi_xfer(bus, cs, n_buf * 8, txbuf, rxbuf, SPI_XFER_END); in rockchip_spi_write_then_read() 308 n_buf, ret); in rockchip_spi_write_then_read()
|
| H A D | README_rkspi.md | 112 const u8 *txbuf, u8 *rxbuf, size_t n_buf); 121 - n_buf: the transfer length in bytes
|
| H A D | rkspi.h | 136 const u8 *txbuf, u8 *rxbuf, size_t n_buf);
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | spi-uclass.c | 136 size_t n_buf) in spi_write_then_read() argument 141 if (n_buf == 0) in spi_write_then_read() 148 } else if (n_buf != 0) { in spi_write_then_read() 149 ret = spi_xfer(slave, n_buf * 8, txbuf, rxbuf, SPI_XFER_END); in spi_write_then_read() 152 n_buf, ret); in spi_write_then_read()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | ccp-crypto-rsa.c | 118 kfree_sensitive(ctx->u.rsa.n_buf); in ccp_rsa_free_key_bufs() 119 ctx->u.rsa.n_buf = NULL; in ccp_rsa_free_key_bufs() 144 ret = ccp_copy_and_save_keypart(&ctx->u.rsa.n_buf, &ctx->u.rsa.n_len, in ccp_rsa_setkey() 148 sg_init_one(&ctx->u.rsa.n_sg, ctx->u.rsa.n_buf, ctx->u.rsa.n_len); in ccp_rsa_setkey()
|
| H A D | ccp-crypto.h | 246 u8 *n_buf; member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spi.h | 289 size_t n_buf);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 17775 struct lpfc_dmabuf *d_buf, *n_buf, *h_buf; in lpfc_sli4_abort_partial_seq() local 17795 list_for_each_entry_safe(d_buf, n_buf, in lpfc_sli4_abort_partial_seq() 18148 struct lpfc_dmabuf *d_buf, *n_buf; in lpfc_prep_seq() local 18206 list_for_each_entry_safe(d_buf, n_buf, &seq_dmabuf->dbuf.list, list) { in lpfc_prep_seq()
|