Home
last modified time | relevance | path

Searched refs:hrt (Results 1 – 10 of 10) sorted by relevance

/drivers/pci/hotplug/
Dcpqphp.h167 struct hrt { struct
184 SIG0 = offsetof(struct hrt, sig0), argument
185 SIG1 = offsetof(struct hrt, sig1),
186 SIG2 = offsetof(struct hrt, sig2),
187 SIG3 = offsetof(struct hrt, sig3),
188 UNUSED_IRQ = offsetof(struct hrt, unused_IRQ),
189 PCIIRQ = offsetof(struct hrt, PCIIRQ),
190 NUMBER_OF_ENTRIES = offsetof(struct hrt, number_of_entries),
191 REVISION = offsetof(struct hrt, revision),
192 HRT_RESERVED1 = offsetof(struct hrt, reserved1),
[all …]
Dcpqphp_pci.c46 endp = (end - sizeof(struct hrt) + 1); in detect_HRT_floating_pointer()
1235 one_slot = rom_resource_table + sizeof(struct hrt); in cpqhp_find_available_resources()
/drivers/virt/geniezone/
Dgzvm_vcpu.c34 static enum hrtimer_restart gzvm_vtimer_expire(struct hrtimer *hrt) in gzvm_vtimer_expire() argument
38 vcpu = container_of(hrt, struct gzvm_vcpu, gzvm_vtimer); in gzvm_vtimer_expire()
/drivers/tty/serial/8250/
D8250_bcm7271.c215 struct hrtimer hrt; member
827 hrtimer_start(&priv->hrt, priv->char_wait, in brcmuart_handle_irq()
844 struct brcmuart_priv *priv = container_of(t, struct brcmuart_priv, hrt); in brcmuart_hrtimer_func()
1085 hrtimer_init(&priv->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in brcmuart_probe()
1086 priv->hrt.function = brcmuart_hrtimer_func; in brcmuart_probe()
1156 hrtimer_cancel(&priv->hrt); in brcmuart_remove()
D8250_port.c1451 static void start_hrtimer_ms(struct hrtimer *hrt, unsigned long msec) in start_hrtimer_ms() argument
1453 hrtimer_start(hrt, ms_to_ktime(msec), HRTIMER_MODE_REL); in start_hrtimer_ms()
/drivers/ata/
Dpata_octeon_cf.c705 static enum hrtimer_restart octeon_cf_delayed_finish(struct hrtimer *hrt) in octeon_cf_delayed_finish() argument
707 struct octeon_cf_port *cf_port = container_of(hrt, in octeon_cf_delayed_finish()
730 hrtimer_forward_now(hrt, in octeon_cf_delayed_finish()
/drivers/staging/media/atomisp/
DMakefile299 -I$(atomisp)/pci/css_2401_system/hrt/
/drivers/scsi/
Dscsi_debug.c340 struct hrtimer hrt; member
4941 hrt); in sdebug_q_cmd_hrt_complete()
5192 int res = hrtimer_try_to_cancel(&sd_dp->hrt); in stop_qc_helper()
5525 hrtimer_init(&sd_dp->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL_PINNED); in sdebug_alloc_queued_cmd()
5526 sd_dp->hrt.function = sdebug_q_cmd_hrt_complete; in sdebug_alloc_queued_cmd()
5656 hrtimer_start(&sd_dp->hrt, kt, HRTIMER_MODE_REL_PINNED); in schedule_resp()
/drivers/tty/serial/
Dimx.c333 static void start_hrtimer_ms(struct hrtimer *hrt, unsigned long msec) in start_hrtimer_ms() argument
335 hrtimer_start(hrt, ms_to_ktime(msec), HRTIMER_MODE_REL); in start_hrtimer_ms()
Dsh-sci.c1289 static void start_hrtimer_us(struct hrtimer *hrt, unsigned long usec) in start_hrtimer_us() argument
1295 hrtimer_start(hrt, t, HRTIMER_MODE_REL); in start_hrtimer_us()