Lines Matching defs:dev

91 static int __clockevents_switch_state(struct clock_event_device *dev,  in __clockevents_switch_state()
147 void clockevents_switch_state(struct clock_event_device *dev, in clockevents_switch_state()
171 void clockevents_shutdown(struct clock_event_device *dev) in clockevents_shutdown()
181 int clockevents_tick_resume(struct clock_event_device *dev) in clockevents_tick_resume()
202 static int clockevents_increase_min_delta(struct clock_event_device *dev) in clockevents_increase_min_delta()
233 static int clockevents_program_min_delta(struct clock_event_device *dev) in clockevents_program_min_delta()
272 static int clockevents_program_min_delta(struct clock_event_device *dev) in clockevents_program_min_delta()
303 int clockevents_program_event(struct clock_event_device *dev, ktime_t expires, in clockevents_program_event()
349 struct clock_event_device *dev; in clockevents_notify_released() local
368 struct clock_event_device *dev, *newdev = NULL; in clockevents_replace() local
451 void clockevents_register_device(struct clock_event_device *dev) in clockevents_register_device()
479 static void clockevents_config(struct clock_event_device *dev, u32 freq) in clockevents_config()
512 void clockevents_config_and_register(struct clock_event_device *dev, in clockevents_config_and_register()
523 int __clockevents_update_freq(struct clock_event_device *dev, u32 freq) in __clockevents_update_freq()
548 int clockevents_update_freq(struct clock_event_device *dev, u32 freq) in clockevents_update_freq()
564 void clockevents_handle_noop(struct clock_event_device *dev) in clockevents_handle_noop()
600 struct clock_event_device *dev; in clockevents_suspend() local
612 struct clock_event_device *dev; in clockevents_resume() local
631 struct clock_event_device *dev, *tmp; in tick_offline_cpu() local
670 static ssize_t current_device_show(struct device *dev, in current_device_show()
687 static ssize_t unbind_device_store(struct device *dev, in unbind_device_store()
726 static struct tick_device *tick_get_tick_dev(struct device *dev) in tick_get_tick_dev()
741 static struct tick_device *tick_get_tick_dev(struct device *dev) in tick_get_tick_dev()
753 struct device *dev = &per_cpu(tick_percpu_dev, cpu); in tick_init_sysfs() local