Searched refs:bytes (Results 276 - 300 of 1671) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/hexagon/mm/
H A Dcopy_to_user.S30 #define bytes r2 define
/linux-master/sound/firewire/
H A Diso-resources.c50 unsigned int bytes, s400_bytes; local
53 bytes = 3 * 4 + ALIGN(max_payload_bytes, 4);
55 /* convert to bandwidth units (quadlets at S1600 = bytes at S400) */
57 s400_bytes = bytes * (1 << (SCODE_400 - speed));
59 s400_bytes = DIV_ROUND_UP(bytes, 1 << (speed - SCODE_400));
/linux-master/include/linux/
H A Dintel_th.h53 * @bytes data. The window in question transitions into
59 int (*ready)(void *priv, struct sg_table *sgt, size_t bytes);
/linux-master/drivers/nvmem/
H A Djz4780-efuse.c70 void *val, size_t bytes)
74 while (bytes > 0) {
76 size_t chunk = min(bytes, (start + JZ_EFU_READ_SIZE)
112 bytes -= chunk;
69 jz4780_efuse_read(void *context, unsigned int offset, void *val, size_t bytes) argument
H A Dsnvs_lpgpr.c54 size_t bytes)
76 bytes / 4);
80 size_t bytes)
86 val, bytes / 4);
53 snvs_lpgpr_write(void *context, unsigned int offset, void *val, size_t bytes) argument
79 snvs_lpgpr_read(void *context, unsigned int offset, void *val, size_t bytes) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.h26 u64 bytes; /* # of bytes hitting the filter */ member in struct:cxgb4_matchall_ingress_entry
/linux-master/drivers/dma/dw/
H A Ddw.c47 size_t bytes, unsigned int width, size_t *len)
51 if ((bytes >> width) > dwc->block_size) {
55 block = bytes >> width;
56 *len = bytes;
46 dw_dma_bytes2block(struct dw_dma_chan *dwc, size_t bytes, unsigned int width, size_t *len) argument
/linux-master/sound/usb/
H A Dhelper.h5 unsigned int snd_usb_combine_bytes(unsigned char *bytes, int size);
/linux-master/tools/include/linux/
H A Dstring.h49 extern void *memchr_inv(const void *start, int c, size_t bytes);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Den_tc_tracepoint.h62 __field(u64, bytes)
67 __entry->bytes = f->stats.bytes;
71 TP_printk("cookie=%p bytes=%llu packets=%llu lastused=%llu\n",
72 __entry->cookie, __entry->bytes,
/linux-master/arch/x86/tools/
H A Dinsn_decoder_test.c63 fprintf(fp, "%s\t.value = %d, bytes[] = {%x, %x, %x, %x},\n",
64 indent, field->value, field->bytes[0], field->bytes[1],
65 field->bytes[2], field->bytes[3]);
161 pr_warn("objdump says %d bytes, but insn_get_length() "
/linux-master/fs/ocfs2/cluster/
H A Dnodemanager.h60 int o2nm_configured_node_map(unsigned long *map, unsigned bytes);
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c373 cur_instr->format.bytes[0],
374 cur_instr->format.bytes[1],
375 cur_instr->format.bytes[2],
376 cur_instr->format.bytes[3]);
378 cur_instr->format.bytes[3],
379 cur_instr->format.bytes[2],
380 cur_instr->format.bytes[1],
381 cur_instr->format.bytes[0]);
616 cur_instr->format.bytes[0],
617 cur_instr->format.bytes[
[all...]
/linux-master/include/net/
H A Dstrparser.h19 unsigned long long bytes; member in struct:strp_stats
29 unsigned long long bytes; member in struct:strp_aggr_stats
126 SAVE_PSOCK_STATS(bytes);
147 SAVE_PSOCK_STATS(bytes);
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_rx.h23 u64 bytes; member in struct:hinic_rxq_stats
H A Dhinic_tx.h20 u64 bytes; member in struct:hinic_txq_stats
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dact_stats.c172 u64 pkts, bytes, lastused; local
184 &bytes, &pkts, &lastused);
187 bytes - item->lastbytes,
192 item->lastbytes = bytes;
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_counters.h31 u64 packets, bytes; member in struct:efx_tc_counter
/linux-master/arch/x86/kernel/
H A Dcpuid.c12 * and then read in chunks of 16 bytes. A larger size means multiple
68 ssize_t bytes = 0; local
92 bytes += 16;
97 return bytes ? bytes : err;
/linux-master/drivers/platform/chrome/
H A Dcros_ec_proto_test_util.h44 unsigned int bytes, void *dest);
/linux-master/tools/iio/
H A Diio_generic_buffer.c56 unsigned int bytes = 0; local
61 if (channels[i].bytes > max)
62 max = channels[i].bytes;
63 if (bytes % channels[i].bytes == 0)
64 channels[i].location = bytes;
66 channels[i].location = bytes - bytes % channels[i].bytes
67 + channels[i].bytes;
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dabm.h57 unsigned int bytes,
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_abm_lcd.h39 unsigned int bytes,
/linux-master/fs/btrfs/
H A Ddelalloc-space.h12 int btrfs_alloc_data_chunk_ondemand(struct btrfs_inode *inode, u64 bytes);
/linux-master/arch/s390/crypto/
H A Dchacha-glue.c79 unsigned int bytes, int nrounds)
85 if (bytes <= CHACHA_BLOCK_SIZE || nrounds != 20 || !cpu_has_vx())
86 chacha_crypt_generic(state, dst, src, bytes, nrounds);
88 chacha20_crypt_s390(state, dst, src, bytes,
78 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) argument

Completed in 1053 milliseconds

<<11121314151617181920>>