Home
last modified time | relevance | path

Searched refs:hrtimer_callback (Results 1 – 3 of 3) sorted by relevance

/drivers/perf/
A Dthunderx2_pmu.c110 enum hrtimer_restart (*hrtimer_callback)(struct hrtimer *cb); member
617 if (!tx2_pmu->hrtimer_callback) in tx2_uncore_event_start()
686 if (!tx2_pmu->hrtimer_callback) in tx2_uncore_event_del()
754 if (tx2_pmu->hrtimer_callback) { in tx2_uncore_pmu_add_dev()
755 hrtimer_setup(&tx2_pmu->hrtimer, tx2_pmu->hrtimer_callback, CLOCK_MONOTONIC, in tx2_uncore_pmu_add_dev()
836 tx2_pmu->hrtimer_callback = tx2_hrtimer_callback; in tx2_uncore_pmu_init_dev()
851 tx2_pmu->hrtimer_callback = tx2_hrtimer_callback; in tx2_uncore_pmu_init_dev()
872 tx2_pmu->hrtimer_callback = NULL; in tx2_uncore_pmu_init_dev()
939 if (tx2_pmu->hrtimer_callback) in tx2_uncore_pmu_offline_cpu()
/drivers/pps/generators/
A Dpps_gen_tio.c131 static enum hrtimer_restart hrtimer_callback(struct hrtimer *timer) in hrtimer_callback() function
230 hrtimer_setup(&tio->timer, hrtimer_callback, CLOCK_REALTIME, in pps_gen_tio_probe()
/drivers/net/can/m_can/
A Dm_can.c2027 static enum hrtimer_restart hrtimer_callback(struct hrtimer *timer) in hrtimer_callback() function
2424 hrtimer_setup(&cdev->hrtimer, &hrtimer_callback, CLOCK_MONOTONIC, in m_can_class_register()

Completed in 14 milliseconds