/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_dp.c | 718 uint8_t reply[20]; in cdv_intel_dp_aux_native_read() local 733 reply, reply_bytes); in cdv_intel_dp_aux_native_read() 738 ack = reply[0] >> 4; in cdv_intel_dp_aux_native_read() 740 memcpy(recv, reply + 1, ret - 1); in cdv_intel_dp_aux_native_read() 761 uint8_t reply[2]; in cdv_intel_dp_i2c_aux_ch() local 800 reply, reply_bytes); in cdv_intel_dp_i2c_aux_ch() 806 switch ((reply[0] >> 4) & DP_AUX_NATIVE_REPLY_MASK) { in cdv_intel_dp_i2c_aux_ch() 819 DRM_ERROR("aux_ch invalid native reply 0x%02x\n", in cdv_intel_dp_i2c_aux_ch() 820 reply[0]); in cdv_intel_dp_i2c_aux_ch() 824 switch ((reply[ in cdv_intel_dp_i2c_aux_ch() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_dp.c | 714 uint8_t reply[20]; in cdv_intel_dp_aux_native_read() local 729 reply, reply_bytes); in cdv_intel_dp_aux_native_read() 734 ack = reply[0] >> 4; in cdv_intel_dp_aux_native_read() 736 memcpy(recv, reply + 1, ret - 1); in cdv_intel_dp_aux_native_read() 757 uint8_t reply[2]; in cdv_intel_dp_i2c_aux_ch() local 796 reply, reply_bytes); in cdv_intel_dp_i2c_aux_ch() 802 switch ((reply[0] >> 4) & DP_AUX_NATIVE_REPLY_MASK) { in cdv_intel_dp_i2c_aux_ch() 815 DRM_ERROR("aux_ch invalid native reply 0x%02x\n", in cdv_intel_dp_i2c_aux_ch() 816 reply[0]); in cdv_intel_dp_i2c_aux_ch() 820 switch ((reply[ in cdv_intel_dp_i2c_aux_ch() [all...] |
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_xs.c | 236 /* Save the caller req_id and restore it later in the reply */ in xs_send() 301 /* Send message to xs, get kmalloc'ed reply. ERR_PTR() on error. */ 368 static int xs_error(char *reply) in xs_error() argument 370 if (IS_ERR(reply)) in xs_error() 371 return PTR_ERR(reply); in xs_error() 372 kfree(reply); in xs_error() 912 * Wake up all threads waiting for a xenstore reply. In case of shutdown all 914 * return in spite of xenstore possibly no longer being able to reply. This
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_hdcp.c | 649 struct drm_dp_query_stream_enc_status_ack_reply reply; in intel_dp_mst_hdcp_check_link() local 656 connector->port, &reply); in intel_dp_mst_hdcp_check_link() 664 return reply.auth_completed && reply.encryption_enabled; in intel_dp_mst_hdcp_check_link()
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_xs.c | 236 /* Save the caller req_id and restore it later in the reply */ in xs_send() 301 /* Send message to xs, get kmalloc'ed reply. ERR_PTR() on error. */ 368 static int xs_error(char *reply) in xs_error() argument 370 if (IS_ERR(reply)) in xs_error() 371 return PTR_ERR(reply); in xs_error() 372 kfree(reply); in xs_error() 912 * Wake up all threads waiting for a xenstore reply. In case of shutdown all 914 * return in spite of xenstore possibly no longer being able to reply. This
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | low_i2c.c | 718 req->reply[0] = 0xff; in pmu_i2c_xfer() 730 if (req->reply[0] == PMU_I2C_STATUS_OK) in pmu_i2c_xfer() 734 if (req->reply[0] != PMU_I2C_STATUS_OK) in pmu_i2c_xfer() 749 req->reply[0] = 0xff; in pmu_i2c_xfer() 758 if (req->reply[0] == PMU_I2C_STATUS_OK && !read) in pmu_i2c_xfer() 760 if (req->reply[0] == PMU_I2C_STATUS_DATAREAD && read) { in pmu_i2c_xfer() 769 memcpy(data, &req->reply[1], len); in pmu_i2c_xfer()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | low_i2c.c | 719 req->reply[0] = 0xff; in pmu_i2c_xfer() 731 if (req->reply[0] == PMU_I2C_STATUS_OK) in pmu_i2c_xfer() 735 if (req->reply[0] != PMU_I2C_STATUS_OK) in pmu_i2c_xfer() 750 req->reply[0] = 0xff; in pmu_i2c_xfer() 759 if (req->reply[0] == PMU_I2C_STATUS_OK && !read) in pmu_i2c_xfer() 761 if (req->reply[0] == PMU_I2C_STATUS_DATAREAD && read) { in pmu_i2c_xfer() 770 memcpy(data, &req->reply[1], len); in pmu_i2c_xfer()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | s5h1420.c | 207 struct dvb_diseqc_slave_reply* reply) in s5h1420_recv_slave_reply() 222 timeout = jiffies + ((reply->timeout*HZ) / 1000); in s5h1420_recv_slave_reply() 243 if (length > sizeof(reply->msg)) { in s5h1420_recv_slave_reply() 247 reply->msg_len = length; in s5h1420_recv_slave_reply() 251 reply->msg[i] = s5h1420_readreg(state, 0x3d + i); in s5h1420_recv_slave_reply() 206 s5h1420_recv_slave_reply(struct dvb_frontend* fe, struct dvb_diseqc_slave_reply* reply) s5h1420_recv_slave_reply() argument
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | s5h1420.c | 207 struct dvb_diseqc_slave_reply* reply) in s5h1420_recv_slave_reply() 222 timeout = jiffies + ((reply->timeout*HZ) / 1000); in s5h1420_recv_slave_reply() 243 if (length > sizeof(reply->msg)) { in s5h1420_recv_slave_reply() 247 reply->msg_len = length; in s5h1420_recv_slave_reply() 251 reply->msg[i] = s5h1420_readreg(state, 0x3d + i); in s5h1420_recv_slave_reply() 206 s5h1420_recv_slave_reply(struct dvb_frontend* fe, struct dvb_diseqc_slave_reply* reply) s5h1420_recv_slave_reply() argument
|
/test/xts/hats/hdf/hdf_lite/manager/common/ |
H A D | hdf_ioservice_test.cpp | 119 struct HdfSBuf *reply = HdfSbufObtainDefaultSize(); in SendEvent() local 120 if (reply == nullptr) { in SendEvent() 121 HDF_LOGE("fail to obtain sbuf reply"); in SendEvent() 134 ret = serv->dispatcher->Dispatch(&serv->object, cmdId, data, reply); in SendEvent() 141 if (!HdfSbufReadInt32(reply, &replyData)) { in SendEvent() 142 HDF_LOGE("fail to get service call reply"); in SendEvent() 145 HDF_LOGE("service call reply check fail, replyData=0x%x", replyData); in SendEvent() 152 HdfSbufRecycle(reply); in SendEvent()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_i2c_hw.c | 105 struct i2c_payload *reply) in process_channel_reply() 107 uint32_t length = reply->length; in process_channel_reply() 108 uint8_t *buffer = reply->data; in process_channel_reply() 103 process_channel_reply( struct dce_i2c_hw *dce_i2c_hw, struct i2c_payload *reply) process_channel_reply() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link_ddc.c | 525 payload.reply = NULL; in dal_ddc_service_query_ddc_data() 610 current_payload.reply = payload->reply; in dal_ddc_submit_aux_command() 623 * retries or handle error states. The reply is returned 624 * in the payload->reply and the result through
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-dai.c | 161 struct sof_ipc_reply reply; in hda_link_config_ipc() local 187 &reply, sizeof(reply)); in hda_link_config_ipc()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
H A D | dp_aux.c | 349 msg->reply = aux->native ? in dp_aux_transfer() 395 msg->reply = aux->native ? in dp_aux_transfer() 399 msg->reply = aux->native ? in dp_aux_transfer()
|
/kernel/linux/linux-5.10/drivers/media/radio/ |
H A D | radio-mr800.c | 136 u8 *extra, u8 extralen, bool reply) in amradio_send_cmd() 148 radio->buffer[7] = extra || reply ? 8 : 0; in amradio_send_cmd() 159 if (!extra && !reply) in amradio_send_cmd() 135 amradio_send_cmd(struct amradio_device *radio, u8 cmd, u8 arg, u8 *extra, u8 extralen, bool reply) amradio_send_cmd() argument
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | touptek.c | 186 static int val_reply(struct gspca_dev *gspca_dev, const char *reply, int rc) in val_reply() argument 189 gspca_err(gspca_dev, "reply has error %d\n", rc); in val_reply() 193 gspca_err(gspca_dev, "Bad reply size %d\n", rc); in val_reply() 196 if (reply[0] != 0x08) { in val_reply() 197 gspca_err(gspca_dev, "Bad reply 0x%02x\n", (int)reply[0]); in val_reply() 221 gspca_err(gspca_dev, "Bad reply to reg_w(0x0B, 0xC0, 0x%04X, 0x%04X\n", in reg_w()
|
/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-mr800.c | 136 u8 *extra, u8 extralen, bool reply) in amradio_send_cmd() 148 radio->buffer[7] = extra || reply ? 8 : 0; in amradio_send_cmd() 159 if (!extra && !reply) in amradio_send_cmd() 135 amradio_send_cmd(struct amradio_device *radio, u8 cmd, u8 arg, u8 *extra, u8 extralen, bool reply) amradio_send_cmd() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | touptek.c | 186 static int val_reply(struct gspca_dev *gspca_dev, const char *reply, int rc) in val_reply() argument 189 gspca_err(gspca_dev, "reply has error %d\n", rc); in val_reply() 193 gspca_err(gspca_dev, "Bad reply size %d\n", rc); in val_reply() 196 if (reply[0] != 0x08) { in val_reply() 197 gspca_err(gspca_dev, "Bad reply 0x%02x\n", (int)reply[0]); in val_reply() 221 gspca_err(gspca_dev, "Bad reply to reg_w(0x0B, 0xC0, 0x%04X, 0x%04X\n", in reg_w()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_i2c_hw.c | 105 struct i2c_payload *reply) in process_channel_reply() 107 uint32_t length = reply->length; in process_channel_reply() 108 uint8_t *buffer = reply->data; in process_channel_reply() 103 process_channel_reply( struct dce_i2c_hw *dce_i2c_hw, struct i2c_payload *reply) process_channel_reply() argument
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | mconsole.h | 72 extern int mconsole_reply_len(struct mc_request *req, const char *reply,
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | loopback.sh | 39 skip_hw arp_op reply arp_tip 192.0.2.1 action drop
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | mconsole.h | 72 extern int mconsole_reply_len(struct mc_request *req, const char *reply,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | priv.h | 28 int (*send)(struct nvkm_pmu *, u32 reply[2], u32 process,
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | hif_tx.h | 33 void *reply, size_t reply_len, bool async);
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tcp_tos_reflect_kern.c | 77 skops->reply = rv; in bpf_basertt()
|