Home
last modified time | relevance | path

Searched refs:response_len (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-cros-ec-tunnel.c181 int response_len; in ec_i2c_xfer() local
192 response_len = ec_i2c_count_response(i2c_msgs, num); in ec_i2c_xfer()
193 if (response_len < 0) { in ec_i2c_xfer()
195 dev_warn(dev, "Error preparing response %d\n", response_len); in ec_i2c_xfer()
196 return response_len; in ec_i2c_xfer()
199 alloc_size = max(request_len, response_len); in ec_i2c_xfer()
213 msg->insize = response_len; in ec_i2c_xfer()
/linux/drivers/input/joystick/iforce/
H A Diforce.h80 u8 *response_data, size_t *response_len);
116 u8 *response_data, size_t *response_len) in iforce_get_id_packet() argument
119 response_data, response_len); in iforce_get_id_packet()
H A Diforce-serio.c67 u8 *response_data, size_t *response_len) in iforce_serio_get_id() argument
91 *response_len = iforce_serio->cmd_response_len; in iforce_serio_get_id()
H A Diforce-usb.c78 u8 *response_data, size_t *response_len) in iforce_usb_get_id() argument
102 *response_len = status; in iforce_usb_get_id()
/linux/drivers/mmc/host/
H A Dlitex_mmc.c124 u8 cmd, u32 arg, u8 response_len, u8 transfer) in litex_mmc_send_cmd() argument
133 cmd << 8 | transfer << 5 | response_len); in litex_mmc_send_cmd()
142 response_len == SD_CTL_RESP_SHORT_BUSY)) { in litex_mmc_send_cmd()
155 if (response_len != SD_CTL_RESP_NONE) { in litex_mmc_send_cmd()
349 u32 response_len = litex_mmc_response_len(cmd); in litex_mmc_request() local
390 response_len, transfer); in litex_mmc_request()
398 if (response_len == SD_CTL_RESP_SHORT) { in litex_mmc_request()
402 } else if (response_len == SD_CTL_RESP_LONG) { in litex_mmc_request()
/linux/drivers/scsi/
H A Dscsi_bsg.c74 hdr->response_len = 0; in scsi_bsg_sg_io_fn()
84 hdr->response_len = len; in scsi_bsg_sg_io_fn()
H A Dscsi_scan.c654 int response_len = 0; in scsi_probe_lun() local
738 response_len = inq_result[4] + 5; in scsi_probe_lun()
739 if (response_len > 255) in scsi_probe_lun()
740 response_len = first_inquiry_len; /* sanity */ in scsi_probe_lun()
766 response_len > sdev->inquiry_len && in scsi_probe_lun()
770 next_inquiry_len = response_len; in scsi_probe_lun()
799 sdev->inquiry_len = min(try_inquiry_len, response_len); in scsi_probe_lun()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhif.h47 void *response, u32 *response_len);
126 void *response, u32 *response_len) in ath10k_hif_exchange_bmi_msg() argument
129 response, response_len); in ath10k_hif_exchange_bmi_msg()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c93 u32 response_len; member
765 request.response_len = response_buf_size; in ct_send()
813 err = request.response_len; in ct_send()
816 WARN_ON(request.response_len); in ct_send()
1067 if (unlikely(datalen > req->response_len)) { in ct_handle_response()
1069 req->fence, datalen, req->response_len); in ct_handle_response()
1070 datalen = min(datalen, req->response_len); in ct_handle_response()
1075 req->response_len = datalen; in ct_handle_response()
/linux/include/uapi/linux/
H A Dbsg.h57 __u32 response_len; /* [o] bytes of response actually written */ member
/linux/arch/s390/include/uapi/asm/
H A Dqeth.h113 __u32 response_len; member
/linux/block/
H A Dbsg-lib.c107 hdr->response_len = 0; in bsg_transport_sg_io_fn()
121 hdr->response_len = len; in bsg_transport_sg_io_fn()
/linux/drivers/staging/greybus/
H A Dloopback.c625 int retval, response_len; in gb_loopback_async_transfer() local
634 response_len = sizeof(struct gb_loopback_transfer_response); in gb_loopback_async_transfer()
637 len + response_len, in gb_loopback_async_transfer()
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h441 __le16 response_len; member
H A Dqla_target.c2210 ctio->u.status1.response_len = cpu_to_le16(8); in qlt_24xx_send_task_mgmt_ctio()
2282 ctio->u.status1.response_len = cpu_to_le16(18); in qlt_send_resp_ctio()
/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c2958 wqe->fcp_trsp.response_len = rsp->rsplen; in lpfc_nvmet_prep_fcp_wqe()