Home
last modified time | relevance | path

Searched refs:poll_hrt (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/mailbox/
A Dmailbox.c88 hrtimer_start(&chan->mbox->poll_hrt, 0, HRTIMER_MODE_REL); in msg_submit()
120 container_of(hrtimer, struct mbox_controller, poll_hrt); in txdone_hrtimer()
506 hrtimer_init(&mbox->poll_hrt, CLOCK_MONOTONIC, in mbox_controller_register()
508 mbox->poll_hrt.function = txdone_hrtimer; in mbox_controller_register()
551 hrtimer_cancel(&mbox->poll_hrt); in mbox_controller_unregister()
/linux-6.3-rc2/include/linux/
A Dmailbox_controller.h85 struct hrtimer poll_hrt; member

Completed in 4 milliseconds