Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 25 of 40) sorted by relevance

12

/drivers/firewire/
Dcore-iso.c236 int bandwidth, bool allocate) in manage_bandwidth() argument
238 int try, new, old = allocate ? BANDWIDTH_AVAILABLE_INITIAL : 0; in manage_bandwidth()
247 new = allocate ? old - bandwidth : old + bandwidth; in manage_bandwidth()
259 return allocate ? -EAGAIN : bandwidth; in manage_bandwidth()
274 u32 channels_mask, u64 offset, bool allocate) in manage_channel() argument
280 old = all = allocate ? cpu_to_be32(~0) : 0; in manage_channel()
299 return allocate ? -EAGAIN : channel; in manage_channel()
364 bool allocate) in fw_iso_resource_manage() argument
377 allocate); in fw_iso_resource_manage()
381 allocate); in fw_iso_resource_manage()
[all …]
/drivers/staging/android/
Dbinder_trace.h298 TP_PROTO(struct binder_alloc *alloc, bool allocate,
300 TP_ARGS(alloc, allocate, start, end),
303 __field(bool, allocate)
309 __entry->allocate = allocate;
314 __entry->proc, __entry->allocate,
Dbinder_alloc.c188 static int binder_update_page_range(struct binder_alloc *alloc, int allocate, in binder_update_page_range() argument
200 allocate ? "allocate" : "free", start, end); in binder_update_page_range()
205 trace_binder_update_page_range(alloc, allocate, start, end); in binder_update_page_range()
207 if (allocate == 0) in binder_update_page_range()
/drivers/staging/iio/Documentation/
Ddevice.txt9 First allocate one using:
31 of various resources allocate by the core.
Dtrigger.txt21 trig->alloc_list which is useful for drivers that allocate multiple
/drivers/video/console/
DKconfig38 RAM to allocate for this buffer. If unsure, say 'N'.
46 Enter the amount of System RAM to allocate for the scrollback
/drivers/staging/android/ion/
DKconfig8 used by Android to efficiently allocate buffers
Dion_system_heap.c231 .allocate = ion_system_heap_allocate,
399 .allocate = ion_system_contig_heap_allocate,
Dion_carveout_heap.c139 .allocate = ion_carveout_heap_allocate,
Dion_chunk_heap.c132 .allocate = ion_chunk_heap_allocate,
Dion_cma_heap.c181 .allocate = ion_cma_allocate,
Dion_priv.h113 int (*allocate)(struct ion_heap *heap, member
Dion.c195 ret = heap->ops->allocate(heap, buffer, len, align, flags); in ion_buffer_create()
202 ret = heap->ops->allocate(heap, buffer, len, align, in ion_buffer_create()
1529 if (!heap->ops->allocate || !heap->ops->free || !heap->ops->map_dma || in ion_device_add_heap()
/drivers/lguest/
Dpage_tables.c293 static pte_t *find_spte(struct lg_cpu *cpu, unsigned long vaddr, bool allocate, in find_spte() argument
309 if (!allocate) in find_spte()
341 if (!allocate) in find_spte()
/drivers/pnp/pnpbios/
DKconfig16 If you would like the kernel to detect and allocate resources to
/drivers/net/wireless/b43/
Dphy_common.h159 int (*allocate)(struct b43_wldev *dev); member
Dphy_a.c577 .allocate = b43_aphy_op_allocate,
/drivers/tty/vt/
Ddefkeymap.c_shipped152 * often want quite a lot of string space. So, we statically allocate
153 * the default and allocate dynamically in chunks of 512 bytes.
/drivers/scsi/aic7xxx/
DKconfig.aic79xx18 Specify the number of commands you would like to allocate per SCSI
DKconfig.aic7xxx23 Specify the number of commands you would like to allocate per SCSI
/drivers/pci/
DKconfig37 automatically re-allocate PCI resources if SR-IOV BARs have not
/drivers/net/wireless/orinoco/
Dhermes.h387 int (*allocate)(struct hermes *hw, u16 size, u16 *fid); member
Dhw.c416 err = hw->ops->allocate(hw, priv->nicbuf_size, &priv->txfid); in orinoco_hw_allocate_fid()
420 err = hw->ops->allocate(hw, priv->nicbuf_size, &priv->txfid); in orinoco_hw_allocate_fid()
Dhermes.c764 .allocate = hermes_allocate,
/drivers/iommu/
Dtegra-smmu.c552 dma_addr_t iova, bool allocate, in locate_pte() argument
565 } else if (!allocate) { in locate_pte()

12