Home
last modified time | relevance | path

Searched defs:bytes (Results 26 – 50 of 1231) sorted by relevance

12345678910>>...50

/OK3568_Linux_fs/kernel/include/linux/
H A Duio.h146 size_t copy_to_iter(const void *addr, size_t bytes, struct iov_iter *i) in copy_to_iter()
155 size_t copy_from_iter(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter()
164 bool copy_from_iter_full(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_full()
173 size_t copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_nocache()
182 bool copy_from_iter_full_nocache(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_full_nocache()
209 size_t copy_from_iter_flushcache(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_flushcache()
218 size_t copy_mc_to_iter(void *addr, size_t bytes, struct iov_iter *i) in copy_mc_to_iter()
/OK3568_Linux_fs/kernel/lib/
H A Diov_iter.c164 static size_t copy_page_to_iter_iovec(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter_iovec()
248 static size_t copy_page_from_iter_iovec(struct page *page, size_t offset, size_t bytes, in copy_page_from_iter_iovec()
375 static size_t copy_page_to_iter_pipe(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter_pipe()
431 int iov_iter_fault_in_readable(struct iov_iter *i, size_t bytes) in iov_iter_fault_in_readable()
561 static size_t copy_pipe_to_iter(const void *addr, size_t bytes, in copy_pipe_to_iter()
596 static size_t csum_and_copy_to_pipe_iter(const void *addr, size_t bytes, in csum_and_copy_to_pipe_iter()
632 size_t _copy_to_iter(const void *addr, size_t bytes, struct iov_iter *i) in _copy_to_iter()
673 static size_t copy_mc_pipe_to_iter(const void *addr, size_t bytes, in copy_mc_pipe_to_iter()
730 size_t _copy_mc_to_iter(const void *addr, size_t bytes, struct iov_iter *i) in _copy_mc_to_iter()
767 size_t _copy_from_iter(void *addr, size_t bytes, struct iov_iter *i) in _copy_from_iter()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c69 u8 *src, unsigned int bytes) in vgpu_pci_cfg_mem_write()
117 void *p_data, unsigned int bytes) in intel_vgpu_emulate_cfg_read()
189 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_command_write()
220 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_rom_bar_write()
234 void *p_data, unsigned int bytes) in emulate_pci_bar_write()
311 void *p_data, unsigned int bytes) in intel_vgpu_emulate_cfg_write()
H A Dmmio.c61 void *p_data, unsigned int bytes, bool read) in failsafe_emulate_mmio_rw()
103 void *p_data, unsigned int bytes) in intel_vgpu_emulate_mmio_read()
178 void *p_data, unsigned int bytes) in intel_vgpu_emulate_mmio_write()
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dxor_vmx.c52 void __xor_altivec_2(unsigned long bytes, unsigned long *v1_in, in __xor_altivec_2()
70 void __xor_altivec_3(unsigned long bytes, unsigned long *v1_in, in __xor_altivec_3()
92 void __xor_altivec_4(unsigned long bytes, unsigned long *v1_in, in __xor_altivec_4()
119 void __xor_altivec_5(unsigned long bytes, unsigned long *v1_in, in __xor_altivec_5()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/
H A Dgve_tx.c54 size_t bytes) in gve_tx_fifo_pad_alloc_one_frag()
59 static bool gve_tx_fifo_can_alloc(struct gve_tx_fifo *fifo, size_t bytes) in gve_tx_fifo_can_alloc()
74 static int gve_tx_alloc_fifo(struct gve_tx_fifo *fifo, size_t bytes, in gve_tx_alloc_fifo()
129 static void gve_tx_free_fifo(struct gve_tx_fifo *fifo, size_t bytes) in gve_tx_free_fifo()
149 size_t bytes; in gve_tx_free_ring() local
190 size_t bytes; in gve_tx_alloc_ring() local
293 int bytes; in gve_skb_fifo_bytes_required() local
518 u64 pkts = 0, bytes = 0; in gve_clean_tx_done() local
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dxor_avx.h29 static void xor_avx_2(unsigned long bytes, unsigned long *p0, unsigned long *p1) in xor_avx_2()
55 static void xor_avx_3(unsigned long bytes, unsigned long *p0, unsigned long *p1, in xor_avx_3()
85 static void xor_avx_4(unsigned long bytes, unsigned long *p0, unsigned long *p1, in xor_avx_4()
118 static void xor_avx_5(unsigned long bytes, unsigned long *p0, unsigned long *p1, in xor_avx_5()
/OK3568_Linux_fs/kernel/sound/soc/uniphier/
H A Daio-dma.c31 int bytes = runtime->period_size * in aiodma_pcm_irq() local
51 int bytes = runtime->fragment_size; in aiodma_compr_irq() local
114 int bytes = runtime->period_size * in uniphier_aiodma_prepare() local
142 int bytes = runtime->period_size * in uniphier_aiodma_trigger() local
177 int bytes = runtime->period_size * in uniphier_aiodma_pointer() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfree-space-cache.c32 u64 bytes; member
516 static int io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, in io_ctl_add_entry()
1444 static inline unsigned long bytes_to_bits(u64 bytes, u32 unit) in bytes_to_bits()
1719 u64 offset, u64 bytes) in __bitmap_clear_bits()
1750 u64 bytes) in bitmap_clear_bits()
1758 u64 bytes) in bitmap_set_bits()
1792 u64 *bytes, bool for_alloc) in search_bitmap()
1852 find_free_space(struct btrfs_free_space_ctl *ctl, u64 *offset, u64 *bytes, in find_free_space()
1923 u64 bytes = bitmap_info->bytes; in count_bitmap_extents() local
1979 u64 *offset, u64 *bytes) in remove_from_bitmap()
[all …]
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm-indirect.h55 unsigned int bytes = qsize - rec->hw_ready; in snd_pcm_indirect_playback_transfer() local
85 int bytes = ptr - rec->hw_io; in snd_pcm_indirect_playback_pointer() local
123 size_t bytes = rec->sw_buffer_size - rec->sw_ready; in snd_pcm_indirect_capture_transfer() local
154 int bytes = ptr - rec->hw_io; in snd_pcm_indirect_capture_pointer() local
/OK3568_Linux_fs/kernel/arch/arm64/lib/
H A Dxor-neon.c13 void xor_arm64_neon_2(unsigned long bytes, unsigned long *p1, in xor_arm64_neon_2()
40 void xor_arm64_neon_3(unsigned long bytes, unsigned long *p1, in xor_arm64_neon_3()
75 void xor_arm64_neon_4(unsigned long bytes, unsigned long *p1, in xor_arm64_neon_4()
118 void xor_arm64_neon_5(unsigned long bytes, unsigned long *p1, in xor_arm64_neon_5()
/OK3568_Linux_fs/kernel/lib/raid6/
H A Drecov.c20 static void raid6_2data_recov_intx1(int disks, size_t bytes, int faila, in raid6_2data_recov_intx1()
64 static void raid6_datap_recov_intx1(int disks, size_t bytes, int faila, in raid6_datap_recov_intx1()
108 void raid6_dual_recov(int disks, size_t bytes, int faila, int failb, void **ptrs) in raid6_dual_recov()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm.c224 ia_css_ptr hmm_alloc(size_t bytes, enum hmm_bo_type type, in hmm_alloc()
336 unsigned int bytes) in load_and_flush_by_kmap()
379 static int load_and_flush(ia_css_ptr virt, void *data, unsigned int bytes) in load_and_flush()
414 int hmm_load(ia_css_ptr virt, void *data, unsigned int bytes) in hmm_load()
430 int hmm_flush(ia_css_ptr virt, unsigned int bytes) in hmm_flush()
436 int hmm_store(ia_css_ptr virt, const void *data, unsigned int bytes) in hmm_store()
529 int hmm_set(ia_css_ptr virt, int c, unsigned int bytes) in hmm_set()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcacheflush.h50 unsigned long bytes = l1_dcache_bytes(); in flush_dcache_range() local
72 unsigned long bytes = l1_dcache_bytes(); in clean_dcache_range() local
91 unsigned long bytes = l1_dcache_bytes(); in invalidate_dcache_range() local
/OK3568_Linux_fs/kernel/sound/i2c/other/
H A Dpt2258.c34 unsigned char bytes[2]; in snd_pt2258_reset() local
97 unsigned char bytes[2]; in pt2258_stereo_volume_put() local
146 unsigned char bytes[2]; in pt2258_switch_put() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h237 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local
268 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop, *f; in bpf_prog6() local
314 int ret = 0, *bytes, zero = 0; in bpf_prog8() local
331 int ret = 0, *bytes, zero = 0; in bpf_prog9() local
347 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop; in bpf_prog10() local
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-efuse.c144 void *val, size_t bytes) in rockchip_rk1808_efuse_read()
203 void *val, size_t bytes) in rockchip_rk3128_efuse_read()
243 void *val, size_t bytes) in rockchip_rk3288_efuse_read()
284 void *val, size_t bytes) in rockchip_rk3288_efuse_secure_read()
329 void *val, size_t bytes) in rockchip_rk3328_efuse_read()
384 void *val, size_t bytes) in rockchip_rk3368_efuse_read()
429 void *val, size_t bytes) in rockchip_rk3399_efuse_read()
H A Drockchip-otp.c239 size_t bytes) in px30_otp_read()
365 size_t bytes) in px30s_otp_read()
431 size_t bytes) in rk3568_otp_read()
520 size_t bytes) in rk3588_otp_read()
604 size_t bytes) in rv1126_otp_read()
652 size_t bytes) in rv1126_otp_write()
674 static int rv1126_otp_wp(void *context, unsigned int offset, size_t bytes) in rv1126_otp_wp()
685 size_t bytes) in rv1126_otp_oem_write()
706 size_t bytes) in rockchip_otp_read()
720 size_t bytes) in rockchip_otp_write()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c811 u8 *bytes, int *perrno) in i40e_nvmupd_command()
927 u8 *bytes, int *perrno) in i40e_nvmupd_state_init()
1066 u8 *bytes, int *perrno) in i40e_nvmupd_state_reading()
1108 u8 *bytes, int *perrno) in i40e_nvmupd_state_writing()
1374 u8 *bytes, int *perrno) in i40e_nvmupd_exec_aq()
1458 u8 *bytes, int *perrno) in i40e_nvmupd_get_aq_result()
1527 u8 *bytes, int *perrno) in i40e_nvmupd_get_aq_event()
1561 u8 *bytes, int *perrno) in i40e_nvmupd_nvm_read()
1640 u8 *bytes, int *perrno) in i40e_nvmupd_nvm_write()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dhab.c277 void process_event_record(uint8_t *event_data, size_t bytes) in process_event_record()
287 void display_event(uint8_t *event_data, size_t bytes) in display_event()
310 size_t bytes = sizeof(event_data); /* Event size in bytes */ in get_hab_status() local
416 size_t bytes; in authenticate_image() local
/OK3568_Linux_fs/kernel/kernel/dma/
H A Dswiotlb.c165 unsigned long bytes = io_tlb_nslabs << IO_TLB_SHIFT; in swiotlb_print_info() local
195 unsigned long bytes; in swiotlb_update_mem_attributes() local
208 unsigned long i, bytes; in swiotlb_init_with_tbl() local
257 unsigned long bytes; in swiotlb_init() local
288 unsigned long bytes, req_nslabs = io_tlb_nslabs; in swiotlb_late_init_with_default_size() local
340 unsigned long i, bytes; in swiotlb_late_init_with_tbl() local
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_ringmic_pdm_test.c82 int linear_amplification(void *data, void *out, int bytes) in linear_amplification()
105 int linear_amplification4(void *data, void *out, int bytes) in linear_amplification4()
129 int linear_amplification5(void *data, void *out, int bytes) in linear_amplification5()
153 int preProcessBuffer(void *data, void *out, int bytes) in preProcessBuffer()
H A Decho_ringmic_test.c87 int linear_amplification(void *data, void *out, int bytes) in linear_amplification()
113 int linear_amplification(void *data, void *out, int bytes) in linear_amplification()
138 int linear_amplification(void *data, void *out, int bytes) in linear_amplification()
162 int preProcessBuffer(void *data, void *out, int bytes) in preProcessBuffer()
/OK3568_Linux_fs/u-boot/common/
H A Dmalloc_simple.c16 void *malloc_simple(size_t bytes) in malloc_simple()
35 void *memalign_simple(size_t align, size_t bytes) in memalign_simple()
/OK3568_Linux_fs/kernel/sound/i2c/
H A Di2c.c132 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in snd_i2c_sendbytes()
139 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in snd_i2c_readbytes()
262 unsigned char *bytes, int count) in snd_i2c_bit_sendbytes()
288 unsigned char *bytes, int count) in snd_i2c_bit_readbytes()

12345678910>>...50