Searched defs:end (Results 1 - 25 of 354) sorted by relevance

1234567891011>>

/drivers/infiniband/hw/qib/
H A Dqib_pio_copy.c50 const u64 *end = src + (count >> 1); local
52 while (src < end)
59 const u32 *end = src + count;
61 while (src < end)
/drivers/media/video/
H A Dbtcx-risc.h12 int end; member in struct:btcx_skiplist
H A Dvideobuf2-memops.c101 unsigned long offset, start, end; local
107 end = start + size;
111 if (vma == NULL || vma->vm_end < end)
114 for (prev_pfn = 0; start < end; start += PAGE_SIZE) {
H A Dbtcx-risc.c192 int end, maxline; local
216 if (0 == skip || clips[clip].c.left > skips[skip-1].end) {
221 skips[skip].end = clips[clip].c.left + clips[clip].c.width;
222 if (skips[skip].end > width)
223 skips[skip].end = width;
227 end = clips[clip].c.left + clips[clip].c.width;
228 if (skips[skip-1].end < end)
229 skips[skip-1].end = end;
[all...]
/drivers/isdn/gigaset/
H A Dproc.c31 char *end; local
33 value = simple_strtol(buf, &end, 0);
34 while (*end)
35 if (!isspace(*end++))
/drivers/net/ethernet/stmicro/stmmac/
H A Ddescs_com.h31 static inline void ehn_desc_rx_set_on_ring_chain(struct dma_desc *p, int end) argument
34 if (end)
38 static inline void ehn_desc_tx_set_on_ring_chain(struct dma_desc *p, int end) argument
40 if (end)
58 static inline void ndesc_rx_set_on_ring_chain(struct dma_desc *p, int end) argument
61 if (end)
65 static inline void ndesc_tx_set_on_ring_chain(struct dma_desc *p, int end) argument
67 if (end)
87 static inline void ehn_desc_rx_set_on_ring_chain(struct dma_desc *p, int end) argument
92 static inline void ehn_desc_tx_set_on_ring_chain(struct dma_desc *p, int end) argument
107 ndesc_rx_set_on_ring_chain(struct dma_desc *p, int end) argument
[all...]
/drivers/pci/hotplug/
H A Dshpchp_pci.c68 unsigned char end = parent->subordinate; local
69 for (busnr = start; busnr <= end; busnr++) {
74 if (busnr > end) {
H A Dpciehp_pci.c41 int end = parent->subordinate; local
43 for (busnr = start; busnr <= end; busnr++) {
47 if (busnr-- > end) {
H A Drpadlpar_sysfs.c36 char *end; local
44 end = strchr(drc_name, '\n');
45 if (!end)
46 end = &drc_name[nbytes];
47 *end = '\0';
68 char *end; local
75 end = strchr(drc_name, '\n');
76 if (!end)
77 end = &drc_name[nbytes];
78 *end
[all...]
/drivers/pcmcia/
H A Drsrc_mgr.c33 struct resource *pcmcia_make_resource(unsigned long start, unsigned long end, argument
41 res->end = start + end - 1;
/drivers/pnp/
H A Dsystem.c29 resource_size_t start = r->start, end = r->end; local
38 res = request_region(start, end - start + 1, regionid);
40 res = request_mem_region(start, end - start + 1, regionid);
75 if (res->end < res->start)
/drivers/firmware/
H A Dpcdp.c91 struct pcdp_device *dev, *end; local
121 end = (struct pcdp_device *) ((u8 *) pcdp + pcdp->length);
123 dev < end;
H A Dmemmap.c36 * start and end must be u64 rather than resource_size_t, because e820
40 u64 end; /* end of the memory range (incl.) */ member in struct:firmware_map_entry
65 static struct memmap_attribute memmap_end_attr = __ATTR_RO(end);
101 * @end: End of the memory range (inclusive).
109 static int firmware_map_add_entry(u64 start, u64 end, argument
113 BUG_ON(start > end);
116 entry->end = end;
151 * @end
160 firmware_map_add_hotplug(u64 start, u64 end, const char *type) argument
188 firmware_map_add_early(u64 start, u64 end, const char *type) argument
[all...]
/drivers/lguest/
H A Dsegments.c33 * to put the base at one end, the limit at the other, and the flags in
67 static void fixup_gdt_table(struct lg_cpu *cpu, unsigned start, unsigned end) argument
71 for (i = start; i < end; i++) {
/drivers/mtd/maps/
H A Dpxa2xx-flash.c33 unsigned long end = start + len; local
36 while (start < end) {
/drivers/net/ethernet/mellanox/mlx4/
H A Dreset.c50 unsigned long end; local
102 end = jiffies + MLX4_SEM_TIMEOUT_JIFFIES;
109 } while (time_before(jiffies, end));
125 end = jiffies + MLX4_RESET_TIMEOUT_JIFFIES;
132 } while (time_before(jiffies, end));
/drivers/staging/telephony/
H A Dphonedev.c67 goto end;
79 end:
91 int end; local
95 end = PHONE_NUM_DEVICES - 1;
99 end = unit + 1; /* enter the loop at least one time */
103 for (i = base; i < end; i++) {
/drivers/gpu/drm/nouveau/
H A Dnouveau_notifier.c111 int size, uint32_t start, uint32_t end,
122 start, end, 0);
124 mem = drm_mm_get_block_range(mem, size, 0, start, end);
110 nouveau_notifier_alloc(struct nouveau_channel *chan, uint32_t handle, int size, uint32_t start, uint32_t end, uint32_t *b_offset) argument
/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_mdio.c22 long end = jiffies + 2; local
25 if (end - jiffies <= 0) {
/drivers/zorro/
H A Dzorro.c85 static void __init mark_region(unsigned long start, unsigned long end, argument
91 end += Z2RAM_CHUNKMASK;
93 end &= ~Z2RAM_CHUNKMASK;
95 if (end <= Z2RAM_START || start >= Z2RAM_END)
98 end = end > Z2RAM_END ? Z2RAM_SIZE : end-Z2RAM_START;
99 while (start < end) {
118 zorro_resource_end(z) <= r->end)
/drivers/acpi/acpica/
H A Dpsargs.c120 * RETURN: Pointer to end-of-package +1
122 * DESCRIPTION: Get next package length and return a pointer past the end of
138 return_PTR(start + package_length); /* end of package */
159 u8 *end = parser_state->aml; local
165 while (acpi_ps_is_prefix_char(*end)) {
166 end++;
171 switch (*end) {
176 if (end == start) {
179 end++;
186 end
[all...]
H A Dtbutils.c350 u8 *end = buffer + length; local
352 while (buffer < end) {
/drivers/firmware/google/
H A Dmemconsole.c30 u16 end; member in struct:biosmemcon_ebda::__anon502::__anon503
39 u16 end; member in struct:biosmemcon_ebda::__anon502::__anon504
65 "start = %d, end = %d, num = %d\n",
67 hdr->v1.end, hdr->v1.num_chars);
77 "start = %d, end = %d, num_bytes = %d\n",
79 hdr->v2.end, hdr->v2.num_bytes);
81 memconsole_length = hdr->v2.end - hdr->v2.start;
/drivers/gpu/drm/sis/
H A Dsis_mm.c248 unsigned long end; local
274 end = jiffies + (DRM_HZ * 3);
279 } while (!time_after_eq(jiffies, end) &&
283 if (time_after_eq(jiffies, end)) {
/drivers/misc/sgi-gru/
H A Dgrutlbpurge.c224 unsigned long start, unsigned long end)
231 gru_dbg(grudev, "gms %p, start 0x%lx, end 0x%lx, act %d\n", gms,
232 start, end, atomic_read(&gms->ms_range_active));
233 gru_flush_tlb_range(gms, start, end - start);
238 unsigned long end)
247 gru_dbg(grudev, "gms %p, start 0x%lx, end 0x%lx\n", gms, start, end);
222 gru_invalidate_range_start(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long start, unsigned long end) argument
236 gru_invalidate_range_end(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long start, unsigned long end) argument

Completed in 1400 milliseconds

1234567891011>>