Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mailbox/
H A Dmailbox.c88 if (!hrtimer_active(&chan->mbox->poll_hrt)) in msg_submit()
89 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()
500 hrtimer_init(&mbox->poll_hrt, CLOCK_MONOTONIC, in mbox_controller_register()
502 mbox->poll_hrt.function = txdone_hrtimer; in mbox_controller_register()
544 hrtimer_cancel(&mbox->poll_hrt); in mbox_controller_unregister()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mailbox/
H A Dmailbox.c88 if (!hrtimer_active(&chan->mbox->poll_hrt)) in msg_submit()
89 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()
500 hrtimer_init(&mbox->poll_hrt, CLOCK_MONOTONIC, in mbox_controller_register()
502 mbox->poll_hrt.function = txdone_hrtimer; in mbox_controller_register()
544 hrtimer_cancel(&mbox->poll_hrt); in mbox_controller_unregister()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mailbox/
H A Dmailbox.c88 if (!hrtimer_active(&chan->mbox->poll_hrt)) in msg_submit()
89 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()
500 hrtimer_init(&mbox->poll_hrt, CLOCK_MONOTONIC, in mbox_controller_register()
502 mbox->poll_hrt.function = txdone_hrtimer; in mbox_controller_register()
544 hrtimer_cancel(&mbox->poll_hrt); in mbox_controller_unregister()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dmailbox_controller.h85 struct hrtimer poll_hrt; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dmailbox_controller.h85 struct hrtimer poll_hrt; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dmailbox_controller.h85 struct hrtimer poll_hrt; member