Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/
Dhrtimer.c26 struct hrtimer hrt; member
30 static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt) in snd_hrtimer_callback() argument
32 struct snd_hrtimer *stime = container_of(hrt, struct snd_hrtimer, hrt); in snd_hrtimer_callback()
46 delta = ktime_sub(hrt->base->get_time(), hrtimer_get_expires(hrt)); in snd_hrtimer_callback()
54 hrtimer_add_expires_ns(hrt, t->sticks * resolution); in snd_hrtimer_callback()
71 hrtimer_init(&stime->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_hrtimer_open()
73 stime->hrt.function = snd_hrtimer_callback; in snd_hrtimer_open()
88 hrtimer_cancel(&stime->hrt); in snd_hrtimer_close()
101 hrtimer_start(&stime->hrt, ns_to_ktime(t->sticks * resolution), in snd_hrtimer_start()
112 hrtimer_try_to_cancel(&stime->hrt); in snd_hrtimer_stop()
/Linux-v5.4/sound/soc/fsl/
Dimx-pcm-fiq.c37 struct hrtimer hrt; member
44 static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt) in snd_hrtimer_callback() argument
47 container_of(hrt, struct imx_pcm_runtime_data, hrt); in snd_hrtimer_callback()
63 hrtimer_forward_now(hrt, ns_to_ktime(iprtd->poll_time_ns)); in snd_hrtimer_callback()
120 hrtimer_start(&iprtd->hrt, ns_to_ktime(iprtd->poll_time_ns), in snd_imx_pcm_trigger()
183 hrtimer_init(&iprtd->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_imx_open()
184 iprtd->hrt.function = snd_hrtimer_callback; in snd_imx_open()
202 hrtimer_cancel(&iprtd->hrt); in snd_imx_close()
/Linux-v5.4/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()
1233 one_slot = rom_resource_table + sizeof(struct hrt); in cpqhp_find_available_resources()
/Linux-v5.4/virt/kvm/arm/
Darch_timer.c80 static void soft_timer_start(struct hrtimer *hrt, u64 ns) in soft_timer_start() argument
82 hrtimer_start(hrt, ktime_add_ns(ktime_get(), ns), in soft_timer_start()
86 static void soft_timer_cancel(struct hrtimer *hrt) in soft_timer_cancel() argument
88 hrtimer_cancel(hrt); in soft_timer_cancel()
175 static enum hrtimer_restart kvm_bg_timer_expire(struct hrtimer *hrt) in kvm_bg_timer_expire() argument
181 timer = container_of(hrt, struct arch_timer_cpu, bg_timer); in kvm_bg_timer_expire()
191 hrtimer_forward_now(hrt, ns_to_ktime(ns)); in kvm_bg_timer_expire()
199 static enum hrtimer_restart kvm_hrtimer_expire(struct hrtimer *hrt) in kvm_hrtimer_expire() argument
205 ctx = container_of(hrt, struct arch_timer_context, hrtimer); in kvm_hrtimer_expire()
217 hrtimer_forward_now(hrt, ns_to_ktime(ns)); in kvm_hrtimer_expire()
/Linux-v5.4/kernel/time/
Dsched_clock.c159 static enum hrtimer_restart sched_clock_poll(struct hrtimer *hrt) in sched_clock_poll() argument
162 hrtimer_forward_now(hrt, cd.wrap_kt); in sched_clock_poll()
/Linux-v5.4/drivers/scsi/
Ddpt_i2o.c995 pHba->hrt = NULL; in adpt_install_hba()
1071 if(pHba->hrt) { in adpt_i2o_delete_hba()
1073 pHba->hrt->num_entries * pHba->hrt->entry_len << 2, in adpt_i2o_delete_hba()
1074 pHba->hrt, pHba->hrt_pa); in adpt_i2o_delete_hba()
3255 if (pHba->hrt == NULL) { in adpt_i2o_hrt_get()
3256 pHba->hrt = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_hrt_get()
3258 if (pHba->hrt == NULL) { in adpt_i2o_hrt_get()
3276 if (pHba->hrt->num_entries * pHba->hrt->entry_len << 2 > size) { in adpt_i2o_hrt_get()
3277 int newsize = pHba->hrt->num_entries * pHba->hrt->entry_len << 2; in adpt_i2o_hrt_get()
3279 pHba->hrt, pHba->hrt_pa); in adpt_i2o_hrt_get()
[all …]
Ddpti.h235 i2o_hrt* hrt; member
Dscsi_debug.c273 struct hrtimer hrt; member
3785 hrt); in sdebug_q_cmd_hrt_complete()
3915 hrtimer_cancel(&sd_dp->hrt); in stop_qc_helper()
4363 hrtimer_init(&sd_dp->hrt, CLOCK_MONOTONIC, in schedule_resp()
4365 sd_dp->hrt.function = sdebug_q_cmd_hrt_complete; in schedule_resp()
4372 hrtimer_start(&sd_dp->hrt, kt, HRTIMER_MODE_REL_PINNED); in schedule_resp()
/Linux-v5.4/drivers/tty/serial/
Dsirfsoc_uart.c975 hrtimer_start(&sirfport->hrt, in sirfsoc_uart_startup()
1031 hrtimer_cancel(&sirfport->hrt); in sirfsoc_uart_shutdown()
1168 sirfsoc_uart_rx_dma_hrtimer_callback(struct hrtimer *hrt) in sirfsoc_uart_rx_dma_hrtimer_callback() argument
1180 sirfport = container_of(hrt, struct sirfsoc_uart_port, hrt); in sirfsoc_uart_rx_dma_hrtimer_callback()
1251 hrtimer_forward_now(hrt, ns_to_ktime(sirfport->rx_period_time)); in sirfsoc_uart_rx_dma_hrtimer_callback()
1411 hrtimer_init(&sirfport->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in sirfsoc_uart_probe()
1412 sirfport->hrt.function = sirfsoc_uart_rx_dma_hrtimer_callback; in sirfsoc_uart_probe()
Dsirfsoc_uart.h431 struct hrtimer hrt; member
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()
/Linux-v5.4/drivers/ata/
Dpata_octeon_cf.c739 static enum hrtimer_restart octeon_cf_delayed_finish(struct hrtimer *hrt) in octeon_cf_delayed_finish() argument
741 struct octeon_cf_port *cf_port = container_of(hrt, in octeon_cf_delayed_finish()
764 hrtimer_forward_now(hrt, in octeon_cf_delayed_finish()
/Linux-v5.4/net/can/
Dbcm.c373 static bool bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt) in bcm_tx_set_expiry() argument
384 hrtimer_set_expires(hrt, ktime_add(ktime_get(), ival)); in bcm_tx_set_expiry()
/Linux-v5.4/drivers/tty/serial/8250/
D8250_port.c1434 static void start_hrtimer_ms(struct hrtimer *hrt, unsigned long msec) in start_hrtimer_ms() argument
1440 hrtimer_start(hrt, t, HRTIMER_MODE_REL); in start_hrtimer_ms()