Searched refs:reply_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | cdv_intel_dp.c | 718 int reply_bytes; in cdv_intel_dp_aux_native_read() local 728 reply_bytes = recv_bytes + 1; in cdv_intel_dp_aux_native_read() 732 reply, reply_bytes); in cdv_intel_dp_aux_native_read() 763 int reply_bytes; in cdv_intel_dp_i2c_aux_ch() local 783 reply_bytes = 1; in cdv_intel_dp_i2c_aux_ch() 788 reply_bytes = 2; in cdv_intel_dp_i2c_aux_ch() 792 reply_bytes = 1; in cdv_intel_dp_i2c_aux_ch() 799 reply, reply_bytes); in cdv_intel_dp_i2c_aux_ch() 828 return reply_bytes - 1; in cdv_intel_dp_i2c_aux_ch()
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 3143 u32 *request, int reply_bytes, u16 *reply, int timeout, int sleep_flag) in _base_handshake_req_reply_wait() argument 3221 if (i >= reply_bytes/2) /* overflow case */ in _base_handshake_req_reply_wait() 3239 for (i = 0; i < reply_bytes/4; i++) in _base_handshake_req_reply_wait()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 3323 u32 *request, int reply_bytes, u16 *reply, int timeout, int sleep_flag) in _base_handshake_req_reply_wait() argument 3407 if (i >= reply_bytes/2) /* overflow case */ in _base_handshake_req_reply_wait() 3425 for (i = 0; i < reply_bytes/4; i++) in _base_handshake_req_reply_wait()
|