Searched defs:hrt (Results 1 - 7 of 7) sorted by relevance

/drivers/lguest/
H A Dlg.h71 struct hrtimer hrt; member in struct:lg_cpu
/drivers/message/i2o/
H A Diop.c979 i2o_hrt *hrt = c->hrt.virt; local
994 msg->body[0] = cpu_to_le32(0xd0000000 | c->hrt.len);
995 msg->body[1] = cpu_to_le32(c->hrt.phys);
997 rc = i2o_msg_post_wait_mem(c, msg, 20, &c->hrt);
1005 size = hrt->num_entries * hrt->entry_len << 2;
1006 if (size > c->hrt.len) {
1007 if (i2o_dma_realloc(dev, &c->hrt, size))
1010 hrt
[all...]
H A Di2o_config.c93 i2o_hrt *hrt; local
111 hrt = (i2o_hrt *) c->hrt.virt;
113 len = 8 + ((hrt->entry_len * hrt->num_entries) << 2);
119 else if (copy_to_user(kcmd.resbuf, (void *)hrt, len))
H A Di2o_proc.c296 i2o_hrt *hrt = (i2o_hrt *) c->hrt.virt; local
300 if (hrt->hrt_version) {
307 hrt->num_entries, hrt->entry_len << 2);
309 for (i = 0; i < hrt->num_entries; i++) {
312 hrt->hrt_entry[i].adapter_id);
314 hrt->hrt_entry[i].parent_tid);
316 if (hrt->hrt_entry[i].bus_type != 0x80) {
317 bus = hrt
[all...]
/drivers/staging/android/
H A Dalarm-dev.c61 struct hrtimer hrt; member in union:devalarm::__anon5042
84 hrtimer_start(&alrm->u.hrt, exp, HRTIMER_MODE_ABS);
94 ret = hrtimer_try_to_cancel(&alrm->u.hrt);
103 hrtimer_cancel(&alrm->u.hrt);
303 static enum hrtimer_restart devalarm_hrthandler(struct hrtimer *hrt) argument
305 struct devalarm *devalrm = container_of(hrt, struct devalarm, u.hrt);
345 hrtimer_init(&alarms[ANDROID_ALARM_RTC].u.hrt,
349 hrtimer_init(&alarms[ANDROID_ALARM_ELAPSED_REALTIME].u.hrt,
351 hrtimer_init(&alarms[ANDROID_ALARM_SYSTEMTIME].u.hrt,
[all...]
/drivers/scsi/
H A Ddpti.h240 i2o_hrt* hrt; member in struct:_adpt_hba
/drivers/pci/hotplug/
H A Dcpqphp.h181 struct hrt { struct
198 SIG0 = offsetof(struct hrt, sig0),
199 SIG1 = offsetof(struct hrt, sig1),
200 SIG2 = offsetof(struct hrt, sig2),
201 SIG3 = offsetof(struct hrt, sig3),
202 UNUSED_IRQ = offsetof(struct hrt, unused_IRQ),
203 PCIIRQ = offsetof(struct hrt, PCIIRQ),
204 NUMBER_OF_ENTRIES = offsetof(struct hrt, number_of_entries),
205 REVISION = offsetof(struct hrt, revision),
206 HRT_RESERVED1 = offsetof(struct hrt, reserved
[all...]

Completed in 163 milliseconds