Searched refs:hrtimer_callback (Results 1 – 2 of 2) sorted by relevance
110 enum hrtimer_restart (*hrtimer_callback)(struct hrtimer *cb); member622 if (!tx2_pmu->hrtimer_callback) in tx2_uncore_event_start()691 if (!tx2_pmu->hrtimer_callback) in tx2_uncore_event_del()758 if (tx2_pmu->hrtimer_callback) { in tx2_uncore_pmu_add_dev()761 tx2_pmu->hrtimer.function = tx2_pmu->hrtimer_callback; in tx2_uncore_pmu_add_dev()841 tx2_pmu->hrtimer_callback = tx2_hrtimer_callback; in tx2_uncore_pmu_init_dev()856 tx2_pmu->hrtimer_callback = tx2_hrtimer_callback; in tx2_uncore_pmu_init_dev()877 tx2_pmu->hrtimer_callback = NULL; in tx2_uncore_pmu_init_dev()945 if (tx2_pmu->hrtimer_callback) in tx2_uncore_pmu_offline_cpu()
1824 static enum hrtimer_restart hrtimer_callback(struct hrtimer *timer) in hrtimer_callback() function2091 cdev->hrtimer.function = &hrtimer_callback; in m_can_class_register()