Searched refs:hrtimer_callback (Results 1 – 3 of 3) sorted by relevance
110 enum hrtimer_restart (*hrtimer_callback)(struct hrtimer *cb); member617 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()
131 static enum hrtimer_restart hrtimer_callback(struct hrtimer *timer) in hrtimer_callback() function230 hrtimer_setup(&tio->timer, hrtimer_callback, CLOCK_REALTIME, in pps_gen_tio_probe()
2027 static enum hrtimer_restart hrtimer_callback(struct hrtimer *timer) in hrtimer_callback() function2424 hrtimer_setup(&cdev->hrtimer, &hrtimer_callback, CLOCK_MONOTONIC, in m_can_class_register()
Completed in 14 milliseconds