Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-asus.c144 struct work_struct fn_lock_sync_work; member
379 schedule_work(&drvdata->fn_lock_sync_work); in asus_event()
582 container_of(work, struct asus_drvdata, fn_lock_sync_work); in asus_sync_fn_lock()
1003 INIT_WORK(&drvdata->fn_lock_sync_work, asus_sync_fn_lock); in asus_input_configured()
1360 cancel_work_sync(&drvdata->fn_lock_sync_work); in asus_remove()
H A Dhid-lenovo.c54 struct work_struct fn_lock_sync_work; member
120 container_of(work, struct lenovo_drvdata, fn_lock_sync_work); in lenovo_tp10ubkbd_sync_fn_lock()
818 schedule_work(&data->fn_lock_sync_work); in lenovo_event_tp10ubkbd()
1347 INIT_WORK(&data->fn_lock_sync_work, lenovo_tp10ubkbd_sync_fn_lock); in lenovo_probe_tp10ubkbd()
1484 cancel_work_sync(&data->fn_lock_sync_work); in lenovo_remove()