Searched refs:fn_lock_sync_work (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-lenovo.c46 struct work_struct fn_lock_sync_work; member in struct:lenovo_drvdata
104 container_of(work, struct lenovo_drvdata, fn_lock_sync_work);
714 schedule_work(&data->fn_lock_sync_work);
1235 INIT_WORK(&data->fn_lock_sync_work, lenovo_tp10ubkbd_sync_fn_lock);
1361 cancel_work_sync(&data->fn_lock_sync_work);

Completed in 137 milliseconds