Searched defs:req_type (Results 1 - 3 of 3) sorted by relevance

/arch/arm/plat-omap/
H A Ddmtimer.c187 static struct omap_dm_timer *_omap_dm_timer_request(int req_type, void *data) argument
195 switch (req_type) {
215 switch (req_type) {
/arch/arm/mach-vexpress/
H A Dspc.c309 static int ve_spc_waitforcompletion(int req_type) argument
316 ret = info->cur_rsp_stat & STAT_COMPLETE(req_type) ? 0 : -EIO;
323 int ret, perf, req_type; local
326 req_type = CA15_DVFS;
330 req_type = CA7_DVFS;
344 info->cur_rsp_mask = RESPONSE_MASK(req_type);
347 ret = ve_spc_waitforcompletion(req_type);
/arch/x86/mm/
H A Dpat.c142 static unsigned long pat_x_mtrr_type(u64 start, u64 end, unsigned long req_type) argument
148 if (req_type == _PAGE_CACHE_WB) {
158 return req_type;
210 static int reserve_ram_pages_type(u64 start, u64 end, unsigned long req_type, argument
216 if (req_type == _PAGE_CACHE_UC) {
219 req_type = _PAGE_CACHE_UC_MINUS;
229 start, end - 1, type, req_type);
238 *new_type = req_type;
242 set_page_memtype(page, req_type);
260 * req_type typicall
271 reserve_memtype(u64 start, u64 end, unsigned long req_type, unsigned long *new_type) argument
448 unsigned long req_type = *type; local
[all...]

Completed in 67 milliseconds