Home
last modified time | relevance | path

Searched refs:databuf (Results 1 – 22 of 22) sorted by relevance

/linux-6.1.9/drivers/mtd/nand/
Decc.c543 tweak->databuf.in = ctx->spare_databuf; in nand_ecc_tweak_req()
544 memset(tweak->databuf.in, 0xFF, ctx->page_buffer_size); in nand_ecc_tweak_req()
558 memcpy((void *)tweak->databuf.out + orig->dataoffs, in nand_ecc_tweak_req()
559 orig->databuf.out, orig->datalen); in nand_ecc_tweak_req()
579 memcpy(orig->databuf.in, in nand_ecc_restore_req()
580 tweak->databuf.in + orig->dataoffs, in nand_ecc_restore_req()
Decc-sw-bch.c319 for (i = 0, data = req->databuf.out; in nand_ecc_sw_bch_prepare_io_req()
340 u8 *data = req->databuf.in; in nand_ecc_sw_bch_finish_io_req()
368 for (eccsteps = nand->ecc.ctx.nsteps, i = 0, data = req->databuf.in; in nand_ecc_sw_bch_finish_io_req()
Decc-sw-hamming.c573 for (i = 0, data = req->databuf.out; in nand_ecc_sw_hamming_prepare_io_req()
594 u8 *data = req->databuf.in; in nand_ecc_sw_hamming_finish_io_req()
622 for (eccsteps = nand->ecc.ctx.nsteps, i = 0, data = req->databuf.in; in nand_ecc_sw_hamming_finish_io_req()
Decc-mxic.c571 sg_set_buf(&ctx->sg[0], req->databuf.out, req->datalen); in mxic_ecc_prepare_io_req_external()
629 sg_set_buf(&ctx->sg[0], req->databuf.in, req->datalen); in mxic_ecc_finish_io_req_external()
683 sg_set_buf(&ctx->sg[0], req->databuf.in, req->datalen); in mxic_ecc_prepare_io_req_pipelined()
/linux-6.1.9/drivers/mtd/nand/spi/
Dcore.c371 buf = spinand->databuf; in spinand_read_from_cache_op()
403 memcpy(req->databuf.in, spinand->databuf + req->dataoffs, in spinand_read_from_cache_op()
427 void *buf = spinand->databuf; in spinand_write_to_cache_op()
441 memset(spinand->databuf, 0xff, nanddev_page_size(nand)); in spinand_write_to_cache_op()
444 memcpy(spinand->databuf + req->dataoffs, req->databuf.out, in spinand_write_to_cache_op()
1236 spinand->databuf = kzalloc(nanddev_page_size(nand) + in spinand_init()
1239 if (!spinand->databuf) { in spinand_init()
1244 spinand->oobbuf = spinand->databuf + nanddev_page_size(nand); in spinand_init()
1308 kfree(spinand->databuf); in spinand_init()
1319 kfree(spinand->databuf); in spinand_cleanup()
/linux-6.1.9/drivers/firmware/tegra/
Dbpmp-debugfs.c371 char *databuf = NULL; in bpmp_debug_store() local
380 databuf = memdup_user(buf, count); in bpmp_debug_store()
381 if (IS_ERR(databuf)) in bpmp_debug_store()
382 return PTR_ERR(databuf); in bpmp_debug_store()
384 err = mrq_debug_write(bpmp, filename, databuf, count); in bpmp_debug_store()
385 kfree(databuf); in bpmp_debug_store()
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/
Dusb.c46 u8 *databuf; in _usbctrl_vendorreq_async_write() local
58 databuf = kzalloc(databuf_maxlen, GFP_ATOMIC); in _usbctrl_vendorreq_async_write()
59 if (!databuf) { in _usbctrl_vendorreq_async_write()
66 kfree(databuf); in _usbctrl_vendorreq_async_write()
77 memcpy(databuf, pdata, len); in _usbctrl_vendorreq_async_write()
79 (unsigned char *)dr, databuf, len, in _usbctrl_vendorreq_async_write()
83 kfree(databuf); in _usbctrl_vendorreq_async_write()
/linux-6.1.9/include/linux/mtd/
Dnand.h120 } databuf; member
932 iter->req.databuf.in = req->datbuf; in nanddev_io_iter_init()
954 iter->req.databuf.in += iter->req.datalen; in nanddev_io_iter_next_page()
Dmtd.h442 int mtd_ooblayout_get_databytes(struct mtd_info *mtd, u8 *databuf,
444 int mtd_ooblayout_set_databytes(struct mtd_info *mtd, const u8 *databuf,
Dspinand.h446 u8 *databuf; member
/linux-6.1.9/drivers/net/ethernet/fungible/funcore/
Dfun_queue.c238 const struct fun_dataop_rqbuf *databuf; in fun_data_from_rq() local
247 databuf = (struct fun_dataop_rqbuf *)dataop->imm; in fun_data_from_rq()
248 bufoff = be32_to_cpu(databuf->bufoff); in fun_data_from_rq()
/linux-6.1.9/drivers/iio/light/
Dvl6180.c128 static int vl6180_read(struct i2c_client *client, u16 cmd, void *databuf, in vl6180_read() argument
134 { .addr = client->addr, .len = len, .buf = databuf, in vl6180_read()
/linux-6.1.9/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c3309 u32 *databuf; in debugfs_snapshot_port_reg_v3_hw() local
3312 databuf = hisi_hba->debugfs_port_reg[dump_index][phy_cnt].data; in debugfs_snapshot_port_reg_v3_hw()
3313 for (i = 0; i < port->count; i++, databuf++) { in debugfs_snapshot_port_reg_v3_hw()
3315 *databuf = hisi_sas_phy_read32(hisi_hba, phy_cnt, in debugfs_snapshot_port_reg_v3_hw()
3324 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_GLOBAL].data; in debugfs_snapshot_global_reg_v3_hw() local
3327 for (i = 0; i < debugfs_axi_reg.count; i++, databuf++) in debugfs_snapshot_global_reg_v3_hw()
3328 *databuf = hisi_sas_read32(hisi_hba, 4 * i); in debugfs_snapshot_global_reg_v3_hw()
3334 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_AXI].data; in debugfs_snapshot_axi_reg_v3_hw() local
3338 for (i = 0; i < axi->count; i++, databuf++) in debugfs_snapshot_axi_reg_v3_hw()
3339 *databuf = hisi_sas_read32(hisi_hba, 4 * i + axi->base_off); in debugfs_snapshot_axi_reg_v3_hw()
[all …]
/linux-6.1.9/net/sunrpc/auth_gss/
Dauth_gss.c254 char databuf[UPCALL_BUF_LEN]; member
395 memcpy(gss_msg->databuf, &uid, sizeof(uid)); in gss_encode_v0_msg()
396 gss_msg->msg.data = gss_msg->databuf; in gss_encode_v0_msg()
399 BUILD_BUG_ON(sizeof(uid) > sizeof(gss_msg->databuf)); in gss_encode_v0_msg()
421 char *p = gss_msg->databuf; in gss_encode_v1_msg()
422 size_t buflen = sizeof(gss_msg->databuf); in gss_encode_v1_msg()
475 trace_rpcgss_upcall_msg(gss_msg->databuf); in gss_encode_v1_msg()
480 gss_msg->msg.data = gss_msg->databuf; in gss_encode_v1_msg()
/linux-6.1.9/drivers/mtd/nand/raw/atmel/
Dnand-controller.c857 void *databuf, *eccbuf; in atmel_nand_pmecc_correct_data() local
874 databuf = buf; in atmel_nand_pmecc_correct_data()
877 ret = atmel_pmecc_correct_sector(nand->pmecc, i, databuf, in atmel_nand_pmecc_correct_data()
880 ret = nand_check_erased_ecc_chunk(databuf, in atmel_nand_pmecc_correct_data()
894 databuf += chip->ecc.size; in atmel_nand_pmecc_correct_data()
/linux-6.1.9/drivers/mtd/
Dmtdcore.c2021 int mtd_ooblayout_get_databytes(struct mtd_info *mtd, u8 *databuf, in mtd_ooblayout_get_databytes() argument
2024 return mtd_ooblayout_get_bytes(mtd, databuf, oobbuf, start, nbytes, in mtd_ooblayout_get_databytes()
2041 int mtd_ooblayout_set_databytes(struct mtd_info *mtd, const u8 *databuf, in mtd_ooblayout_set_databytes() argument
2044 return mtd_ooblayout_set_bytes(mtd, databuf, oobbuf, start, nbytes, in mtd_ooblayout_set_databytes()
/linux-6.1.9/drivers/hid/
Dhid-sony.c660 u8 *databuf; in ghl_init_urb() local
670 databuf = devm_kzalloc(&sc->hdev->dev, poke_size, GFP_ATOMIC); in ghl_init_urb()
671 if (databuf == NULL) in ghl_init_urb()
680 memcpy(databuf, ghl_magic_data, poke_size); in ghl_init_urb()
683 (unsigned char *) cr, databuf, poke_size, in ghl_init_urb()
/linux-6.1.9/sound/soc/intel/catpt/
Dpcm.c157 struct snd_dma_buffer *databuf = snd_pcm_get_dma_buf(substream); in catpt_arrange_page_table() local
166 pfn = PFN_DOWN(snd_sgbuf_get_addr(databuf, i * PAGE_SIZE)); in catpt_arrange_page_table()
/linux-6.1.9/arch/x86/crypto/
Daesni-intel_glue.c676 u8 databuf[sizeof(struct gcm_context_data) + (AESNI_ALIGN - 8)] __aligned(8); in gcmaes_crypt_by_sg() local
677 struct gcm_context_data *data = PTR_ALIGN((void *)databuf, AESNI_ALIGN); in gcmaes_crypt_by_sg()
/linux-6.1.9/drivers/s390/crypto/
Dzcrypt_ep11misc.c1070 u8 *databuf, size_t *datasize) in ep11_wrapkey() argument
1190 memcpy(databuf, rep_pl->data, rep_pl->data_len); in ep11_wrapkey()
/linux-6.1.9/drivers/mtd/nand/raw/
Dmeson_nand.c477 static int meson_nfc_dma_buffer_setup(struct nand_chip *nand, void *databuf, in meson_nfc_dma_buffer_setup() argument
485 nfc->daddr = dma_map_single(nfc->dev, databuf, datalen, dir); in meson_nfc_dma_buffer_setup()
/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Ddebugfs.c333 unsigned char databuf[MAX_MBOXITEM_SIZE]; in wil_print_mbox_ring() local
341 wil_memcpy_fromio_32(databuf, src, len); in wil_print_mbox_ring()
342 wil_seq_hexdump(s, databuf, len, " : "); in wil_print_mbox_ring()