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

12

/drivers/firewire/
H A Dcore-iso.c236 int bandwidth, bool allocate)
238 int try, new, old = allocate ? BANDWIDTH_AVAILABLE_INITIAL : 0;
247 new = allocate ? old - bandwidth : old + bandwidth;
259 return allocate ? -EAGAIN : bandwidth;
274 u32 channels_mask, u64 offset, bool allocate)
280 old = all = allocate ? cpu_to_be32(~0) : 0;
299 return allocate ? -EAGAIN : channel;
341 * In parameters: card, generation, channels_mask, bandwidth, allocate
364 bool allocate)
377 allocate);
235 manage_bandwidth(struct fw_card *card, int irm_id, int generation, int bandwidth, bool allocate) argument
273 manage_channel(struct fw_card *card, int irm_id, int generation, u32 channels_mask, u64 offset, bool allocate) argument
362 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.c424 struct fw_cdev_allocate allocate; member in union:ioctl_arg
776 struct fw_cdev_allocate *a = &arg->allocate;
/drivers/staging/android/
H A Dbinder_trace.h271 TP_PROTO(struct binder_proc *proc, bool allocate,
273 TP_ARGS(proc, allocate, start, end),
276 __field(bool, allocate)
282 __entry->allocate = allocate;
286 TP_printk("proc=%d allocate=%d offset=%zu size=%zu",
287 __entry->proc, __entry->allocate,
H A Dbinder.c545 static int binder_update_page_range(struct binder_proc *proc, int allocate, argument
557 allocate ? "allocate" : "free", start, end);
562 trace_binder_update_page_range(proc, allocate, start, end);
579 if (allocate == 0)
/drivers/pnp/pnpbios/
H A DKconfig16 If you would like the kernel to detect and allocate resources to
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l502 stop("Unable to allocate include stack entry",
/drivers/staging/android/ion/
H A Dion_carveout_heap.c139 .allocate = ion_carveout_heap_allocate,
H A Dion_system_heap.c231 .allocate = ion_system_heap_allocate,
399 .allocate = ion_system_contig_heap_allocate,
H A Dion_chunk_heap.c132 .allocate = ion_chunk_heap_allocate,
H A Dion_cma_heap.c86 dev_err(dev, "Fail to allocate buffer\n");
181 .allocate = ion_cma_allocate,
H A Dion_priv.h95 * @allocate: allocate memory
105 * allocate, phys, and map_user return 0 on success, -errno on error.
113 int (*allocate)(struct ion_heap *heap, member in struct:ion_heap_ops
334 * kernel api to allocate/free from carveout -- used when carveout is
H A Dion.c195 ret = heap->ops->allocate(heap, buffer, len, align, flags);
202 ret = heap->ops->allocate(heap, buffer, len, align,
489 * request of the caller allocate from it. Repeat until allocate has
1508 if (!heap->ops->allocate || !heap->ops->free || !heap->ops->map_dma ||
/drivers/video/console/
H A DKconfig38 RAM to allocate for this buffer. If unsure, say 'N'.
46 Enter the amount of System RAM to allocate for the scrollback
/drivers/lguest/
H A Dpage_tables.c289 * If allocate is set, then we allocate any missing levels, setting the flags
293 static pte_t *find_spte(struct lg_cpu *cpu, unsigned long vaddr, bool allocate, argument
305 /* No shadow entry: allocate a new shadow PTE page. */
308 /* If they didn't want us to allocate anything, stop. */
309 if (!allocate)
337 /* No shadow entry: allocate a new shadow PTE page. */
340 /* If they didn't want us to allocate anything, stop. */
341 if (!allocate)
702 * allocate
[all...]
/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_a.c577 .allocate = b43_aphy_op_allocate,
H A Dphy_common.c77 err = phy->ops->allocate(dev);
H A Dphy_lcn.c842 .allocate = b43_phy_lcn_op_allocate,
H A Dphy_ht.c1140 .allocate = b43_phy_ht_op_allocate,
/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.c764 .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);
/drivers/iommu/
H A Dtegra-smmu.c552 dma_addr_t iova, bool allocate,
565 } else if (!allocate) {
571 /* Vacant - allocate a new page table */
577 "failed to allocate smmu_device page table\n");
650 dev_err(smmu->dev, "failed to allocate at %s\n", __func__);
1166 dev_err(dev, "failed to allocate smmu_device\n");
551 locate_pte(struct smmu_as *as, dma_addr_t iova, bool allocate, struct page **ptbl_page_p, unsigned int **count) argument
/drivers/dma/
H A DKconfig155 To avoid bloating the irq_desc[] array we allocate a sufficient
/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c939 #error TODO: allocate filters

Completed in 1056 milliseconds

12