Searched refs:write_bytes (Results 1 – 17 of 17) sorted by relevance
| /drivers/char/tpm/ |
| A D | tpm_tis_core.h | 132 int (*write_bytes)(struct tpm_tis_data *data, u32 addr, u16 len, member 181 return data->phy_ops->write_bytes(data, addr, len, value, in tpm_tis_write_bytes() 187 return data->phy_ops->write_bytes(data, addr, 1, &value, in tpm_tis_write8() 198 rc = data->phy_ops->write_bytes(data, addr, sizeof(u32), in tpm_tis_write32()
|
| A D | tpm_tis_synquacer.c | 90 .write_bytes = tpm_tis_synquacer_write_bytes,
|
| A D | tpm_tis_spi_cr50.c | 238 .write_bytes = tpm_tis_spi_cr50_write_bytes,
|
| A D | tpm_tis.c | 218 .write_bytes = tpm_tcg_write_bytes,
|
| A D | tpm_tis_i2c.c | 326 .write_bytes = tpm_tis_i2c_write_bytes,
|
| A D | tpm_tis_spi_main.c | 262 .write_bytes = tpm_tis_spi_write_bytes,
|
| /drivers/hwtracing/coresight/ |
| A D | coresight-stm.c | 142 u32 write_bytes; member 304 static bool stm_addr_unaligned(const void *addr, u8 write_bytes) in stm_addr_unaligned() argument 306 return ((unsigned long)addr & (write_bytes - 1)); in stm_addr_unaligned() 310 u32 size, u8 write_bytes) in stm_send() argument 314 if (stm_addr_unaligned(data, write_bytes)) { in stm_send() 435 if (size > drvdata->write_bytes) in stm_generic_packet() 436 size = drvdata->write_bytes; in stm_generic_packet() 449 stm_send(ch_addr, payload, 1, drvdata->write_bytes); in stm_generic_packet() 457 drvdata->write_bytes); in stm_generic_packet() 873 drvdata->write_bytes = stm_fundamental_data_size(drvdata); in __stm_probe()
|
| /drivers/spi/ |
| A D | spi-tegra114.c | 321 unsigned int write_bytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() local 327 write_bytes = nbytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() 337 tspi->cur_tx_pos += write_bytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() 404 unsigned int write_bytes; in tegra_spi_copy_client_txbuf_to_spi_txbuf() local 408 write_bytes = consume; in tegra_spi_copy_client_txbuf_to_spi_txbuf() 418 tspi->cur_tx_pos += write_bytes; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
|
| A D | spi-tegra210-quad.c | 340 unsigned int write_bytes; in tegra_qspi_fill_tx_fifo_from_client_txbuf() local 348 write_bytes = len; in tegra_qspi_fill_tx_fifo_from_client_txbuf() 357 tqspi->cur_tx_pos += write_bytes; in tegra_qspi_fill_tx_fifo_from_client_txbuf() 422 unsigned int i, count, consume, write_bytes; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() local 431 write_bytes = consume; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 440 tqspi->cur_tx_pos += write_bytes; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf()
|
| A D | spi-cadence-quadspi.c | 1071 unsigned int write_bytes; in cqspi_indirect_write_execute() local 1105 write_bytes = remaining; in cqspi_indirect_write_execute() 1106 write_words = write_bytes / 4; in cqspi_indirect_write_execute() 1107 mod_bytes = write_bytes % 4; in cqspi_indirect_write_execute() 1128 remaining -= write_bytes; in cqspi_indirect_write_execute()
|
| /drivers/tty/ipwireless/ |
| A D | hardware.c | 49 unsigned long write_bytes; member 68 timing_stats.write_bytes += length + 2; in end_write_timing() 87 timing_stats.write_bytes, in report_timing() 93 timing_stats.write_bytes = 0; in report_timing()
|
| /drivers/infiniband/hw/efa/ |
| A D | efa_com_cmd.h | 281 u64 write_bytes; member
|
| A D | efa_com_cmd.c | 823 result->rdma_write_stats.write_bytes = rws->write_bytes; in efa_com_get_stats()
|
| A D | efa_admin_cmds_defs.h | 648 u64 write_bytes; member
|
| A D | efa_verbs.c | 2287 stats->value[EFA_RDMA_WRITE_BYTES] = rws->write_bytes; in efa_fill_port_stats()
|
| /drivers/target/ |
| A D | target_core_device.c | 61 this_cpu_add(deve->stats->write_bytes, in transport_lookup_cmd_lun() 132 this_cpu_add(se_cmd->se_dev->stats->write_bytes, in transport_lookup_cmd_lun()
|
| A D | target_core_stat.c | 323 bytes += stats->write_bytes; in target_stat_lu_write_mbytes_show() 1116 bytes += stats->write_bytes; in target_stat_auth_write_mbytes_show()
|
Completed in 58 milliseconds