Searched refs:systick_device (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/ralink/ |
H A D | cevt-rt3352.c | 32 struct systick_device { struct 45 struct systick_device *sdev; in systick_next_event() 48 sdev = container_of(evt, struct systick_device, dev); in systick_next_event() 70 static struct systick_device systick = { 87 struct systick_device *sdev; in systick_shutdown() 89 sdev = container_of(evt, struct systick_device, dev); in systick_shutdown() 102 struct systick_device *sdev; in systick_set_oneshot() 105 sdev = container_of(evt, struct systick_device, dev); in systick_set_oneshot()
|
/kernel/linux/linux-6.6/arch/mips/ralink/ |
H A D | cevt-rt3352.c | 32 struct systick_device { struct 45 struct systick_device *sdev; in systick_next_event() 48 sdev = container_of(evt, struct systick_device, dev); in systick_next_event() 70 static struct systick_device systick = { 87 struct systick_device *sdev; in systick_shutdown() 89 sdev = container_of(evt, struct systick_device, dev); in systick_shutdown() 102 struct systick_device *sdev; in systick_set_oneshot() 105 sdev = container_of(evt, struct systick_device, dev); in systick_set_oneshot()
|
Completed in 1 milliseconds