Home
last modified time | relevance | path

Searched refs:vdc_ldc_reset_timer_work (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/block/
Dsunvdc.c94 static void vdc_ldc_reset_timer_work(struct work_struct *work);
1005 INIT_DELAYED_WORK(&port->ldc_reset_timer_work, vdc_ldc_reset_timer_work); in vdc_port_probe()
1122 static void vdc_ldc_reset_timer_work(struct work_struct *work) in vdc_ldc_reset_timer_work() function