Searched refs:stm_heartbeat (Results 1 – 4 of 4) sorted by relevance
24 static struct stm_heartbeat { struct28 } stm_heartbeat[STM_HEARTBEAT_MAX]; argument34 struct stm_heartbeat *heartbeat = container_of(hr, struct stm_heartbeat, in stm_heartbeat_hrtimer_handler()46 struct stm_heartbeat *heartbeat = in stm_heartbeat_link()47 container_of(data, struct stm_heartbeat, data); in stm_heartbeat_link()58 struct stm_heartbeat *heartbeat = in stm_heartbeat_unlink()59 container_of(data, struct stm_heartbeat, data); in stm_heartbeat_unlink()73 stm_heartbeat[i].data.name = in stm_heartbeat_init()75 if (!stm_heartbeat[i].data.name) { in stm_heartbeat_init()80 stm_heartbeat[i].data.nr_chans = 1; in stm_heartbeat_init()[all …]
15 obj-$(CONFIG_STM_SOURCE_HEARTBEAT) += stm_heartbeat.o19 stm_heartbeat-y := heartbeat.o
41 periodic data, like stm_heartbeat.
107 to stm_console, stm_heartbeat or stm_ftrace drivers.