Searched refs:resp (Results 1 – 6 of 6) sorted by relevance
/arch/arm/plat-samsung/ |
D | init.c | 110 struct s3c24xx_uart_resources *resp; in s3c24xx_init_uartdevs() local 118 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs() 123 platdev->resource = resp->resources; in s3c24xx_init_uartdevs() 124 platdev->num_resources = resp->nr_resources; in s3c24xx_init_uartdevs()
|
/arch/sparc/kernel/ |
D | ds.c | 484 static void dr_cpu_init_response(struct ds_data *resp, u64 req_num, in dr_cpu_init_response() argument 492 tag = (struct dr_cpu_tag *) (resp + 1); in dr_cpu_init_response() 495 resp->tag.type = DS_DATA; in dr_cpu_init_response() 496 resp->tag.len = resp_len - sizeof(struct ds_msg_tag); in dr_cpu_init_response() 497 resp->handle = handle; in dr_cpu_init_response() 512 static void dr_cpu_mark(struct ds_data *resp, int cpu, int ncpus, in dr_cpu_mark() argument 519 tag = (struct dr_cpu_tag *) (resp + 1); in dr_cpu_mark() 536 struct ds_data *resp; in dr_cpu_configure() local 542 resp = kzalloc(resp_len, GFP_KERNEL); in dr_cpu_configure() 543 if (!resp) in dr_cpu_configure() [all …]
|
/arch/arm/boot/compressed/ |
D | sdhi-shmobile.c | 220 cmd->resp[0] = sd_ctrl_read32(base, CTL_RESPONSE); in sdhi_boot_request() 325 if ((cmd.resp[0] & 0xff) == 0xaa) in sdhi_boot_init() 355 } while((!(cmd.resp[0] & OCR_BUSY)) && --timeout); in sdhi_boot_init() 360 high_capacity = (cmd.resp[0] & OCR_HCS) == OCR_HCS; in sdhi_boot_init() 378 } while((!(cmd.resp[0] & OCR_BUSY)) && --timeout); in sdhi_boot_init() 383 high_capacity = (cmd.resp[0] & OCR_HCS) == OCR_HCS; in sdhi_boot_init() 410 cid = cmd.resp[0] >> 16; in sdhi_boot_init()
|
/arch/ia64/sn/pci/pcibr/ |
D | pcibr_provider.c | 26 sal_pcibr_slot_enable(struct pcibus_info *soft, int device, void *resp, in sal_pcibr_slot_enable() argument 39 busnum, (u64) device, (u64) resp, (u64)ia64_tpa(ssdt), in sal_pcibr_slot_enable() 47 void *resp) in sal_pcibr_slot_disable() argument 60 (u64) resp, 0, 0); in sal_pcibr_slot_disable()
|
/arch/ia64/include/asm/sn/ |
D | pcibr_provider.h | 146 void *resp, char **ssdt); 148 int action, void *resp);
|
/arch/mips/include/asm/sn/sn0/ |
D | hubio.h | 542 resp: 1, /* data response given to processor */ member 590 resp: 1, /* data response given to processor */ member 889 resp: 1, /* 18: Data response given to t5 */ member
|