Searched refs:process_func (Results 1 – 2 of 2) sorted by relevance
132 devtimer_process_func process_func; in devtimer_process() local136 process_func = timer->dt_process_func; in devtimer_process()137 if (process_func != NULL) { in devtimer_process()138 (*process_func)(timer, devtimer_process_func_event_lock); in devtimer_process()148 if (process_func != NULL) { in devtimer_process()149 (*process_func)(timer, devtimer_process_func_event_unlock); in devtimer_process()161 devtimer_create(devtimer_process_func process_func, void * arg0) in devtimer_create() argument173 timer->dt_process_func = process_func; in devtimer_create()
64 devtimer_create(devtimer_process_func process_func, void * arg0);