Searched refs:allocate (Results 1 - 25 of 29) sorted by relevance

12

/drivers/firewire/
H A Dcore-iso.c212 int bandwidth, bool allocate)
214 int try, new, old = allocate ? BANDWIDTH_AVAILABLE_INITIAL : 0;
223 new = allocate ? old - bandwidth : old + bandwidth;
235 return allocate ? -EAGAIN : bandwidth;
250 u32 channels_mask, u64 offset, bool allocate)
256 old = all = allocate ? cpu_to_be32(~0) : 0;
275 return allocate ? -EAGAIN : channel;
317 * In parameters: card, generation, channels_mask, bandwidth, allocate
340 bool allocate)
353 allocate);
211 manage_bandwidth(struct fw_card *card, int irm_id, int generation, int bandwidth, bool allocate) argument
249 manage_channel(struct fw_card *card, int irm_id, int generation, u32 channels_mask, u64 offset, bool allocate) argument
338 fw_iso_resource_manage(struct fw_card *card, int generation, u64 channels_mask, int *channel, int *bandwidth, bool allocate) argument
[all...]
H A Dcore-cdev.c423 struct fw_cdev_allocate allocate; member in union:ioctl_arg
775 struct fw_cdev_allocate *a = &arg->allocate;
/drivers/staging/android/
H A Dbinder_trace.h269 TP_PROTO(struct binder_proc *proc, bool allocate,
271 TP_ARGS(proc, allocate, start, end),
274 __field(bool, allocate)
280 __entry->allocate = allocate;
284 TP_printk("proc=%d allocate=%d offset=%zu size=%zu",
285 __entry->proc, __entry->allocate,
H A Dbinder.c625 static int binder_update_page_range(struct binder_proc *proc, int allocate, argument
637 allocate ? "allocate" : "free", start, end);
642 trace_binder_update_page_range(proc, allocate, start, end);
659 if (allocate == 0)
/drivers/pnp/pnpbios/
H A DKconfig16 If you would like the kernel to detect and allocate resources to
/drivers/staging/tidspbridge/include/dspbridge/
H A Dnldrdefs.h251 nldr_allocatefxn allocate; member in struct:node_ldr_fxns
/drivers/staging/tidspbridge/pmgr/
H A Ddbll.c113 struct dbll_alloc allocate; member in struct:dbll_library_obj
161 static void *allocate(struct dynamic_loader_sym *this, unsigned memsize);
446 zl_lib->symbol.dl_symbol.dload_allocate = allocate;
451 zl_lib->allocate.dl_alloc.dload_allocate = dbll_rmm_alloc;
452 zl_lib->allocate.dl_alloc.dload_deallocate = rmm_dealloc;
453 zl_lib->allocate.lib = zl_lib;
483 &zl_lib->allocate.dl_alloc,
570 zl_lib->symbol.dl_symbol.dload_allocate = allocate;
575 zl_lib->allocate.dl_alloc.dload_allocate = dbll_rmm_alloc;
576 zl_lib->allocate
1022 static void *allocate(struct dynamic_loader_sym *this, unsigned memsize) function
[all...]
/drivers/gpu/ion/
H A Dion_priv.h84 * @allocate: allocate memory
95 int (*allocate) (struct ion_heap *heap, member in struct:ion_heap_ops
197 * kernel api to allocate/free from carveout -- used when carveout is
226 * @alloc: function to be used to allocate pageory when the pool
H A Dion_carveout_heap.c142 .allocate = ion_carveout_heap_allocate,
H A Dion_system_heap.c312 .allocate = ion_system_heap_allocate,
455 .allocate = ion_system_contig_heap_allocate,
H A Dion.c162 ret = heap->ops->allocate(heap, buffer, len, align, flags);
398 * request of the caller allocate from it. Repeat until allocate has
1267 if (!heap->ops->allocate || !heap->ops->free || !heap->ops->map_dma ||
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l502 stop("Unable to allocate include stack entry",
/drivers/net/wireless/b43/
H A Dphy_common.h87 * @allocate: Allocate and initialise the PHY data structures.
93 * The data structures allocated in @allocate are
159 int (*allocate)(struct b43_wldev *dev); member in struct:b43_phy_operations
H A Dphy_common.c78 err = phy->ops->allocate(dev);
H A Dphy_a.c577 .allocate = b43_aphy_op_allocate,
H A Dphy_ht.c603 .allocate = b43_phy_ht_op_allocate,
H A Dphy_lcn.c886 .allocate = b43_phy_lcn_op_allocate,
/drivers/video/console/
H A DKconfig35 RAM to allocate for this buffer. If unsure, say 'N'.
43 Enter the amount of System RAM to allocate for the scrollback
/drivers/net/wireless/orinoco/
H A Dhermes.h387 int (*allocate)(struct hermes *hw, u16 size, u16 *fid); member in struct:hermes_ops
H A Dhermes.c765 .allocate = hermes_allocate,
H A Dhw.c416 err = hw->ops->allocate(hw, priv->nicbuf_size, &priv->txfid);
420 err = hw->ops->allocate(hw, priv->nicbuf_size, &priv->txfid);
H A Dorinoco_usb.c1547 .allocate = ezusb_allocate,
1589 err("Couldn't allocate orinocodev");
1644 err("Couldn't allocate IN buffer");
1669 err("Couldn't allocate bulk_out_buffer");
/drivers/dma/
H A DKconfig140 To avoid bloating the irq_desc[] array we allocate a sufficient
/drivers/iommu/
H A Dtegra-smmu.c470 dma_addr_t iova, bool allocate,
483 } else if (!allocate) {
489 /* Vacant - allocate a new page table */
495 "failed to allocate smmu_device page table\n");
556 "failed to allocate smmu_device PTE cunters\n");
562 "failed to allocate smmu_device page directory\n");
905 dev_err(dev, "failed to allocate smmu_device\n");
930 dev_err(dev, "failed to allocate smmu_as\n");
469 locate_pte(struct smmu_as *as, dma_addr_t iova, bool allocate, struct page **ptbl_page_p, unsigned int **count) argument
/drivers/media/dvb/ttusb-budget/
H A Ddvb-ttusb-budget.c938 #error TODO: allocate filters

Completed in 952 milliseconds

12