Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 3792) sorted by relevance

12345678910>>...152

/linux/drivers/usb/core/
A Ddevices.c209 start += sprintf(start, format_iface, in usb_dump_interface_descriptor()
244 start += sprintf(start, format_iad, in usb_dump_iad_descriptor()
271 start += sprintf(start, format_config, in usb_dump_config_descriptor()
298 start = usb_dump_iad_descriptor(start, end, in usb_dump_config()
325 start += sprintf(start, format_device1, in usb_dump_device_descriptor()
335 start += sprintf(start, format_device2, in usb_dump_device_descriptor()
380 start = usb_dump_device_strings(start, end, dev); in usb_dump_desc()
404 start += sprintf(start, "Interface:"); in usb_dump_hub_descriptor()
406 start += sprintf(start, " %02x", *ptr); in usb_dump_hub_descriptor()
418 start += sprintf(start, "Interface:"); in usb_dump_string()
[all …]
/linux/arch/mips/pci/
A Dpci-malta.c30 .start = 0x00000000UL,
113 start = start1; in mips_pcibios_init()
117 mask = ~(start ^ end); in mips_pcibios_init()
121 gt64120_mem_resource.start = start; in mips_pcibios_init()
172 bonito64_mem_resource.start = start; in mips_pcibios_init()
189 msc_mem_resource.start = start & mask; in mips_pcibios_init()
210 start = start & mask; in mips_pcibios_init()
211 end = start | ~mask; in mips_pcibios_init()
212 if ((start >= msc_mem_resource.start && in mips_pcibios_init()
217 start = max(start, msc_mem_resource.start); in mips_pcibios_init()
[all …]
/linux/arch/nds32/mm/
A Dproc.c284 while (end > start) { in cpu_icache_inval_range()
286 start += line_size; in cpu_icache_inval_range()
299 start += line_size; in cpu_dcache_inval_range()
312 start += line_size; in cpu_dcache_wb_range()
329 start += line_size; in cpu_dcache_wbinval_range()
360 start = start & ~(line_size - 1); in cpu_cache_wbinval_range_check()
447 start = start & (~(line_size - 1)); in cpu_dma_wb_range()
466 start = start & (~(line_size - 1)); in cpu_dma_inval_range()
472 cpu_dcache_wbinval_range(start, start + line_size); in cpu_dma_inval_range()
473 cpu_l2cache_op(start, start + line_size, CCTL_CMD_L2_PA_WBINVAL); in cpu_dma_inval_range()
[all …]
/linux/drivers/net/dsa/sja1105/
A Dsja1105_ethtool.c84 int start; member
95 .start = 31,
102 .start = 23,
109 .start = 15,
116 .start = 7,
124 .start = 27,
131 .start = 26,
215 .start = 6,
222 .start = 5,
229 .start = 4,
[all …]
/linux/include/trace/events/
A Dosnoise.h13 TP_ARGS(t, start, duration),
17 __field( u64, start )
25 __entry->start = start;
44 __field( u64, start )
51 __entry->start = start;
70 __field( u64, start )
80 __entry->start = start;
99 __field( u64, start )
104 __entry->start = start;
121 __field( u64, start )
[all …]
/linux/kernel/
A Drange.c14 if (start >= end) in add_range()
21 range[nr_range].start = start; in add_range()
44 common_start = max(range[i].start, start); in add_range_with_merge()
50 start = min(range[i].start, start); in add_range_with_merge()
76 if (start <= range[j].start && end >= range[j].end) { in subtract_range()
82 if (start <= range[j].start && end < range[j].end && in subtract_range()
89 if (start > range[j].start && end >= range[j].end && in subtract_range()
95 if (start > range[j].start && end < range[j].end) { in subtract_range()
119 if (r1->start < r2->start) in cmp_range()
121 if (r1->start > r2->start) in cmp_range()
[all …]
A Dresource.c129 start = r->start; in r_show()
204 if (start < root->start) in __request_resource()
387 .start = max(start, p->start), in find_next_iomem_res()
524 res.start = start; in __region_intersects()
611 tmp.start = root->start; in __find_resource()
693 old->start = new.start; in reallocate_resource()
975 res->start = start; in __adjust_resource()
1019 res->start = start; in __reserve_region_with_split()
1083 start = root->start; in reserve_region_with_split()
1182 res->start = start; in __request_region_locked()
[all …]
/linux/arch/arm/mm/
A Dcache-feroceon-l2.c84 va_start = l2_get_va(start); in l2_clean_pa_range()
85 va_end = va_start + (end - start); in l2_clean_pa_range()
115 va_start = l2_get_va(start); in l2_inv_pa_range()
178 start = (start | (CACHE_LINE_SIZE - 1)) + 1; in feroceon_l2_inv_range()
192 while (start < end) { in feroceon_l2_inv_range()
195 start = range_end; in feroceon_l2_inv_range()
210 while (start != end) { in feroceon_l2_clean_range()
213 start = range_end; in feroceon_l2_clean_range()
222 start &= ~(CACHE_LINE_SIZE - 1); in feroceon_l2_flush_range()
224 while (start != end) { in feroceon_l2_flush_range()
[all …]
/linux/arch/arm/mach-omap1/
A Dmcbsp.c113 .start = 9,
118 .start = 8,
140 .start = 11,
145 .start = 10,
190 .start = 9,
195 .start = 8,
217 .start = 17,
222 .start = 16,
244 .start = 11,
297 .start = 9,
[all …]
/linux/fs/btrfs/
A Dextent-io-tree.h83 u64 start; member
112 return lock_extent_bits(tree, start, end, NULL); in lock_extent()
121 u64 *start, u64 search_end,
150 u64 start, u64 end, struct extent_state **cached) in unlock_extent_cached_atomic() argument
164 return clear_extent_bit(tree, start, end, bits, wake, 0, NULL); in clear_extent_bits()
200 return clear_extent_bit(tree, start, end, in clear_extent_dirty()
213 return set_extent_bit(tree, start, end, in set_extent_delalloc()
221 return set_extent_bit(tree, start, end, in set_extent_defrag()
240 int find_first_extent_bit(struct extent_io_tree *tree, u64 start,
255 int set_state_failrec(struct extent_io_tree *tree, u64 start,
[all …]
A Dsubpage.c257 u64 orig_start = *start; in btrfs_subpage_clamp_range()
351 found_zero = find_next_zero_bit(addr, start + nbits, start); in bitmap_test_range_all_set()
362 found_set = find_next_bit(addr, start + nbits, start); in bitmap_test_range_all_zero()
422 error, start, len); in btrfs_subpage_set_error()
436 error, start, len); in btrfs_subpage_clear_error()
451 dirty, start, len); in btrfs_subpage_set_dirty()
475 dirty, start, len); in btrfs_subpage_clear_and_test_dirty()
533 ordered, start, len); in btrfs_subpage_set_ordered()
547 ordered, start, len); in btrfs_subpage_clear_ordered()
562 checked, start, len); in btrfs_subpage_set_checked()
[all …]
/linux/arch/x86/kernel/
A Dprobe_roms.c27 .start = 0xf0000,
34 .start = 0xe0000,
41 .start = 0xc8000,
46 .start = 0,
51 .start = 0,
56 .start = 0,
61 .start = 0,
66 .start = 0,
207 for (start = video_rom_resource.start; start < upper; start += 2048) { in probe_roms()
212 video_rom_resource.start = start; in probe_roms()
[all …]
/linux/include/linux/
A Dioport.h22 resource_size_t start; member
157 .start = (_start), \
231 return r1->start <= r2->start && r1->end >= r2->end; in resource_contains()
237 return r1->start <= r2->end && r1->end >= r2->start; in resource_overlaps()
245 r->start = max(r1->start, r2->start); in resource_intersection()
255 r->start = min(r1->start, r2->start); in resource_union()
261 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name), 0) argument
270 resource_size_t start,
275 #define release_region(start,n) __release_region(&ioport_resource, (start), (n)) argument
276 #define release_mem_region(start,n) __release_region(&iomem_resource, (start), (n)) argument
[all …]
/linux/arch/nios2/mm/
A Dcacheflush.c116 __flush_dcache(start, end); in flush_icache_range()
117 __flush_icache(start, end); in flush_icache_range()
122 __flush_dcache(start, end); in flush_dcache_range()
123 __flush_icache(start, end); in flush_dcache_range()
136 __flush_dcache(start, end); in flush_cache_range()
138 __flush_icache(start, end); in flush_cache_range()
146 __flush_dcache(start, end); in flush_icache_page()
147 __flush_icache(start, end); in flush_icache_page()
156 __flush_dcache(start, end); in flush_cache_page()
170 __flush_dcache(start, start + PAGE_SIZE); in __flush_dcache_page()
[all …]
/linux/fs/btrfs/tests/
A Dextent-io-tests.c114 start = 0; in test_find_delalloc()
145 start = test_start; in test_find_delalloc()
179 start = test_start; in test_find_delalloc()
436 u64 start, end; in test_find_first_clear_extent_bit() local
448 start, end); in test_find_first_clear_extent_bit()
463 start, end); in test_find_first_clear_extent_bit()
479 start, end); in test_find_first_clear_extent_bit()
492 start, end); in test_find_first_clear_extent_bit()
506 start, end); in test_find_first_clear_extent_bit()
519 start, end); in test_find_first_clear_extent_bit()
[all …]
/linux/drivers/nvdimm/
A Dbadrange.c127 if ((bre->start >= start) && (bre_end <= clr_end)) { in badrange_forget()
133 if ((start <= bre->start) && (clr_end > bre->start)) { in badrange_forget()
139 if ((bre->start < start) && (bre_end <= clr_end)) { in badrange_forget()
141 bre->length = start - bre->start; in badrange_forget()
149 if ((bre->start < start) && (bre_end > clr_end)) { in badrange_forget()
157 bre->length = start - bre->start; in badrange_forget()
230 if (bre->start >= range->start) { in badblocks_populate()
231 u64 start = bre->start; in badblocks_populate() local
239 __add_badblock_range(bb, start - range->start, len); in badblocks_populate()
246 if (bre->start < range->start) { in badblocks_populate()
[all …]
/linux/arch/hexagon/mm/
A Dcache.c20 start &= ~(LINESIZE - 1); in flush_dcache_range()
28 : "r" (start) in flush_dcache_range()
30 start += LINESIZE; in flush_dcache_range()
40 start &= ~(LINESIZE - 1); in flush_icache_range()
49 : "r" (start) in flush_icache_range()
51 start += LINESIZE; in flush_icache_range()
65 start &= ~(LINESIZE - 1); in hexagon_clean_dcache_range()
73 : "r" (start) in hexagon_clean_dcache_range()
75 start += LINESIZE; in hexagon_clean_dcache_range()
93 : "r" (start) in hexagon_inv_dcache_range()
[all …]
/linux/tools/perf/util/
A Dblock-range.c92 if (start < entry->start) in block_range__create()
125 .start = start, in block_range__create()
135 iter.start = head; in block_range__create()
148 .start = start, in block_range__create()
166 if (entry->start < start) { /* split: [e->start...][start...] */ in block_range__create()
172 .start = entry->start, in block_range__create()
181 entry->start = start; in block_range__create()
189 } else if (entry->start == start) in block_range__create()
192 iter.start = entry; in block_range__create()
199 entry = iter.start; in block_range__create()
[all …]
A Dsvghelper.c94 first_time = start; in open_svg()
164 time2pixels(start), in svg_ubox()
183 time2pixels(start), in svg_lbox()
202 time2pixels(start), in svg_fbox()
227 time_to_string(end - start)); in svg_blocked()
253 time2pixels(start), time2pixels(end)-time2pixels(start), Yslot * SLOT_MULT, SLOT_HEIGHT, in svg_running()
433 time2pixels(start), time2pixels(end)-time2pixels(start), in svg_cstate()
547 time2pixels(start), height); in svg_partial_wakeline()
567 time2pixels(start), row1 * SLOT_MULT + SLOT_HEIGHT, time2pixels(start), row2 * SLOT_MULT); in svg_wakeline()
570 time2pixels(start), row2 * SLOT_MULT + SLOT_HEIGHT, time2pixels(start), row1 * SLOT_MULT); in svg_wakeline()
[all …]
/linux/arch/s390/mm/
A Dvmem.c131 if (!IS_ALIGNED(start, PMD_SIZE)) in vmemmap_use_new_sub_pmd()
148 memset((void *)start, PAGE_UNUSED, end - start); in vmemmap_unuse_sub_pmd()
304 pmd = pmd_offset(pud, start); in try_free_pmd_table()
380 pud = pud_offset(p4d, start); in try_free_pud_table()
434 p4d = p4d_offset(pgd, start); in try_free_p4d_table()
494 return add_pagetable(start, start + size, true); in vmem_add_range()
502 remove_pagetable(start, start + size, true); in vmem_remove_range()
533 vmem_remove_range(start, size); in vmem_remove_mapping()
541 mhp_range.start = 0; in arch_get_mappable_range()
551 if (start < range.start || in vmem_add_mapping()
[all …]
/linux/arch/x86/boot/compressed/
A Dkaslr.c105 if (one->start + one->size <= two->start) in mem_overlaps()
108 if (one->start >= two->start + two->size) in mem_overlaps()
181 *start = 0; in parse_memmap()
216 mem_avoid[MEM_AVOID_MEMMAP_BEGIN + i].start = start; in mem_avoid_memmap()
534 tmp.start = region->start; in process_gb_huge_pages()
588 region.start = max_t(u64, entry->start, minimum); in __process_mem_region()
614 if (overlap.start >= region.start + image_size) { in __process_mem_region()
615 region.size = overlap.start - region.start; in __process_mem_region()
620 region.start = overlap.start + overlap.size; in __process_mem_region()
655 start = immovable_mem[i].start; in process_mem_region()
[all …]
/linux/arch/arm/mach-pxa/
A Ddevices.c42 .start = IRQ_PMU,
56 .start = 0x41100000,
61 .start = IRQ_MMC,
97 .start = 0x40600000,
102 .start = IRQ_USB,
140 .start = IRQ_USB2,
166 .start = IRQ_LCD,
296 .start = IRQ_I2C,
341 .start = IRQ_I2S,
538 .start = IRQ_SSP,
[all …]
/linux/arch/powerpc/lib/
A Drheap.c240 if (blk->start > blkn->start) { in attach_taken_block()
359 blk->start = start; in rh_attach_region()
481 sp_size = start - blk->start; in rh_alloc_align()
486 spblk->start = blk->start; in rh_alloc_align()
492 newblk->start = start; in rh_alloc_align()
497 blk->start = start + size; in rh_alloc_align()
571 start = blk->start; in rh_alloc_fixed()
601 start = newblk1->start; in rh_alloc_fixed()
622 if (start < blk2->start) in rh_free()
667 stats->start = blk->start; in rh_get_stats()
[all …]
/linux/arch/mips/bcm63xx/
A Ddev-enet.c48 .start = -1, /* filled at runtime */
53 .start = -1, /* filled at runtime */
58 .start = -1, /* filled at runtime */
77 .start = -1, /* filled at runtime */
82 .start = -1, /* filled at runtime */
86 .start = -1, /* filled at runtime */
90 .start = -1, /* filled at runtime */
111 .start = -1, /* filled at runtime */
116 .start = -1, /* filled at runtime */
307 if (!enetsw_res[2].start) in bcm63xx_enetsw_register()
[all …]
/linux/arch/arm/mach-davinci/
A Ddevices-da8xx.c153 .start = DA8XX_TPCC_BASE,
159 .start = DA8XX_TPTC0_BASE,
165 .start = DA8XX_TPTC1_BASE,
184 .start = DA850_TPCC1_BASE,
190 .start = DA850_TPTC2_BASE,
301 .start = DA8XX_I2C0_BASE,
321 .start = DA8XX_I2C1_BASE,
357 .start = DA8XX_WDOG_BASE,
698 .start = DA8XX_GPIO_BASE,
938 .start = DA8XX_RTC_BASE,
[all …]

Completed in 247 milliseconds

12345678910>>...152