/drivers/firewire/ |
D | core-iso.c | 236 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/ |
D | binder_trace.h | 298 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,
|
D | binder_alloc.c | 188 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/ |
D | device.txt | 9 First allocate one using: 31 of various resources allocate by the core.
|
D | trigger.txt | 21 trig->alloc_list which is useful for drivers that allocate multiple
|
/drivers/video/console/ |
D | Kconfig | 38 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/ |
D | Kconfig | 8 used by Android to efficiently allocate buffers
|
D | ion_system_heap.c | 231 .allocate = ion_system_heap_allocate, 399 .allocate = ion_system_contig_heap_allocate,
|
D | ion_carveout_heap.c | 139 .allocate = ion_carveout_heap_allocate,
|
D | ion_chunk_heap.c | 132 .allocate = ion_chunk_heap_allocate,
|
D | ion_cma_heap.c | 181 .allocate = ion_cma_allocate,
|
D | ion_priv.h | 113 int (*allocate)(struct ion_heap *heap, member
|
D | ion.c | 195 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/ |
D | page_tables.c | 293 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/ |
D | Kconfig | 16 If you would like the kernel to detect and allocate resources to
|
/drivers/net/wireless/b43/ |
D | phy_common.h | 159 int (*allocate)(struct b43_wldev *dev); member
|
D | phy_a.c | 577 .allocate = b43_aphy_op_allocate,
|
/drivers/tty/vt/ |
D | defkeymap.c_shipped | 152 * 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/ |
D | Kconfig.aic79xx | 18 Specify the number of commands you would like to allocate per SCSI
|
D | Kconfig.aic7xxx | 23 Specify the number of commands you would like to allocate per SCSI
|
/drivers/pci/ |
D | Kconfig | 37 automatically re-allocate PCI resources if SR-IOV BARs have not
|
/drivers/net/wireless/orinoco/ |
D | hermes.h | 387 int (*allocate)(struct hermes *hw, u16 size, u16 *fid); member
|
D | hw.c | 416 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()
|
D | hermes.c | 764 .allocate = hermes_allocate,
|
/drivers/iommu/ |
D | tegra-smmu.c | 552 dma_addr_t iova, bool allocate, in locate_pte() argument 565 } else if (!allocate) { in locate_pte()
|