Searched refs:alloc (Results 226 - 250 of 462) sorted by relevance

1234567891011>>

/linux-master/drivers/irqchip/
H A Dirq-sun6i-r.c267 .alloc = sun6i_r_intc_domain_alloc,
H A Dirq-sni-exiu.c192 .alloc = exiu_domain_alloc,
H A Dirq-tegra.c271 .alloc = tegra_ictlr_domain_alloc,
H A Dirq-mvebu-icu.c268 .alloc = mvebu_icu_irq_domain_alloc,
H A Dirq-gic-v3-mbi.c141 .alloc = mbi_irq_domain_alloc,
H A Dirq-loongson-htvec.c145 .alloc = htvec_domain_alloc,
H A Dqcom-pdc.c267 .alloc = qcom_pdc_alloc,
/linux-master/arch/powerpc/sysdev/xics/
H A Dxics-common.c452 .alloc = xics_host_domain_alloc,
/linux-master/drivers/xen/
H A Dgrant-dma-ops.c283 .alloc = xen_grant_dma_alloc,
/linux-master/arch/sparc/mm/
H A Dio-unit.c49 prom_printf("SUN4D: Cannot alloc iounit, halting.\n");
279 .alloc = iounit_alloc,
/linux-master/net/smc/
H A Dsmc_stats.h194 SMC_STAT_RMB(smc, alloc, is_smcd, is_rx)
/linux-master/drivers/gpio/
H A Dgpio-xgene-sb.c210 .alloc = xgene_gpio_sb_domain_alloc,
/linux-master/drivers/crypto/hisilicon/sec/
H A Dsec_drv.c519 static void sec_queue_ar_alloc(struct sec_queue *queue, u32 alloc) argument
525 if (alloc == SEC_QUEUE_AR_FROCE_ALLOC) {
536 static void sec_queue_aw_alloc(struct sec_queue *queue, u32 alloc) argument
542 if (alloc == SEC_QUEUE_AW_FROCE_ALLOC) {
778 dev_err(info->dev, "alloc sec queue failed! %ld\n",
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-utils.c24 u32 alloc : 1; member in struct:seg_flags::__anon2488
/linux-master/drivers/staging/vme_user/
H A Dvme_fake.c998 void *alloc = kmalloc(size, GFP_KERNEL); local
1000 if (alloc)
1001 *dma = fake_ptr_to_pci(alloc);
1003 return alloc;
/linux-master/include/linux/
H A Dkprobes.h296 void *(*alloc)(void); /* allocate insn page */ member in struct:kprobe_insn_cache
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic.c1090 int alloc = max(index + 1, config->num_connector); local
1092 c = krealloc_array(state->connectors, alloc,
1099 sizeof(*state->connectors) * (alloc - state->num_connector));
1101 state->num_connector = alloc;
/linux-master/drivers/media/pci/tw686x/
H A Dtw686x-video.c146 .alloc = tw686x_memcpy_dma_alloc,
331 .alloc = tw686x_sg_dma_alloc,
684 if (dev->dma_ops->alloc && realloc) {
689 err = dev->dma_ops->alloc(vc, pb);
/linux-master/arch/s390/boot/
H A DMakefile101 OBJCOPYFLAGS_info.bin := -O binary --only-section=.vmlinux.info --set-section-flags .vmlinux.info=alloc,load
/linux-master/drivers/iommu/amd/
H A Dio_pgtable_v2.c389 .alloc = v2_alloc_pgtable,
/linux-master/include/media/
H A Dvideobuf2-core.h53 * @alloc: allocate video memory and, optionally, allocator private data,
63 * previously returned from the alloc callback.
80 * used for DMABUF memory types; dev is the alloc device
111 * #) Required ops for MMAP types: alloc, put, num_users, mmap.
113 * #) Required ops for read/write access types: alloc, put, num_users, vaddr.
119 void *(*alloc)(struct vb2_buffer *vb, member in struct:vb2_mem_ops
/linux-master/security/
H A Dcommoncap.c383 bool alloc)
431 if (alloc) {
462 if (alloc) {
381 cap_inode_getsecurity(struct mnt_idmap *idmap, struct inode *inode, const char *name, void **buffer, bool alloc) argument
/linux-master/drivers/input/touchscreen/
H A Dusbtouchscreen.c82 int (*alloc) (struct usbtouch_usb *usbtouch); member in struct:usbtouch_device_info
1205 .alloc = mtouch_alloc,
1365 .alloc = nexio_alloc,
1762 if (type->alloc) {
1763 err = type->alloc(usbtouch);
1766 "%s - type->alloc() failed, err: %d\n",
/linux-master/drivers/remoteproc/
H A Dremoteproc_core.c114 dev_err(dev, "can't alloc iommu domain\n");
905 * @alloc: memory carveout allocation function
918 int (*alloc)(struct rproc *, struct rproc_mem_entry *),
933 mem->alloc = alloc;
1149 * if alloc() ops registered and updates resource table information
1163 if (entry->alloc) {
1164 ret = entry->alloc(rproc, entry);
/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth.c2154 u32 alloc; local
2157 alloc = round_up(length, align);
2158 alloc = roundup_pow_of_two(alloc);
2160 ugeth->p_tx_bd_ring[j] = kmalloc(alloc, GFP_KERNEL);
2168 memset(ugeth->p_tx_bd_ring[j] + length, 0, alloc - length);
2215 u32 alloc; local
2218 alloc = round_up(length, align);
2219 alloc = roundup_pow_of_two(alloc);
[all...]

Completed in 480 milliseconds

1234567891011>>