Home
last modified time | relevance | path

Searched refs:hrt (Results 1 – 9 of 9) 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/tty/serial/8250/
D8250_bcm7271.c215 struct hrtimer hrt; member
806 hrtimer_start(&priv->hrt, priv->char_wait, in brcmuart_handle_irq()
823 struct brcmuart_priv *priv = container_of(t, struct brcmuart_priv, hrt); in brcmuart_hrtimer_func()
1066 hrtimer_init(&priv->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in brcmuart_probe()
1067 priv->hrt.function = brcmuart_hrtimer_func; in brcmuart_probe()
1137 hrtimer_cancel(&priv->hrt); in brcmuart_remove()
D8250_port.c1482 static void start_hrtimer_ms(struct hrtimer *hrt, unsigned long msec) in start_hrtimer_ms() argument
1484 hrtimer_start(hrt, ms_to_ktime(msec), HRTIMER_MODE_REL); in start_hrtimer_ms()
/drivers/ata/
Dpata_octeon_cf.c704 static enum hrtimer_restart octeon_cf_delayed_finish(struct hrtimer *hrt) in octeon_cf_delayed_finish() argument
706 struct octeon_cf_port *cf_port = container_of(hrt, in octeon_cf_delayed_finish()
729 hrtimer_forward_now(hrt, in octeon_cf_delayed_finish()
/drivers/staging/media/atomisp/
DMakefile298 -I$(atomisp)/pci/css_2401_system/hrt/
/drivers/scsi/
Dscsi_debug.c334 struct hrtimer hrt; member
5002 hrt); in sdebug_q_cmd_hrt_complete()
5257 hrtimer_cancel(&sd_dp->hrt); in stop_qc_helper()
5751 hrtimer_init(&sd_dp->hrt, CLOCK_MONOTONIC, in schedule_resp()
5753 sd_dp->hrt.function = sdebug_q_cmd_hrt_complete; in schedule_resp()
5759 hrtimer_start(&sd_dp->hrt, kt, HRTIMER_MODE_REL_PINNED); in schedule_resp()
/drivers/tty/serial/
Dimx.c395 static void start_hrtimer_ms(struct hrtimer *hrt, unsigned long msec) in start_hrtimer_ms() argument
397 hrtimer_start(hrt, ms_to_ktime(msec), HRTIMER_MODE_REL); in start_hrtimer_ms()
Dsh-sci.c1256 static void start_hrtimer_us(struct hrtimer *hrt, unsigned long usec) in start_hrtimer_us() argument
1262 hrtimer_start(hrt, t, HRTIMER_MODE_REL); in start_hrtimer_us()