Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A Dtest-drm_dp_mst_helper.c64 if (IN.num_bytes_read != OUT.num_bytes_read || in sideband_msg_req_equal()
224 in.u.i2c_read.num_bytes_read = ARRAY_SIZE(data) * 3; in igt_dp_mst_sideband_msg_req_decode()
/OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/
H A Drk_ab_ops_user.c169 size_t num_bytes_read; in avb_ab_data_read() local
176 &num_bytes_read); in avb_ab_data_read()
180 num_bytes_read != sizeof(AvbABData)) { in avb_ab_data_read()
/OK3568_Linux_fs/u-boot/lib/avb/libavb_ab/
H A Davb_ab_flow.c88 size_t num_bytes_read; in avb_ab_data_read() local
95 &num_bytes_read); in avb_ab_data_read()
99 num_bytes_read != sizeof(AvbABData)) { in avb_ab_data_read()
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dcm4000_cs.c453 unsigned short num_bytes_read; in set_protocol() local
544 io_read_num_rec_bytes(iobase, &num_bytes_read);
545 if (num_bytes_read >= 4) {
546 DEBUGP(2, dev, "NumRecBytes = %i\n", num_bytes_read);
547 if (num_bytes_read > 4) {
557 if (num_bytes_read == 3)
571 for (i = 0; i < num_bytes_read; i++) {
578 for (i = 0; i < num_bytes_read; i++) {
/OK3568_Linux_fs/kernel/drivers/net/can/usb/
H A Dusb_8dev.c202 int num_bytes_read; in usb_8dev_send_cmd() local
224 &num_bytes_read); in usb_8dev_send_cmd()
233 num_bytes_read != 16 || in->opt1 != 0) in usb_8dev_send_cmd()
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_slot_verify.c1257 size_t num_bytes_read; in avb_manage_hashtree_error_mode() local
1289 &num_bytes_read); in avb_manage_hashtree_error_mode()
1291 (io_ret == AVB_IO_RESULT_OK && num_bytes_read == 0)) { in avb_manage_hashtree_error_mode()
1301 if (num_bytes_read != AVB_SHA256_DIGEST_SIZE) { in avb_manage_hashtree_error_mode()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_dp_mst_helper.h395 u8 num_bytes_read; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c417 buf[idx] = (req->u.i2c_read.num_bytes_read); in drm_dp_encode_sideband_req()
559 r->num_bytes_read = buf[++idx]; in drm_dp_decode_sideband_req()
647 req->u.i2c_read.num_bytes_read); in drm_dp_dump_sideband_msg_req_body()
5578 msg.u.i2c_read.num_bytes_read = msgs[num - 1].len; in drm_dp_mst_i2c_read()