Searched refs:vdc_ldc_reset_timer_work (Results 1 – 1 of 1) sorted by relevance
93 static void vdc_ldc_reset_timer_work(struct work_struct *work);1015 INIT_DELAYED_WORK(&port->ldc_reset_timer_work, vdc_ldc_reset_timer_work); in vdc_port_probe()1132 static void vdc_ldc_reset_timer_work(struct work_struct *work) in vdc_ldc_reset_timer_work() function