/openbmc/u-boot/common/ |
H A D | image.c | 935 ulong rd_data, rd_len; in boot_get_ramdisk() local 972 rd_len = rd_data = 0; in boot_get_ramdisk() 1041 rd_len = image_get_data_size(rd_hdr); in boot_get_ramdisk() 1053 &rd_data, &rd_len); in boot_get_ramdisk() 1065 &rd_data, &rd_len); in boot_get_ramdisk() 1074 rd_len = simple_strtoul(++end, NULL, 16); in boot_get_ramdisk() 1080 rd_data = rd_len = rd_load = 0; in boot_get_ramdisk() 1097 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len); in boot_get_ramdisk() 1103 rd_len = rd_data = 0; in boot_get_ramdisk() 1110 *rd_end = rd_data + rd_len; in boot_get_ramdisk() [all …]
|
H A D | image-android.c | 130 ulong *rd_data, ulong *rd_len) in android_image_get_ramdisk() argument 133 *rd_data = *rd_len = 0; in android_image_get_ramdisk() 144 *rd_len = hdr->ramdisk_size; in android_image_get_ramdisk()
|
H A D | bootm.c | 613 u32 rd_len; in bootm_measure() local 630 rd_len = images->rd_end - images->rd_start; in bootm_measure() 631 initrd_buf = map_sysmem(images->rd_start, rd_len); in bootm_measure() 632 ret = tcg2_measure_data(dev, &elog, 9, rd_len, initrd_buf, in bootm_measure() 730 ulong rd_len = images->rd_end - images->rd_start; in do_bootm_states() local 733 rd_len, &images->initrd_start, &images->initrd_end); in do_bootm_states()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-ismt.c | 160 u8 rd_len; /* read length */ member 211 dev_dbg(dev, "\trd_len= 0x%02X\n", desc->rd_len); in __ismt_desc_dump() 449 desc->rd_len = 1; in ismt_access() 470 desc->rd_len = 1; in ismt_access() 491 desc->rd_len = 2; in ismt_access() 500 desc->rd_len = 2; in ismt_access() 526 desc->rd_len = dma_size; in ismt_access() 540 desc->rd_len = dma_size; in ismt_access() 569 desc->rd_len = dma_size; in ismt_access()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-ft260.c | 499 u16 rd_len; in ft260_i2c_read() local 512 rd_len = len; in ft260_i2c_read() 515 rd_len = rd_data_max; in ft260_i2c_read() 520 rep.length = cpu_to_le16(rd_len); in ft260_i2c_read() 525 rep.report, rep.address, len, rd_len, flag); in ft260_i2c_read() 531 dev->read_len = rd_len; in ft260_i2c_read() 558 len -= rd_len; in ft260_i2c_read() 559 data += rd_len; in ft260_i2c_read() 579 int rd_len = msgs[1].len; in ft260_i2c_write_read() local 596 read_off, rd_len, wr_len); in ft260_i2c_write_read() [all …]
|
/openbmc/linux/drivers/target/ |
H A D | target_core_alua.c | 62 u32 rd_len = 0, off; in target_emulate_report_referrals() local 95 rd_len += 20; in target_emulate_report_referrals() 111 rd_len += 4; in target_emulate_report_referrals() 122 put_unaligned_be16(rd_len, &buf[2]); in target_emulate_report_referrals() 142 u32 rd_len = 0, off; in target_emulate_report_target_port_groups() local 178 rd_len += 8 + (tg_pt_gp->tg_pt_gp_members * 4); in target_emulate_report_target_port_groups() 214 rd_len += 8; in target_emulate_report_target_port_groups() 230 rd_len += 4; in target_emulate_report_target_port_groups() 238 put_unaligned_be32(rd_len, &buf[0]); in target_emulate_report_target_port_groups() 261 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, rd_len + 4); in target_emulate_report_target_port_groups()
|
/openbmc/linux/drivers/media/usb/as102/ |
H A D | as10x_handle.h | 35 uint32_t rd_addr, uint16_t rd_len,
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | bootm.c | 220 ulong rd_len = images->rd_end - images->rd_start; in boot_reloc_ramdisk() local 232 rd_len, &images->initrd_start, &images->initrd_end); in boot_reloc_ramdisk()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | psock_tpacket.c | 69 size_t mm_len, rd_len; member 697 ring->rd_len = ring->rd_num * sizeof(*ring->rd); in setup_ring() 698 ring->rd = malloc(ring->rd_len); in setup_ring() 719 memset(ring->rd, 0, ring->rd_len); in mmap_ring()
|
/openbmc/linux/net/ipv6/ |
H A D | ndisc.c | 1653 int rd_len) in ndisc_fill_redirect_hdr_option() argument 1655 u8 *opt = skb_put(skb, rd_len); in ndisc_fill_redirect_hdr_option() 1659 *(opt++) = (rd_len >> 3); in ndisc_fill_redirect_hdr_option() 1663 rd_len - 8); in ndisc_fill_redirect_hdr_option() 1679 int rd_len; in ndisc_send_redirect() local 1753 rd_len = min_t(unsigned int, in ndisc_send_redirect() 1756 rd_len &= ~0x7; in ndisc_send_redirect() 1757 optlen += rd_len; in ndisc_send_redirect() 1783 if (rd_len) in ndisc_send_redirect() 1784 ndisc_fill_redirect_hdr_option(buff, skb, rd_len); in ndisc_send_redirect()
|
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-vchiq.c | 317 unsigned long rd_len; in bulk_receive() local 319 rd_len = msg->u.buffer_from_host.buffer_header.length; in bulk_receive() 338 if (rd_len > msg_context->u.bulk.buffer->buffer_size) { in bulk_receive() 339 rd_len = msg_context->u.bulk.buffer->buffer_size; in bulk_receive() 347 msg_context->u.bulk.buffer_used = rd_len; in bulk_receive()
|
/openbmc/u-boot/include/ |
H A D | image.h | 726 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len, 1335 ulong *rd_data, ulong *rd_len);
|