Searched refs:devtimer_create (Results 1 – 3 of 3) sorted by relevance
64 devtimer_create(devtimer_process_func process_func, void * arg0);
161 devtimer_create(devtimer_process_func process_func, void * arg0) in devtimer_create() function
2015 p->po_current_while_timer = devtimer_create(bondport_timer_process_func, p); in bondport_create()2020 p->po_periodic_timer = devtimer_create(bondport_timer_process_func, p); in bondport_create()2025 p->po_wait_while_timer = devtimer_create(bondport_timer_process_func, p); in bondport_create()2030 p->po_transmit_timer = devtimer_create(bondport_timer_process_func, p); in bondport_create()