Searched defs:clocksource (Results 1 – 10 of 10) sorted by relevance
86 int change_clocksource(char *clocksource) in change_clocksource()
2275 UART_ClockSourceTypeDef clocksource = UART_CLOCKSOURCE_UNDEFINED; in UART_SetConfig() local
20886 struct clocksource { struct20887 u64 (*read)(struct clocksource *); argument20898 enum clocksource_ids id; argument20901 int (*enable)(struct clocksource *); argument20902 void (*disable)(struct clocksource *); argument20903 void (*suspend)(struct clocksource *); argument20904 void (*resume)(struct clocksource *); argument20905 void (*mark_unstable)(struct clocksource *); argument20906 void (*tick_stable)(struct clocksource *); argument20907 struct list_head wd_list;[all …]
17311 struct clocksource { struct17312 u64 (*read)(struct clocksource *); argument17324 int (*enable)(struct clocksource *); argument17325 void (*disable)(struct clocksource *); argument17326 void (*suspend)(struct clocksource *); argument17327 void (*resume)(struct clocksource *); argument17328 void (*mark_unstable)(struct clocksource *); argument17329 void (*tick_stable)(struct clocksource *); argument17330 struct module *owner;
21034 struct clocksource { struct21035 u64 (*read)(struct clocksource *); argument21041 struct arch_clocksource_data archdata; argument21046 int (*enable)(struct clocksource *); argument21047 void (*disable)(struct clocksource *); argument21049 void (*suspend)(struct clocksource *); argument21050 void (*resume)(struct clocksource *); argument21051 void (*mark_unstable)(struct clocksource *); argument21052 void (*tick_stable)(struct clocksource *); argument21053 struct list_head wd_list;[all …]
20118 struct clocksource { struct20119 u64 (*read)(struct clocksource *); argument20131 int (*enable)(struct clocksource *); argument20132 void (*disable)(struct clocksource *); argument20133 void (*suspend)(struct clocksource *); argument20134 void (*resume)(struct clocksource *); argument20135 void (*mark_unstable)(struct clocksource *); argument20136 void (*tick_stable)(struct clocksource *); argument20137 struct module *owner;