Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
struct ct_timer * | ct_timer_new (struct ct_atc *atc) |
void | ct_timer_free (struct ct_timer *atimer) |
struct ct_timer_instance * | ct_timer_instance_new (struct ct_timer *atimer, struct ct_atc_pcm *apcm) |
void | ct_timer_instance_free (struct ct_timer_instance *ti) |
void | ct_timer_start (struct ct_timer_instance *ti) |
void | ct_timer_stop (struct ct_timer_instance *ti) |
void | ct_timer_prepare (struct ct_timer_instance *ti) |
void ct_timer_instance_free | ( | struct ct_timer_instance * | ti | ) |
|
read |
void ct_timer_prepare | ( | struct ct_timer_instance * | ti | ) |
void ct_timer_start | ( | struct ct_timer_instance * | ti | ) |
void ct_timer_stop | ( | struct ct_timer_instance * | ti | ) |