Searched defs:start (Results 1 - 25 of 616) sorted by relevance

1234567891011>>

/drivers/media/video/
H A Dbtcx-risc.h11 int start; member in struct:btcx_skiplist
H A Dvideobuf2-memops.c100 unsigned long offset, start, end; local
104 start = vaddr;
105 offset = start & ~PAGE_MASK;
106 end = start + size;
108 vma = find_vma(mm, start);
113 for (prev_pfn = 0; start < end; start += PAGE_SIZE) {
114 int ret = follow_pfn(vma, start, &this_pfn);
/drivers/net/wireless/wl1251/
H A Dps.c68 unsigned long timeout, start; local
79 start = jiffies;
100 jiffies_to_msecs(jiffies - start));
/drivers/pci/hotplug/
H A Dshpchp_pci.c67 unsigned char busnr, start = parent->secondary; local
69 for (busnr = start; busnr <= end; busnr++) {
H A Dpciehp_pci.c40 int pass, busnr, start = parent->secondary; local
43 for (busnr = start; busnr <= end; busnr++) {
/drivers/pci/
H A Drom.c37 rom_addr |= region.start | PCI_ROM_ADDRESS_ENABLE;
76 /* Standard PCI ROMs start out with these bytes 55 AA */
117 loff_t start; local
127 start = (loff_t)0xC0000;
140 start = pci_resource_start(pdev, PCI_ROM_RESOURCE);
151 rom = ioremap(start, *size);
195 res->start = (unsigned long)kmalloc(*size, GFP_KERNEL);
196 if (!res->start)
199 res->end = res->start + *size;
200 memcpy_fromio((void*)(unsigned long)res->start, ro
[all...]
/drivers/pcmcia/
H A Drsrc_mgr.c33 struct resource *pcmcia_make_resource(unsigned long start, unsigned long end, argument
40 res->start = start;
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);
63 if (res->start == 0)
65 if (res->start < 0x100)
75 if (res->end < res->start)
/drivers/usb/host/whci/
H A Dinit.c61 resource_size_t start, len; local
85 start = whc->umc->resource.start;
86 len = whc->umc->resource.end - start + 1;
87 if (!request_mem_region(start, len, "whci-hc")) {
92 whc->base_phys = start;
93 whc->base = ioremap(start, len);
/drivers/video/
H A Dfb_ddc.c24 unsigned char start = 0x0; local
31 .buf = &start,
/drivers/lguest/
H A Dsegments.c30 * Anyway, the GDT entry contains a base (the start address of the segment), a
67 static void fixup_gdt_table(struct lg_cpu *cpu, unsigned start, unsigned end) argument
71 for (i = start; i < end; i++) {
133 * This routine sets up the initial Guest GDT for booting. All entries start
/drivers/media/video/gspca/stv06xx/
H A Dstv06xx_sensor.h77 /* Instructs the sensor to start streaming */
78 int (*start)(struct sd *sd); member in struct:stv06xx_sensor
/drivers/mtd/maps/
H A Dpxa2xx-flash.c32 unsigned long start = (unsigned long)map->cached + from; local
33 unsigned long end = start + len;
35 start &= ~(CACHELINESIZE - 1);
36 while (start < end) {
38 asm volatile ("mcr p15, 0, %0, c7, c6, 1" : : "r" (start));
39 start += CACHELINESIZE;
68 info->map.phys = res->start;
/drivers/staging/comedi/
H A Dproc.c38 static int comedi_read(char *buf, char **start, off_t offset, int len, argument
/drivers/staging/cxt1e1/
H A Dsbeproc.c55 sbecom_proc_get_sbe_info (char *buffer, char **start, off_t offset, argument
197 * int f(char *buffer, char **start, off_t offset,
206 * 0) Leave *start = NULL. (This is the default.)
218 * 1) Set *start = an unsigned long value less than
226 * offset advanced by *start. This interface is
231 * 2) Set *start = an address within the buffer.
232 * Put the data of the requested offset at *start.
255 *start = buffer + offset;
277 *start = buffer + (offset - begin); /* Start of wanted data */
287 *start
[all...]
/drivers/acpi/
H A Dnvs.c29 static int suspend_nvs_register(unsigned long start, unsigned long size);
37 int acpi_nvs_register(__u64 start, __u64 size) argument
44 region->phys_start = start;
48 return suspend_nvs_register(start, size);
51 int acpi_nvs_for_each_region(int (*func)(__u64 start, __u64 size, void *data), argument
87 * @start - physical address of the region
94 static int suspend_nvs_register(unsigned long start, unsigned long size) argument
99 start, size);
109 entry->phys_start = start;
110 nr_bytes = PAGE_SIZE - (start
[all...]
/drivers/gpu/drm/
H A Ddrm_memory.c44 * \param start start of output data.
45 * \param offset requested start offset.
53 int drm_mem_info(char *buf, char **start, off_t offset, argument
73 offset -= dev->hose->mem_space->start;
111 int drm_bind_agp(DRM_AGP_MEM * handle, unsigned int start) argument
113 return agp_bind_memory(handle, start);
/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);
140 offset += mem->start;
161 *b_offset = mem->start;
177 *poffset += mem->start;
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/mca/
H A Dmca-legacy.c64 * @start: starting slot
67 * ID given. The first time it should be called with start as zero
74 int mca_find_adapter(int id, int start) argument
81 info.slot = start;
110 * @start: starting slot
113 * ID given. The first time it should be called with start as zero
122 int mca_find_unused_adapter(int id, int start) argument
129 info.slot = start;
H A Dmca-proc.c46 static int get_mca_info(char *page, char **start, off_t off, argument
86 *start = page + off;
136 static int get_mca_machine_info(char* page, char **start, off_t off, argument
146 *start = page + off;
153 static int mca_read_proc(char *page, char **start, off_t off, argument
170 *start = page + off;
/drivers/media/video/gspca/m5602/
H A Dm5602_sensor.h61 int (*start)(struct sd *sd); member in struct:m5602_sensor
/drivers/misc/
H A Duid_stat.c55 static int tcp_snd_read_proc(char *page, char **start, off_t off, argument
69 *start = page + off;
73 static int tcp_rcv_read_proc(char *page, char **start, off_t off, argument
87 *start = page + off;
103 /* Counters start at INT_MIN, so we can track 4GB of network traffic. */
/drivers/mtd/chips/
H A Dcfi_probe.c103 unsigned long start; local
108 start = i << cfi->chipshift;
111 if (cfi_qry_present(map, start, cfi)) {
114 cfi_qry_mode_off(start, map, cfi);
117 if (!cfi_qry_present(map, start, cfi)) {
120 map->name, base, start);
132 map->name, base, start);
/drivers/net/fddi/skfp/
H A Dhwt.c155 * Stop hardware timer and read time elapsed since last start.
161 * The elapsed time since last start in units of 16us.
190 * Stop hardware timer and read timer value and start the timer again.
216 * hwt_wait_time(smc,start,duration)
219 * since the start time.
221 * para start start time
227 void hwt_wait_time(struct s_smc *smc, u_long start, long int duration) argument
244 diff = (long)(start - hwt_quick_read(smc)) ;
255 if (hwt_quick_read(smc) >= start) {
[all...]
/drivers/net/
H A Dloopback.c107 unsigned int start; local
111 start = u64_stats_fetch_begin(&lb_stats->syncp);
114 } while (u64_stats_fetch_retry(&lb_stats->syncp, start));

Completed in 955 milliseconds

1234567891011>>