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

/linux-master/drivers/hid/
H A Dhid-sony.c491 struct work_struct state_worker; member in struct:sony_sc
529 schedule_work(&sc->state_worker);
1555 struct sony_sc *sc = container_of(work, struct sony_sc, state_worker);
1875 INIT_WORK(&sc->state_worker, sony_state_worker);
1888 cancel_work_sync(&sc->state_worker);

Completed in 73 milliseconds