Searched refs:burst_count (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/char/tpm/ |
D | tpm_i2c_nuvoton.c | 154 int burst_count = -1; in i2c_nuvoton_get_burstcount() local 163 burst_count = min_t(u8, TPM_I2C_MAX_BUF_SIZE, data); in i2c_nuvoton_get_burstcount() 170 return burst_count; in i2c_nuvoton_get_burstcount() 248 int burst_count, bytes2read, size = 0; in i2c_nuvoton_recv_data() local 254 burst_count = i2c_nuvoton_get_burstcount(client, chip); in i2c_nuvoton_recv_data() 255 if (burst_count < 0) { in i2c_nuvoton_recv_data() 258 burst_count); in i2c_nuvoton_recv_data() 261 bytes2read = min_t(size_t, burst_count, count - size); in i2c_nuvoton_recv_data() 285 int burst_count; in i2c_nuvoton_recv() local 312 burst_count = i2c_nuvoton_get_burstcount(client, chip); in i2c_nuvoton_recv() [all …]
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-debug.c | 460 le32_to_cpu(dbg->burst_count), accum_dbg->burst_count, in il3945_ucode_general_stats_read() 461 delta_dbg->burst_count, max_dbg->burst_count); in il3945_ucode_general_stats_read()
|
D | 4965-debug.c | 692 le32_to_cpu(dbg->burst_count), accum_dbg->burst_count, in il4965_ucode_general_stats_read() 693 delta_dbg->burst_count, max_dbg->burst_count); in il4965_ucode_general_stats_read()
|
D | commands.h | 2755 __le32 burst_count; member
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | stats.h | 68 __le32 burst_count; member
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-ring.c | 3569 unsigned int burst_count, last_burst_pkt_count; in xhci_queue_isoc_tx() local 3583 burst_count = xhci_get_burst_count(xhci, urb, total_pkt_count); in xhci_queue_isoc_tx() 3618 field |= TRB_TBC(burst_count); in xhci_queue_isoc_tx() 3662 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | debugfs.c | 1400 le32_to_cpu(dbg->burst_count), in iwl_dbgfs_ucode_general_stats_read() 1401 accum_dbg->burst_count, in iwl_dbgfs_ucode_general_stats_read() 1402 delta_dbg->burst_count, max_dbg->burst_count); in iwl_dbgfs_ucode_general_stats_read()
|
D | commands.h | 2516 __le32 burst_count; member
|