Home
last modified time | relevance | path

Searched defs:size (Results 376 – 400 of 7466) sorted by relevance

1...<<11121314151617181920>>...299

/linux-6.3-rc2/drivers/video/fbdev/core/
A Dfbcmap.c94 int size = len * sizeof(u16); in fb_alloc_cmap_gfp() local
169 size_t size; in fb_copy_cmap() local
194 size_t size; in fb_cmap_to_user() local
269 int rc, size = cmap->len * sizeof(u16); in fb_set_user_cmap() local
/linux-6.3-rc2/drivers/media/pci/solo6x10/
A Dsolo6x10-p2m.c29 void *sys_addr, u32 ext_addr, u32 size, in solo_p2m_dma()
125 dma_addr_t dma_addr, u32 ext_addr, u32 size, in solo_p2m_fill_desc()
146 dma_addr_t dma_addr, u32 ext_addr, u32 size, in solo_p2m_dma_t()
204 static int solo_p2m_test(struct solo_dev *solo_dev, int base, int size) in solo_p2m_test()
/linux-6.3-rc2/tools/testing/memblock/tests/
A Dalloc_helpers_api.c22 phys_addr_t size = SZ_16; in alloc_from_simple_generic_check() local
65 phys_addr_t size = SZ_32; in alloc_from_misaligned_generic_check() local
112 phys_addr_t size = SZ_32; in alloc_from_top_down_high_addr_check() local
238 phys_addr_t size = SZ_32; in alloc_from_bottom_up_high_addr_check() local
/linux-6.3-rc2/sound/soc/intel/skylake/
A Dskl-sst-cldma.c80 __le32 **bdlp, int size, int with_ioc) in skl_cldma_setup_bdle()
135 unsigned int size, bool enable) in skl_cldma_setup_spb()
193 static void skl_cldma_fill_buffer(struct sst_dsp *ctx, unsigned int size, in skl_cldma_fill_buffer()
256 u32 size; in skl_cldma_copy_to_buf() local
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dcmpxchg.h26 unsigned int size) in __xchg_small()
65 __xchg(volatile void *ptr, unsigned long x, int size) in __xchg()
115 unsigned int new, unsigned int size) in __cmpxchg_small()
163 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, unsigned int size) in __cmpxchg()
A Duaccess.h143 #define __get_user_common(val, size, ptr) \ argument
154 #define __get_kernel_common(val, size, ptr) __get_user_common(val, size, ptr) argument
170 #define __put_user_common(ptr, size) \ argument
181 #define __put_kernel_common(ptr, size) __put_user_common(ptr, size) argument
/linux-6.3-rc2/drivers/pnp/pnpbios/
A Drsparser.c85 int io, size, mask, i, flags; in pnpbios_parse_allocated_resource_data() local
218 unsigned char *p, int size, in pnpbios_parse_mem_option()
234 unsigned char *p, int size, in pnpbios_parse_mem32_option()
250 unsigned char *p, int size, in pnpbios_parse_fixed_mem32_option()
263 unsigned char *p, int size, in pnpbios_parse_irq_option()
282 unsigned char *p, int size, in pnpbios_parse_dma_option()
289 unsigned char *p, int size, in pnpbios_parse_port_option()
305 unsigned char *p, int size, in pnpbios_parse_fixed_port_option()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dcmpxchg.h11 #define BITOFF_CAL(size, off) ((sizeof(u32) - size - off) * BITS_PER_BYTE) argument
13 #define BITOFF_CAL(size, off) (off * BITS_PER_BYTE) argument
218 __xchg_local(void *ptr, unsigned long x, unsigned int size) in __xchg_local()
237 __xchg_relaxed(void *ptr, unsigned long x, unsigned int size) in __xchg_relaxed()
622 unsigned int size) in __cmpxchg()
642 unsigned int size) in __cmpxchg_local()
662 unsigned int size) in __cmpxchg_relaxed()
682 unsigned int size) in __cmpxchg_acquire()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_mm.c305 static struct drm_mm_node *best_hole(struct drm_mm *mm, u64 size) in best_hole()
325 static bool usable_hole_addr(struct rb_node *rb, u64 size) in usable_hole_addr()
330 static struct drm_mm_node *find_hole_addr(struct drm_mm *mm, u64 addr, u64 size) in find_hole_addr()
357 u64 start, u64 end, u64 size, in first_hole()
516 u64 size, u64 alignment, in drm_mm_insert_node_in_range()
738 u64 size, in drm_mm_scan_init_with_range()
963 void drm_mm_init(struct drm_mm *mm, u64 start, u64 size) in drm_mm_init()
1007 u64 start, size; in drm_mm_dump_hole() local
/linux-6.3-rc2/fs/ntfs3/
A Dxattr.c81 u32 size, off, ea_size; in ntfs_read_ea() local
198 u32 off, size; in ntfs_list_ea() local
236 void *buffer, size_t size, size_t *required) in ntfs_get_ea()
309 u32 off, size, ea_sz; in ntfs_set_ea() local
586 size_t size, name_len; in ntfs_set_acl_ex() local
731 ssize_t ntfs_listxattr(struct dentry *dentry, char *buffer, size_t size) in ntfs_listxattr()
753 size_t size) in ntfs_getxattr()
841 size_t size, int flags) in ntfs_setxattr()
/linux-6.3-rc2/drivers/pci/controller/dwc/
A Dpcie-designware.c284 int dw_pcie_read(void __iomem *addr, int size, u32 *val) in dw_pcie_read()
306 int dw_pcie_write(void __iomem *addr, int size, u32 val) in dw_pcie_write()
324 u32 dw_pcie_read_dbi(struct dw_pcie *pci, u32 reg, size_t size) in dw_pcie_read_dbi()
340 void dw_pcie_write_dbi(struct dw_pcie *pci, u32 reg, size_t size, u32 val) in dw_pcie_write_dbi()
355 void dw_pcie_write_dbi2(struct dw_pcie *pci, u32 reg, size_t size, u32 val) in dw_pcie_write_dbi2()
469 u64 pci_addr, u64 size) in __dw_pcie_prog_outbound_atu()
529 u64 cpu_addr, u64 pci_addr, u64 size) in dw_pcie_prog_outbound_atu()
537 u64 size) in dw_pcie_prog_ep_outbound_atu()
555 u64 cpu_addr, u64 pci_addr, u64 size) in dw_pcie_prog_inbound_atu()
/linux-6.3-rc2/fs/ufs/
A Dutil.h266 #define ubh_bread(sb,fragment,size) _ubh_bread_(uspi,sb,fragment,size) argument
276 #define ubh_ubhcpymem(mem,ubh,size) _ubh_ubhcpymem_(uspi,mem,ubh,size) argument
278 #define ubh_memcpyubh(ubh,mem,size) _ubh_memcpyubh_(uspi,ubh,mem,size) argument
390 #define ubh_find_first_zero_bit(ubh,begin,size) _ubh_find_next_zero_bit_(uspi,ubh,begin,size,0) argument
392 #define ubh_find_next_zero_bit(ubh,begin,size,offset) _ubh_find_next_zero_bit_(uspi,ubh,begin,size,… argument
395 unsigned begin, unsigned size, unsigned offset) in _ubh_find_next_zero_bit_()
417 unsigned size, unsigned offset) in find_last_zero_bit()
439 #define ubh_find_last_zero_bit(ubh,begin,size,offset) _ubh_find_last_zero_bit_(uspi,ubh,begin,size,… argument
444 unsigned base, count, pos, size; in _ubh_find_last_zero_bit_() local
/linux-6.3-rc2/fs/hfs/
A Dmdb.c33 sector_t *start, sector_t *size) in hfs_get_last_session()
79 int off2, len, size, sect; in hfs_mdb_get() local
310 int off, size, len; in hfs_mdb_commit() local
/linux-6.3-rc2/drivers/media/i2c/cx25840/
A Dcx25840-firmware.c68 static int check_fw_load(struct i2c_client *client, int size) in check_fw_load()
85 static int fw_write(struct i2c_client *client, const u8 *data, int size) in fw_write()
102 int size, retval; in cx25840_loadfw() local
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dxdp_synproxy.c26 static void escape_str(char *out, const char *in, size_t size) in escape_str()
44 static bool expect_str(char *buf, size_t size, const char *str, const char *name) in expect_str()
70 size_t size; in test_synproxy() local
/linux-6.3-rc2/drivers/video/fbdev/
A Dacornfb.c318 u_int font_line_len, sam_size, min_size, size, nr_y; in acornfb_adjust_timing() local
557 unsigned long size = info->fix.smem_len - VDMA_XFERSIZE; in acornfb_set_par() local
564 unsigned long start, size; in acornfb_set_par() local
851 unsigned int size; in acornfb_parse_dram() local
926 unsigned long size; in acornfb_probe() local
/linux-6.3-rc2/drivers/tee/
A Dtee_shm.c77 static struct tee_shm *shm_alloc_helper(struct tee_context *ctx, size_t size, in shm_alloc_helper()
139 struct tee_shm *tee_shm_alloc_user_buf(struct tee_context *ctx, size_t size) in tee_shm_alloc_user_buf()
184 struct tee_shm *tee_shm_alloc_kernel_buf(struct tee_context *ctx, size_t size) in tee_shm_alloc_kernel_buf()
208 struct tee_shm *tee_shm_alloc_priv_buf(struct tee_context *ctx, size_t size) in tee_shm_alloc_priv_buf()
369 size_t size = vma->vm_end - vma->vm_start; in tee_shm_fop_mmap() local
/linux-6.3-rc2/arch/arm/plat-orion/
A Dpcie.c126 u32 size; in orion_pcie_setup_wins() local
209 u32 devfn, int where, int size, u32 *val) in orion_pcie_rd_conf()
228 u32 devfn, int where, int size, u32 *val) in orion_pcie_rd_conf_tlp()
251 u32 devfn, int where, int size, u32 *val) in orion_pcie_rd_conf_wa()
267 u32 devfn, int where, int size, u32 val) in orion_pcie_wr_conf()
/linux-6.3-rc2/sound/core/seq/
A Dseq_memory.c80 int size = sizeof(buf); in snd_seq_dump_var_event() local
98 int size = sizeof(struct snd_seq_event); in snd_seq_dump_var_event() local
116 static int seq_copy_in_kernel(void *ptr, void *src, int size) in seq_copy_in_kernel()
125 static int seq_copy_in_user(void *ptr, void *src, int size) in seq_copy_in_user()
326 int size = sizeof(struct snd_seq_event); in snd_seq_event_dup() local
/linux-6.3-rc2/include/trace/
A Dbpf_probe.h16 #define UINTTYPE(size) \ argument
60 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
81 #define __CHECK_WRITABLE_BUF_SIZE(call, proto, args, size) \ argument
93 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
111 #define DECLARE_TRACE_WRITABLE(call, proto, args, size) \ argument
/linux-6.3-rc2/sound/soc/sof/
A Ddebug.c25 size_t size; in sof_dfsentry_write() local
48 int size; in sof_dfsentry_read() local
134 void __iomem *base, size_t size, in snd_sof_debugfs_io_item()
176 size_t size, const char *name, in snd_sof_debugfs_add_region_item_iomem()
191 void *base, size_t size, in snd_sof_debugfs_buf_item()
/linux-6.3-rc2/kernel/
A Dkcov.c59 unsigned int size; member
77 unsigned int size; member
134 static struct kcov_remote_area *kcov_remote_area_get(unsigned int size) in kcov_remote_area_get()
151 unsigned int size) in kcov_remote_area_put()
320 u64 size = cases[1]; in __sanitizer_cov_trace_switch() local
346 unsigned int size, void *area, enum kcov_mode mode, in kcov_start()
480 unsigned long size, off; in kcov_mmap() local
687 unsigned long size, flags; in kcov_ioctl() local
843 unsigned int size; in kcov_remote_start() local
987 unsigned int size; in kcov_remote_stop() local
/linux-6.3-rc2/arch/x86/realmode/
A Dinit.c49 size_t size = real_mode_size_needed(); in reserve_real_mode() local
97 size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob); in setup_real_mode() local
185 size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob); in set_real_mode_permissions() local
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/
A Dia_css_eed1_8.host.c92 size_t size) in ia_css_eed1_8_vmem_encode()
230 size_t size) in ia_css_eed1_8_encode()
287 size_t size) in ia_css_init_eed1_8_state()
/linux-6.3-rc2/drivers/leds/trigger/
A Dledtrig-timer.c27 struct device_attribute *attr, const char *buf, size_t size) in led_delay_on_store()
52 struct device_attribute *attr, const char *buf, size_t size) in led_delay_off_store()
81 unsigned int size = 0; in pattern_init() local

Completed in 57 milliseconds

1...<<11121314151617181920>>...299