Home
last modified time | relevance | path

Searched refs:io_buf (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/drivers/net/wireless/silabs/wfx/
Dtraces.h237 TP_PROTO(int reg, int addr, const void *io_buf, size_t len),
238 TP_ARGS(reg, addr, io_buf, len),
252 memcpy(__entry->buf, io_buf, __entry->buf_len);
267 TP_PROTO(int reg, int addr, const void *io_buf, size_t len),
268 TP_ARGS(reg, addr, io_buf, len));
269 #define _trace_io_ind_write(reg, addr, io_buf, len)\ argument
270 trace_io_write(reg, addr, io_buf, len)
271 #define _trace_io_write(reg, io_buf, len) trace_io_write(reg, -1, io_buf, len) argument
273 TP_PROTO(int reg, int addr, const void *io_buf, size_t len),
274 TP_ARGS(reg, addr, io_buf, len));
[all …]
/Linux-v6.1/drivers/char/tpm/
Dtpm_tis_i2c.c64 u8 *io_buf; member
231 phy->io_buf[0] = reg; in tpm_tis_i2c_write_bytes()
232 memcpy(phy->io_buf + sizeof(reg), value, len); in tpm_tis_i2c_write_bytes()
235 msg.buf = phy->io_buf; in tpm_tis_i2c_write_bytes()
328 phy->io_buf = devm_kzalloc(&dev->dev, TPM_BUFSIZE, GFP_KERNEL); in tpm_tis_i2c_probe()
329 if (!phy->io_buf) in tpm_tis_i2c_probe()
/Linux-v6.1/drivers/staging/r8188eu/hal/
Dusb_ops_linux.c16 u8 io_buf[4]; in usb_read() local
23 REALTEK_USB_VENQT_CMD_IDX, io_buf, in usb_read()
48 memcpy(data, io_buf, size); in usb_read()
59 u8 io_buf[VENDOR_CMD_MAX_DATA_LEN]; in usb_write() local
64 memcpy(io_buf, data, size); in usb_write()
67 REALTEK_USB_VENQT_CMD_IDX, io_buf, in usb_write()
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_sli.h142 struct lpfc_io_buf *io_buf; member
Dlpfc_scsi.c372 psb->cur_iocbq.io_buf = psb; in lpfc_new_scsi_buf_s3()
4021 struct lpfc_io_buf *lpfc_cmd = pwqeIn->io_buf; in lpfc_fcp_io_cmd_wqe_cmpl()
4357 (struct lpfc_io_buf *) pIocbIn->io_buf; in lpfc_scsi_cmd_iocb_cmpl()
4679 piocbq->io_buf = lpfc_cmd; in lpfc_scsi_prep_cmnd_buf_s3()
4791 pwqeq->io_buf = lpfc_cmd; in lpfc_scsi_prep_cmnd_buf_s4()
5032 struct lpfc_io_buf *lpfc_cmd = cmdiocbq->io_buf; in lpfc_tskmgmt_def_cmpl()
5604 WARN_ON(iocb->io_buf != lpfc_cmd); in lpfc_abort_handler()
Dlpfc_nvme.c934 struct lpfc_io_buf *lpfc_ncmd = pwqeIn->io_buf; in lpfc_nvme_io_cmd_cmpl()
2799 lpfc_ncmd = pwqeIn->io_buf; in lpfc_nvme_cancel_iocb()
Dlpfc_sli.c1258 lpfc_cmd = piocbq->io_buf; in __lpfc_sli_get_els_sglq()
10578 struct lpfc_io_buf *lpfc_cmd = piocb->io_buf; in __lpfc_sli_issue_fcp_io_s4()
11244 lpfc_cmd = piocb->io_buf; in lpfc_sli4_calc_ring()
Dlpfc_init.c4562 lpfc_ncmd->cur_iocbq.io_buf = lpfc_ncmd; in lpfc_new_io_buf()