Home
last modified time | relevance | path

Searched defs:align (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/OK3568_Linux_fs/kernel/drivers/clk/tegra/
H A Dcvb.c26 const struct rail_alignment *align) in round_cvb_voltage()
43 static int round_voltage(int mv, const struct rail_alignment *align, int up) in round_voltage()
56 struct rail_alignment *align, in build_opp_table()
103 size_t count, struct rail_alignment *align, in tegra_cvb_add_opp_table()
H A Dclk-tegra124-dfll-fcpu.c524 struct rail_alignment *align) in get_alignment_from_dt()
538 struct rail_alignment *align) in get_alignment_from_regulator()
558 struct rail_alignment align; in tegra124_dfll_fcpu_probe() local
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Drsrc_iodyn.c28 resource_size_t size, resource_size_t align) in pcmcia_align()
57 unsigned long align) in __iodyn_find_io_region()
86 unsigned int align, struct resource **parent) in iodyn_find_io()
/OK3568_Linux_fs/kernel/drivers/dax/
H A Ddax-private.h36 unsigned int align; member
65 unsigned int align; member
92 static inline bool dax_align_valid(unsigned long align) in dax_align_valid()
103 static inline bool dax_align_valid(unsigned long align) in dax_align_valid()
/OK3568_Linux_fs/u-boot/include/
H A Dmemalign.h72 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument
77 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ argument
89 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/
H A Dxcam_common.h82 xcam_ceil (uint32_t value, const uint32_t align) { in xcam_ceil()
87 xcam_around (uint32_t value, const uint32_t align) { in xcam_around()
92 xcam_floor (uint32_t value, const uint32_t align) { in xcam_floor()
H A Dxcam_defs.h95 #define XCAM_ALIGN_UP(value, align) (((value)+((align)-1))&(~((align)-1))) argument
96 #define XCAM_ALIGN_DOWN(value, align) ((value)&(~((align)-1))) argument
97 #define XCAM_ALIGN_AROUND(value, align) (((value)+(align)/2)/(align)*(align)) argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sa.c52 unsigned size, u32 align, u32 domain) in amdgpu_sa_bo_manager_init()
153 unsigned size, unsigned align) in amdgpu_sa_bo_try_alloc()
186 unsigned size, unsigned align) in amdgpu_sa_event()
277 unsigned size, unsigned align) in amdgpu_sa_bo_new()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_sa.c52 unsigned size, u32 align, u32 domain, u32 flags) in radeon_sa_bo_manager_init()
192 unsigned size, unsigned align) in radeon_sa_bo_try_alloc()
225 unsigned size, unsigned align) in radeon_sa_event()
315 unsigned size, unsigned align) in radeon_sa_bo_new()
/OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/
H A Dpinctrl-mt2712.c86 unsigned char align, in mt2712_spec_pull_set()
289 unsigned char align, in mt2712_ies_smt_set()
H A Dpinctrl-mt8516.c190 unsigned char align, bool isup, unsigned int r1r0) in mt8516_spec_pull_set()
296 unsigned char align, int value, enum pin_config_param arg) in mt8516_ies_smt_set()
H A Dpinctrl-mt8127.c176 unsigned char align, bool isup, unsigned int r1r0) in mt8127_spec_pull_set()
263 unsigned char align, int value, enum pin_config_param arg) in mt8127_ies_smt_set()
H A Dpinctrl-mt8167.c190 unsigned char align, bool isup, unsigned int r1r0) in mt8167_spec_pull_set()
296 unsigned char align, int value, enum pin_config_param arg) in mt8167_ies_smt_set()
H A Dpinctrl-mt8173.c65 unsigned char align, bool isup, unsigned int r1r0) in mt8173_spec_pull_set()
178 unsigned char align, int value, enum pin_config_param arg) in mt8173_ies_smt_set()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dvmlinux.lds.h381 #define READ_MOSTLY_DATA(align) \ argument
386 #define CACHELINE_ALIGNED_DATA(align) \ argument
390 #define INIT_TASK_DATA(align) \ argument
432 #define RO_DATA(align) \ argument
701 #define EXCEPTION_TABLE(align) \ argument
730 #define INIT_TASK_DATA_SECTION(align) \ argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dmemblock.h395 phys_addr_t align) in memblock_phys_alloc()
411 static __always_inline void *memblock_alloc(phys_addr_t size, phys_addr_t align) in memblock_alloc()
418 phys_addr_t align) in memblock_alloc_raw()
426 phys_addr_t align, in memblock_alloc_from()
434 phys_addr_t align) in memblock_alloc_low()
441 phys_addr_t align, int nid) in memblock_alloc_node()
H A Ddmapool.h39 struct device *dev, size_t size, size_t align, size_t allocation) in dma_pool_create()
47 struct device *dev, size_t size, size_t align, size_t allocation) in dmam_pool_create()
/OK3568_Linux_fs/u-boot/fs/cbfs/
H A Dcbfs.c77 static int file_cbfs_next_file(u8 *start, u32 size, u32 align, in file_cbfs_next_file()
126 static void file_cbfs_fill_cache(u8 *start, u32 size, u32 align) in file_cbfs_fill_cache()
262 u32 align; in file_cbfs_find_uncached() local
/OK3568_Linux_fs/kernel/mm/
H A Dmemblock.c232 phys_addr_t size, phys_addr_t align, int nid, in __memblock_find_range_bottom_up()
267 phys_addr_t size, phys_addr_t align, int nid, in __memblock_find_range_top_down()
305 phys_addr_t align, phys_addr_t start, in memblock_find_in_range_node()
341 phys_addr_t align) in memblock_find_in_range()
1348 phys_addr_t align, phys_addr_t start, in memblock_alloc_range_nid()
1414 phys_addr_t align, in memblock_phys_alloc_range()
1438 phys_addr_t __init memblock_phys_alloc_try_nid(phys_addr_t size, phys_addr_t align, int nid) in memblock_phys_alloc_try_nid()
1465 phys_addr_t size, phys_addr_t align, in memblock_alloc_internal()
1515 phys_addr_t size, phys_addr_t align, in memblock_alloc_exact_nid_raw()
1553 phys_addr_t size, phys_addr_t align, in memblock_alloc_try_nid_raw()
[all …]
H A Dslob.c237 static void *slob_page_alloc(struct page *sp, size_t size, int align, in slob_page_alloc()
301 static void *slob_alloc(size_t size, gfp_t gfp, int align, int node, in slob_alloc()
483 int align = minalign; in __do_kmalloc_node() local
552 unsigned int align = max_t(unsigned int, in kfree() local
572 unsigned int align; in __ksize() local
H A Dslab_common.c140 unsigned int align, unsigned int size) in calculate_alignment()
186 struct kmem_cache *find_mergeable(unsigned int size, unsigned int align, in find_mergeable()
234 unsigned int object_size, unsigned int align, in create_cache()
303 unsigned int size, unsigned int align, in kmem_cache_create_usercopy()
417 kmem_cache_create(const char *name, unsigned int size, unsigned int align, in kmem_cache_create()
561 unsigned int align = ARCH_KMALLOC_MINALIGN; in create_boot_cache() local
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Drandomalloc.c21 unsigned long align = 1UL << align_shift; in get_entry_num_slots() local
54 unsigned long align, in efi_random_alloc()
/OK3568_Linux_fs/kernel/arch/m68k/sun3/
H A Dsun3dvma.c151 static inline unsigned long get_baddr(int len, unsigned long align) in get_baddr()
283 unsigned long dvma_map_align(unsigned long kaddr, int len, int align) in dvma_map_align()
338 void *dvma_malloc_align(unsigned long len, unsigned long align) in dvma_malloc_align()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
H A Dg84.c35 int align, struct nvkm_gpuobj **pgpuobj) in g84_cipher_oclass_bind()
57 int align, struct nvkm_gpuobj **pgpuobj) in g84_cipher_cclass_bind()
/OK3568_Linux_fs/kernel/tools/perf/util/include/linux/
H A Dlinkage.h37 #define SYM_ENTRY(name, linkage, align...) \ argument
45 #define SYM_START(name, linkage, align...) \ argument

12345678910>>...21