| /drivers/char/tpm/st33zp24/ |
| A D | spi.c | 99 int total_length = 0, ret = 0; in st33zp24_spi_send() local 109 phy->tx_buf[total_length++] = tpm_register; in st33zp24_spi_send() 112 phy->tx_buf[total_length++] = tpm_size >> 8; in st33zp24_spi_send() 113 phy->tx_buf[total_length++] = tpm_size; in st33zp24_spi_send() 117 total_length += tpm_size; in st33zp24_spi_send() 121 spi_xfer.len = total_length + phy->latency; in st33zp24_spi_send() 125 ret = phy->rx_buf[total_length + phy->latency - 1]; in st33zp24_spi_send() 142 int total_length = 0, ret; in st33zp24_spi_read8_reg() local 151 phy->tx_buf[total_length++] = LOCALITY0; in st33zp24_spi_read8_reg() 152 phy->tx_buf[total_length++] = tpm_register; in st33zp24_spi_read8_reg() [all …]
|
| /drivers/acpi/acpica/ |
| A D | rsutils.c | 167 acpi_rs_set_resource_length(acpi_rsdesc_size total_length, in acpi_rs_set_resource_length() argument 177 (total_length - acpi_ut_get_resource_header_length(aml)); in acpi_rs_set_resource_length() 218 acpi_rsdesc_size total_length, in acpi_rs_set_resource_header() argument 229 acpi_rs_set_resource_length(total_length, aml); in acpi_rs_set_resource_header() 289 acpi_rsdesc_size total_length; in acpi_rs_get_resource_source() local 294 total_length = in acpi_rs_get_resource_source() 305 if (total_length > (acpi_rsdesc_size)(minimum_length + 1)) { in acpi_rs_get_resource_source() 329 total_length = in acpi_rs_get_resource_source() 333 total_length = (u32)ACPI_ROUND_UP_TO_NATIVE_WORD(total_length); in acpi_rs_get_resource_source() 335 memset(resource_source->string_ptr, 0, total_length); in acpi_rs_get_resource_source() [all …]
|
| A D | acresrc.h | 265 acpi_rsdesc_size total_length, 269 acpi_rs_set_resource_length(acpi_rsdesc_size total_length,
|
| /drivers/gpu/drm/i915/ |
| A D | i915_query.c | 16 u32 total_length, in copy_query_item() argument 20 return total_length; in copy_query_item() 22 if (query_item->length < total_length) in copy_query_item() 37 u32 slice_length, subslice_length, eu_length, total_length; in fill_topology_info() local 50 total_length = sizeof(topo) + slice_length + subslice_length + in fill_topology_info() 53 ret = copy_query_item(&topo, sizeof(topo), total_length, query_item); in fill_topology_info() 87 return total_length; in fill_topology_info() 470 u32 total_length; in query_memregion_info() local 476 total_length = sizeof(query); in query_memregion_info() 481 total_length += sizeof(info); in query_memregion_info() [all …]
|
| /drivers/mtd/parsers/ |
| A D | parser_imagetag.c | 109 STR_NULL_TERMINATE(buf->total_length); in bcm963xx_parse_imagetag_partitions() 110 if (kstrtouint(buf->total_length, 10, &totallen)) { in bcm963xx_parse_imagetag_partitions() 112 (int)sizeof(buf->total_length), in bcm963xx_parse_imagetag_partitions() 113 buf->total_length); in bcm963xx_parse_imagetag_partitions()
|
| /drivers/vfio/pci/hisilicon/ |
| A D | hisi_acc_vfio_pci.c | 491 if (migf->total_length == QM_MATCH_SIZE) in vf_qm_load_data() 585 migf->total_length = QM_MATCH_SIZE; in vf_qm_state_save() 596 migf->total_length = sizeof(struct acc_vf_data); in vf_qm_state_save() 673 migf->total_length = 0; in hisi_acc_vf_disable_fd() 687 dst_migf->total_length = src_migf->total_length; in hisi_acc_debug_migf_copy() 794 migf->total_length += len; in hisi_acc_vf_resume_write() 867 if (*pos > migf->total_length) { in hisi_acc_vf_precopy_ioctl() 873 info.initial_bytes = migf->total_length - *pos; in hisi_acc_vf_precopy_ioctl() 896 if (*pos > migf->total_length) { in hisi_acc_vf_save_read() 972 migf->total_length = QM_MATCH_SIZE; in hisi_acc_vf_pre_copy() [all …]
|
| A D | hisi_acc_vfio_pci.h | 107 size_t total_length; member
|
| /drivers/acpi/ |
| A D | acpi_memhotplug.c | 176 u64 total_length = 0; in acpi_memory_enable_device() local 187 total_length += info->length; in acpi_memory_enable_device() 190 if (!total_length) { in acpi_memory_enable_device() 195 mgid = memory_group_register_static(node, PFN_UP(total_length)); in acpi_memory_enable_device()
|
| /drivers/gpu/drm/amd/display/dc/ |
| A D | dc_edid_parser.c | 31 int total_length, in dc_edid_parser_send_cea() argument 42 total_length, in dc_edid_parser_send_cea()
|
| A D | dc_edid_parser.h | 33 int total_length,
|
| /drivers/media/pci/cobalt/ |
| A D | m00473_freewheel_memmap_package.h | 18 uint32_t total_length; /* Reg 0x000c, Default=0x31151b */ member
|
| /drivers/net/ethernet/google/gve/ |
| A D | gve_adminq.h | 94 __be16 total_length; member 534 __be32 total_length; member 577 __be32 total_length; member
|
| A D | gve_adminq.c | 30 descriptor_end = (void *)descriptor + be16_to_cpu(descriptor->total_length); in gve_get_next_option() 1474 total_memory_len = be32_to_cpu(descriptor->total_length); in gve_adminq_process_flow_rules_query() 1550 total_memory_length = be32_to_cpu(descriptor->total_length); in gve_adminq_process_rss_query()
|
| /drivers/usb/usbip/ |
| A D | usbip_common.c | 668 int total_length = 0; in usbip_recv_iso() local 699 total_length += urb->iso_frame_desc[i].actual_length; in usbip_recv_iso() 704 if (total_length != urb->actual_length) { in usbip_recv_iso() 707 total_length, urb->actual_length); in usbip_recv_iso()
|
| /drivers/gpu/drm/amd/display/dc/inc/hw/ |
| A D | dmcu.h | 79 int total_length,
|
| /drivers/scsi/ibmvscsi/ |
| A D | ibmvscsi.c | 658 u64 total_length = 0; in map_sg_list() local 665 total_length += sg_dma_len(sg); in map_sg_list() 667 return total_length; in map_sg_list() 686 u64 total_length = 0; in map_sg_data() local 712 total_length = map_sg_list(cmd, sg_mapped, in map_sg_data() 714 indirect->len = cpu_to_be32(total_length); in map_sg_data() 733 total_length = map_sg_list(cmd, sg_mapped, evt_struct->ext_list); in map_sg_data() 735 indirect->len = cpu_to_be32(total_length); in map_sg_data()
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_protocol_type.h | 160 __be16 total_length; member
|
| /drivers/scsi/pm8001/ |
| A D | pm8001_sas.h | 445 u32 total_length; member 462 u32 total_length; member
|
| /drivers/gpu/drm/amd/display/dc/dce/ |
| A D | dce_dmcu.c | 816 int total_length, in dcn10_send_edid_cea() argument 830 header = ((uint32_t)offset & 0xFFFF) << 16 | (total_length & 0xFFFF); in dcn10_send_edid_cea()
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| A D | mlx5_ifc_dr_ste_v1.h | 342 u8 total_length[0x10]; member
|
| A D | mlx5_ifc_dr.h | 311 u8 total_length[0x10]; member
|
| /drivers/iio/accel/ |
| A D | fxls8962af-core.c | 928 int total_length = samples * sample_length; in fxls8962af_fifo_transfer() local 942 total_length); in fxls8962af_fifo_transfer()
|
| A D | bmc150-accel-core.c | 925 int total_length = samples * sample_length; in bmc150_accel_fifo_transfer() local 928 buffer, total_length); in bmc150_accel_fifo_transfer()
|
| /drivers/net/wireless/microchip/wilc1000/ |
| A D | wlan.c | 131 u32 ihl, total_length, data_offset; in tcp_process() local 145 total_length = ntohs(ip_hdr_ptr->tot_len); in tcp_process() 148 if (total_length == (ihl + data_offset)) { in tcp_process()
|
| /drivers/scsi/esas2r/ |
| A D | atioctl.h | 831 u32 total_length; member
|