| /kernel/linux/linux-6.6/drivers/thunderbolt/ |
| H A D | nvm.c | 465 tb_nvm_write_buf(struct tb_nvm *nvm, unsigned int offset, void *val, size_t bytes) tb_nvm_write_buf() argument
|
| /kernel/linux/linux-6.6/drivers/vdpa/vdpa_sim/ |
| H A D | vdpa_sim_net.c | 43 u64 bytes; member
|
| /kernel/linux/linux-6.6/drivers/char/hw_random/ |
| H A D | cctrng.c | 197 static inline void circ_idx_inc(int *idx, int bytes) in circ_idx_inc() argument
|
| /kernel/linux/linux-6.6/include/sound/ |
| H A D | rawmidi.h | 92 size_t bytes; member
|
| /kernel/linux/linux-6.6/drivers/dma/ |
| H A D | idma64.c | 348 size_t bytes = desc->length; in idma64_active_desc_size() local 375 size_t bytes; in idma64_tx_status() local [all...] |
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| H A D | floppy.h | 62 static int bytes; in floppy_hardint() local
|
| H A D | insn.h | 19 insn_byte_t bytes[4]; member 45 insn_byte_t bytes[4]; member [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
| H A D | ethtool.c | 155 igbvf_get_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, u8 *bytes) igbvf_get_eeprom() argument 161 igbvf_set_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, u8 *bytes) igbvf_set_eeprom() argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| H A D | tc_counters.c | 323 efx_tc_counter_update(struct efx_nic *efx, enum efx_tc_counter_type counter_type, u32 counter_idx, u64 packets, u64 bytes, u32 mark) efx_tc_counter_update() argument
|
| /kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
| H A D | cobalt-omnitek.c | 172 unsigned bytes; in descriptor_list_create() local 286 descriptor_list_allocate(struct sg_dma_desc_info *desc, size_t bytes) descriptor_list_allocate() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
| H A D | debugfs.c | 691 int offset = -1, bytes = -1; in mwifiex_rdeeprom_write() local
|
| /kernel/linux/linux-6.6/drivers/nvmem/ |
| H A D | rockchip-otp.c | 147 px30_otp_read(void *context, unsigned int offset, void *val, size_t bytes) px30_otp_read() argument 187 rk3588_otp_read(void *context, unsigned int offset, void *val, size_t bytes) rk3588_otp_read() argument 233 rockchip_otp_read(void *context, unsigned int offset, void *val, size_t bytes) rockchip_otp_read() argument
|
| H A D | sprd-efuse.c | 294 static int sprd_efuse_read(void *context, u32 offset, void *val, size_t bytes) in sprd_efuse_read() argument 324 static int sprd_efuse_write(void *context, u32 offset, void *val, size_t bytes) in sprd_efuse_write() argument
|
| H A D | qfprom.c | 256 qfprom_reg_write(void *context, unsigned int reg, void *_val, size_t bytes) qfprom_reg_write() argument 320 qfprom_reg_read(void *context, unsigned int reg, void *_val, size_t bytes) qfprom_reg_read() argument
|
| H A D | bcm-ocotp.c | 151 bcm_otpc_read(void *context, unsigned int offset, void *val, size_t bytes) bcm_otpc_read() argument 182 bcm_otpc_write(void *context, unsigned int offset, void *val, size_t bytes) bcm_otpc_write() argument
|
| /kernel/linux/linux-6.6/block/ |
| H A D | blk-map.c | 167 unsigned int bytes = PAGE_SIZE; in bio_copy_user_iov() local 297 ssize_t bytes; in bio_map_user_iov() local 413 unsigned int bytes = PAGE_SIZE - offset; bio_map_kern() local 498 unsigned int bytes = PAGE_SIZE; bio_copy_kern() local 569 unsigned int nsegs = 0, bytes = 0; blk_rq_map_user_bvec() local [all...] |
| H A D | blk.h | 483 should_fail_request(struct block_device *part, unsigned int bytes) should_fail_request() argument
|
| H A D | blk-crypto-fallback.c | 242 u8 bytes[BLK_CRYPTO_MAX_IV_SIZE]; member
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | adiantum.c | 88 u8 bytes[XCHACHA_IV_SIZE]; member [all...] |
| /kernel/linux/linux-6.6/arch/x86/kvm/ |
| H A D | smm.h | 140 u8 bytes[512]; member
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/ |
| H A D | erdma_qp.c | 211 u32 remain_size, copy_size, data_off, bytes = 0; in fill_inline_data() local 258 u32 bytes = 0; in fill_sgl() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
| H A D | gen7_renderclear.c | 135 static u32 *batch_alloc_bytes(struct batch_chunk *bc, u32 align, u32 bytes) in batch_alloc_bytes() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
| H A D | interrupt.c | 178 intel_vgpu_reg_imr_handler(struct intel_vgpu *vgpu, unsigned int reg, void *p_data, unsigned int bytes) intel_vgpu_reg_imr_handler() argument 208 intel_vgpu_reg_master_irq_handler(struct intel_vgpu *vgpu, unsigned int reg, void *p_data, unsigned int bytes) intel_vgpu_reg_master_irq_handler() argument 247 intel_vgpu_reg_ier_handler(struct intel_vgpu *vgpu, unsigned int reg, void *p_data, unsigned int bytes) intel_vgpu_reg_ier_handler() argument 286 intel_vgpu_reg_iir_handler(struct intel_vgpu *vgpu, unsigned int reg, void *p_data, unsigned int bytes) intel_vgpu_reg_iir_handler() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
| H A D | cik_sdma.c | 808 unsigned bytes = count * 8; in cik_sdma_vm_copy_pages() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| H A D | vmw_surface_cache.h | 222 u32 bytes; in vmw_surface_get_image_offset() local 310 size_t bytes; member [all...] |